Update src/app/services/page.tsx
This commit is contained in:
@@ -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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg"
|
||||
imageAlt="Global trade network connecting world markets"
|
||||
logoText="HARMONYPEAK"
|
||||
copyrightText="© 2025 HARMONYPEAK | Global Sourcing & Trade Partner"
|
||||
|
||||
Reference in New Issue
Block a user