diff --git a/src/app/page.tsx b/src/app/page.tsx index 909e987..85dfdc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Building2, Truck, Users } from "lucide-react"; +import { Award, Building2, Truck, Users, MapPin, Mail, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,45 +47,28 @@ export default function LandingPage() {
@@ -107,24 +80,16 @@ export default function LandingPage() { metrics={[ { icon: Building2, - label: "Factories", - value: "12+", - }, + label: "Factories", value: "12+"}, { icon: Users, - label: "Skilled Workers", - value: "500+", - }, + label: "Skilled Workers", value: "500+"}, { icon: Award, - label: "Certifications", - value: "15", - }, + label: "Certifications", value: "15"}, { icon: Truck, - label: "Daily Exports", - value: "10k", - }, + label: "Daily Exports", value: "10k"}, ]} metricsAnimation="slide-up" /> @@ -136,55 +101,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - date: "2023-10-12", - title: "CEO", - quote: "Exceptional quality and timely deliveries every single time.", - tag: "Fashion Retail", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-making-grimaces_23-2150580882.jpg?_wi=1", - }, + id: "1", name: "Sarah Johnson", date: "2023-10-12", title: "CEO", quote: "Exceptional quality and timely deliveries every single time.", tag: "Fashion Retail", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-making-grimaces_23-2150580882.jpg?_wi=1"}, { - id: "2", - name: "Michael Chen", - date: "2023-11-05", - title: "CTO", - quote: "Their production standards meet the highest global expectations.", - tag: "Logistics", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg", - }, + id: "2", name: "Michael Chen", date: "2023-11-05", title: "CTO", quote: "Their production standards meet the highest global expectations.", tag: "Logistics", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg"}, { - id: "3", - name: "Emily Rodriguez", - date: "2023-12-01", - title: "Marketing", - quote: "The best partner we have worked with in the garment sector.", - tag: "Global Trade", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", - }, + id: "3", name: "Emily Rodriguez", date: "2023-12-01", title: "Marketing", quote: "The best partner we have worked with in the garment sector.", tag: "Global Trade", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg"}, { - id: "4", - name: "David Kim", - date: "2024-01-15", - title: "Product Mgr", - quote: "Highly efficient processes and very clear communication.", - tag: "Exports", - avatarSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589646.jpg", - }, + id: "4", name: "David Kim", date: "2024-01-15", title: "Product Mgr", quote: "Highly efficient processes and very clear communication.", tag: "Exports", avatarSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589646.jpg"}, { - id: "5", - name: "Anna Smith", - date: "2024-02-20", - title: "Supply Chain", - quote: "Reliable and high quality manufacturing at great value.", - tag: "Apparel", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg", - }, + id: "5", name: "Anna Smith", date: "2024-02-20", title: "Supply Chain", quote: "Reliable and high quality manufacturing at great value.", tag: "Apparel", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg"}, ]} title="Trusted by Brands Worldwide" description="Hear what our partners say about our quality." @@ -198,30 +123,15 @@ export default function LandingPage() { sideDescription="Everything you need to know about our services." faqs={[ { - id: "1", - title: "Do you offer wholesale?", - content: "Yes, we specialize in high-volume export and wholesale garment manufacturing.", - }, + id: "1", title: "Do you offer wholesale?", content: "Yes, we specialize in high-volume export and wholesale garment manufacturing."}, { - id: "2", - title: "What is your minimum order?", - content: "Our minimum order quantities vary by product type and complexity. Please contact us for details.", - }, + id: "2", title: "What is your minimum order?", content: "Our minimum order quantities vary by product type and complexity. Please contact us for details."}, { - id: "3", - title: "Do you ship globally?", - content: "Yes, we handle logistics for global shipping to major markets worldwide.", - }, + id: "3", title: "Do you ship globally?", content: "Yes, we handle logistics for global shipping to major markets worldwide."}, { - id: "4", - title: "Are you certified?", - content: "We maintain 15+ international certifications covering labor standards and quality management.", - }, + id: "4", title: "Are you certified?", content: "We maintain 15+ international certifications covering labor standards and quality management."}, { - id: "5", - title: "Can you handle custom designs?", - content: "Absolutely. Our design team works with your provided specifications to produce custom garment samples.", - }, + id: "5", title: "Can you handle custom designs?", content: "Absolutely. Our design team works with your provided specifications to produce custom garment samples."}, ]} faqsAnimation="slide-up" /> @@ -237,87 +147,24 @@ export default function LandingPage() { description="Driving efficiency through scale." metrics={[ { - id: "1", - value: "12+", - description: "Production units", - }, + id: "1", value: "12+", description: "Production units"}, { - id: "2", - value: "500+", - description: "Expert workforce", - }, + id: "2", value: "500+", description: "Expert workforce"}, { - id: "3", - value: "10k", - description: "Daily items", - }, + id: "3", value: "10k", description: "Daily items"}, { - id: "4", - value: "15", - description: "Global standards", - }, + id: "4", value: "15", description: "Global standards"}, { - id: "5", - value: "24/7", - description: "Support available", - }, + id: "5", value: "24/7", description: "Support available"}, ]} />