From 9a07c1bceb7310ed325349c4a446c4182d519782 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:07:25 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 69 ++++++++++----------------------------- 1 file changed, 17 insertions(+), 52 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 90de76c..eba82ab 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -20,8 +20,7 @@ export default function ServicesPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Our Services", href: "/services" }, { label: "Global Network", href: "#" }, @@ -29,8 +28,7 @@ export default function ServicesPage() { ], }, { - title: "Solutions", - items: [ + title: "Solutions", items: [ { label: "Global Sourcing", href: "#" }, { label: "Cross-Border Trade", href: "#" }, { label: "Institutional Supply", href: "#" }, @@ -38,8 +36,7 @@ export default function ServicesPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Aarsh Solanki - Managing Director", href: "#" }, { label: "aarsh@harmonypeak.com", href: "mailto:aarsh@harmonypeak.com" }, { label: "Ahmedabad, India", href: "#" }, @@ -66,9 +63,7 @@ export default function ServicesPage() { brandName="HARMONYPEAK" navItems={navItems} button={{ - text: "Start Inquiry", - href: "/contact", - }} + text: "Start Inquiry", href: "/contact"}} /> @@ -81,28 +76,18 @@ export default function ServicesPage() { description="Harmonypeak delivers end-to-end sourcing and trade services designed to streamline your international procurement and create scalable brand opportunities." negativeCard={{ items: [ - "Complex supplier identification", - "Unreliable quality control", - "Fragmented supply chains", - "Limited market insights", - ], + "Complex supplier identification", "Unreliable quality control", "Fragmented supply chains", "Limited market insights"], }} positiveCard={{ items: [ - "Global Sourcing - Premium products from vetted international suppliers", - "Cross-Border Trade - Seamless import-export logistics and compliance", - "Institutional Supply - Large-scale procurement for B2B partnerships", - "Private Label & Brand Development - Transform global products into strong market brands", - ], + "Global Sourcing - Premium products from vetted international suppliers", "Cross-Border Trade - Seamless import-export logistics and compliance", "Institutional Supply - Large-scale procurement for B2B partnerships", "Private Label & Brand Development - Transform global products into strong market brands"], }} animationType="slide-up" textboxLayout="default" useInvertedBackground={false} buttons={[ { - text: "Learn More", - href: "/services", - }, + text: "Learn More", href: "/services"}, ]} buttonAnimation="slide-up" /> @@ -118,33 +103,18 @@ export default function ServicesPage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" metrics={[ { - id: "1", - value: "Global Network", - description: "Extensive supplier connections across continents", - }, + id: "1", value: "Global Network", description: "Extensive supplier connections across continents"}, { - id: "2", - value: "Quality Expertise", - description: "Reliable procurement and sourcing excellence", - }, + id: "2", value: "Quality Expertise", description: "Reliable procurement and sourcing excellence"}, { - id: "3", - value: "Brand Creation", - description: "Transform products into scalable market brands", - }, + id: "3", value: "Brand Creation", description: "Transform products into scalable market brands"}, { - id: "4", - value: "Long-Term Partnerships", - description: "Sustainable relationships built on trust", - }, + id: "4", value: "Long-Term Partnerships", description: "Sustainable relationships built on trust"}, { - id: "5", - value: "Supply Chain", - description: "Efficient coordination and logistics management", - }, + id: "5", value: "Supply Chain", description: "Efficient coordination and logistics management"}, ]} /> @@ -158,25 +128,20 @@ export default function ServicesPage() { description="Connect with Harmonypeak to explore sourcing opportunities, discuss partnership potential, or learn how we can help your business scale internationally." buttons={[ { - text: "Start Your Inquiry", - href: "/contact", - }, + text: "Start Your Inquiry", href: "/contact"}, { - text: "Schedule a Call", - href: "#", - }, + text: "Schedule a Call", href: "#"}, ]} buttonAnimation="slide-up" background={{ - variant: "plain", - }} + variant: "plain"}} useInvertedBackground={false} />