diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ab5aad..bb7f95c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,11 @@ export default function LandingPage() { @@ -144,12 +96,7 @@ export default function LandingPage() { title="Trusted By Global Brands" description="Driving results for market leaders." names={[ - "CloudScale", - "SecureNet", - "FinData", - "AutomationPro", - "GlobalOps", - ]} + "CloudScale", "SecureNet", "FinData", "AutomationPro", "GlobalOps"]} /> @@ -157,14 +104,11 @@ export default function LandingPage() { @@ -174,38 +118,25 @@ export default function LandingPage() { logoText="GrowFrame Solutions" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "Pricing", - href: "/pricing", - }, + label: "Pricing", href: "/pricing"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "/privacy", - }, + label: "Privacy Policy", href: "/privacy"}, ], }, ]}