diff --git a/src/app/(auth-routes)/register/organisation/page.tsx b/src/app/(auth-routes)/register/organisation/page.tsx index 65117f475..e2530f5a0 100644 --- a/src/app/(auth-routes)/register/organisation/page.tsx +++ b/src/app/(auth-routes)/register/organisation/page.tsx @@ -66,14 +66,16 @@ function Organisation() { return ( <>
-
-

Create Organisation Account

+
+

+ Create Organisation Account +

Create an account to get started with us.

-
+
)} /> -
+

Company Address

-
+
{ Create an account to get started with us.

-
- - +
+ +
-
+
diff --git a/src/components/extDynamicPages/blogCollection/BlogPageHero.tsx b/src/components/extDynamicPages/blogCollection/BlogPageHero.tsx index bf2963d31..7c0252067 100644 --- a/src/components/extDynamicPages/blogCollection/BlogPageHero.tsx +++ b/src/components/extDynamicPages/blogCollection/BlogPageHero.tsx @@ -14,8 +14,8 @@ const HeroSection: React.FC = () => { alt="Hero Background" />
-
-

+
+

Unlock Industry Insights: Get Essential Tips & Boilerplate Hacks

diff --git a/src/components/layouts/footer/index.tsx b/src/components/layouts/footer/index.tsx index 89763eef4..2c343981b 100644 --- a/src/components/layouts/footer/index.tsx +++ b/src/components/layouts/footer/index.tsx @@ -28,7 +28,7 @@ const Footer = () => { links: [ { route: "Help center", link: "/help-center" }, { route: "FAQ", link: "/faqs" }, - { route: "waiting list", link: "/waitlist" }, + { route: "Waiting List", link: "/waitlist" }, { route: "Pricing Experience", link: "/pricing" }, { route: "Contact Us", link: "/contact-us" }, ], @@ -75,21 +75,21 @@ const Footer = () => {
-
+
Boiler plate
-

+

Logo subject details and address

-
+
Sign Up For Newsletter
Subscibe @@ -101,7 +101,7 @@ const Footer = () => { {footerLinks.map((item, index) => { return (
-
+
{item.title}
    @@ -110,7 +110,7 @@ const Footer = () => {
  • {item.route} @@ -122,7 +122,7 @@ const Footer = () => { ); })}
    -
    +
    Sign Up For Newsletter
    diff --git a/src/components/layouts/navbar/index.tsx b/src/components/layouts/navbar/index.tsx index 07b77596f..c59fa35e8 100644 --- a/src/components/layouts/navbar/index.tsx +++ b/src/components/layouts/navbar/index.tsx @@ -34,7 +34,7 @@ const Navbar = ({ is_auth_path = false }: { is_auth_path?: boolean }) => { }); return (