Merge version_2 into main #4
231
src/app/page.tsx
231
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() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "Process",
|
||||
id: "/process",
|
||||
},
|
||||
name: "Process", id: "/process"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="FR.COM & TK FARHINA"
|
||||
/>
|
||||
@@ -57,45 +47,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="FR.COM – Trusted Garment Manufacturing Partner"
|
||||
description="Quality Manufacturing | Global Standards | Reliable Delivery"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Products",
|
||||
href: "/products",
|
||||
},
|
||||
text: "View Products", href: "/products"},
|
||||
{
|
||||
text: "Contact on WhatsApp",
|
||||
href: "https://wa.me/919836991204",
|
||||
},
|
||||
text: "Contact on WhatsApp", href: "https://wa.me/919836991204"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg?_wi=1",
|
||||
imageAlt: "Modern manufacturing floor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg?_wi=1", imageAlt: "Modern manufacturing floor"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg?_wi=2",
|
||||
imageAlt: "Modern manufacturing floor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg?_wi=2", imageAlt: "Modern manufacturing floor"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg?_wi=3",
|
||||
imageAlt: "Modern manufacturing floor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg?_wi=3", imageAlt: "Modern manufacturing floor"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg?_wi=4",
|
||||
imageAlt: "Modern manufacturing floor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg?_wi=4", imageAlt: "Modern manufacturing floor"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg?_wi=5",
|
||||
imageAlt: "Modern manufacturing floor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg?_wi=5", imageAlt: "Modern manufacturing floor"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg?_wi=6",
|
||||
imageAlt: "Modern manufacturing floor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg?_wi=6", imageAlt: "Modern manufacturing floor"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
{
|
||||
label: "Boys Wear",
|
||||
href: "/products",
|
||||
},
|
||||
{
|
||||
label: "Girls Wear",
|
||||
href: "/products",
|
||||
},
|
||||
{
|
||||
label: "Kids Wear",
|
||||
href: "/products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Phone: 9836991204",
|
||||
href: "tel:919836991204",
|
||||
},
|
||||
{
|
||||
label: "Email: ramizzuddin795@gmail.com",
|
||||
href: "mailto:ramizzuddin795@gmail.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 FR.COM & TK FARHINA"
|
||||
bottomRightText="All rights reserved."
|
||||
<FooterCard
|
||||
logoText="FR.COM & TK FARHINA"
|
||||
copyrightText="© 2025 | FR.COM & TK FARHINA"
|
||||
socialLinks={[]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user