201 lines
7.0 KiB
TypeScript
201 lines
7.0 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
|
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
|
import { Building2, Zap, Mail } from "lucide-react";
|
|
|
|
export default function AboutPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="hover-magnetic"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="soft"
|
|
contentWidth="medium"
|
|
sizing="largeSmallSizeLargeTitles"
|
|
background="floatingGradient"
|
|
cardStyle="gradient-radial"
|
|
primaryButtonStyle="double-inset"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="medium"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingOverlay
|
|
brandName="HARMONYPEAK"
|
|
navItems={[
|
|
{ name: "About", id: "about" },
|
|
{ name: "Services", id: "services" },
|
|
{ name: "Categories", id: "categories" },
|
|
{ name: "Why Us", id: "whyus" },
|
|
{ name: "Contact", id: "contact" },
|
|
]}
|
|
button={{
|
|
text: "Start Inquiry",
|
|
href: "/about",
|
|
}}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<MetricSplitMediaAbout
|
|
tag="Our Story"
|
|
tagIcon={Building2}
|
|
tagAnimation="slide-up"
|
|
title="Decades of Excellence in Global Trade"
|
|
description="Founded on principles of reliability and sophistication, Harmonypeak has grown to become a leading institutional supply and sourcing partner. Our team brings together deep expertise in international procurement, quality assurance, and supply chain management. We are committed to understanding your unique needs and delivering tailored sourcing solutions that drive your business forward in the global marketplace."
|
|
metrics={[
|
|
{
|
|
value: "20+",
|
|
title: "Years of Industry Experience",
|
|
},
|
|
{
|
|
value: "500+",
|
|
title: "Successful Trade Partnerships",
|
|
},
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/supervisor-manager-male-engineer-worker-wears-uniform-working-hand-use-laptop-stock-checking-store-warehouse-shipping-industrial-team-with-safety-helmet-checking-quantity-product-shelf_609648-793.jpg?_wi=3"
|
|
imageAlt="Harmonypeak's global sourcing team"
|
|
useInvertedBackground={true}
|
|
mediaAnimation="slide-up"
|
|
metricsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<FeatureCardSixteen
|
|
tag="Our Expertise"
|
|
tagIcon={Zap}
|
|
tagAnimation="slide-up"
|
|
title="Why Choose Harmonypeak for Your Sourcing Needs"
|
|
description="We combine decades of international trade experience with a commitment to quality, reliability, and building lasting partnerships with our clients."
|
|
negativeCard={{
|
|
items: [
|
|
"Inconsistent supplier quality",
|
|
"Poor communication and delays",
|
|
"Limited product range access",
|
|
"Unclear pricing structures",
|
|
],
|
|
}}
|
|
positiveCard={{
|
|
items: [
|
|
"Vetted supplier network with rigorous quality standards",
|
|
"Transparent communication and reliable timelines",
|
|
"Access to diverse global product categories",
|
|
"Competitive pricing with full supply chain visibility",
|
|
],
|
|
}}
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
buttons={[
|
|
{
|
|
text: "Explore Our Services",
|
|
href: "/",
|
|
},
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCTA
|
|
tag="Begin Your Partnership"
|
|
tagIcon={Mail}
|
|
tagAnimation="slide-up"
|
|
title="Let's Discuss Your Global Sourcing Goals"
|
|
description="Our team is ready to understand your specific requirements and develop a customized sourcing strategy that aligns with your business objectives. Reach out today to start a conversation about transforming your supply chain."
|
|
buttons={[
|
|
{
|
|
text: "Schedule a Consultation",
|
|
href: "/",
|
|
},
|
|
{
|
|
text: "Request Proposal",
|
|
href: "/",
|
|
},
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
background={{ 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=2"
|
|
imageAlt="Global trade network connecting world markets"
|
|
logoText="HARMONYPEAK"
|
|
copyrightText="© 2025 HARMONYPEAK | Global Sourcing & Trade Partner"
|
|
columns={[
|
|
{
|
|
title: "Company",
|
|
items: [
|
|
{
|
|
label: "About Us",
|
|
href: "/about",
|
|
},
|
|
{
|
|
label: "Our Services",
|
|
href: "/",
|
|
},
|
|
{
|
|
label: "Global Network",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "Careers",
|
|
href: "#",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Solutions",
|
|
items: [
|
|
{
|
|
label: "Global Sourcing",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "Cross-Border Trade",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "Institutional Supply",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "Brand Development",
|
|
href: "#",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Contact",
|
|
items: [
|
|
{
|
|
label: "Aarsh Solanki - Managing Director",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "aarsh@harmonypeak.com",
|
|
href: "mailto:aarsh@harmonypeak.com",
|
|
},
|
|
{
|
|
label: "Ahmedabad, India",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "www.harmonypeak.com",
|
|
href: "#",
|
|
},
|
|
],
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
} |