From db45c23c74a679f2d8a0bda492eed3058e91a319 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 08:12:12 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 75 +++++++++++------------------------------- 1 file changed, 19 insertions(+), 56 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6544044..2cbe5a2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,26 +26,11 @@ export default function LandingPage() { @@ -85,11 +64,8 @@ export default function LandingPage() { description="Impact data." metrics={[ { - id: "m1", - icon: Globe, - title: "Countries", - value: "20+", - }, + id: "m1", icon: Globe, + title: "Countries", value: "20+"}, ]} /> @@ -99,38 +75,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"}, ], }, ]} -- 2.49.1 From 501d0441b9864f3cd2bfbe9e6bbca353dc61947a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 08:12:13 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 119 ++++++++++------------------------------------- 1 file changed, 25 insertions(+), 94 deletions(-) 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"}, ], }, ]} -- 2.49.1