Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-08 19:33:47 +00:00

View File

@@ -1,349 +1,137 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { NavbarStyleApple } from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactText from '@/components/sections/contact/ContactText';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Star, Sparkles, GraduationCap, ShoppingBag } from 'lucide-react';
import Link from 'next/link';
export default function Page() {
const navItems = [{ name: "Home", id: "/" }];
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="background-highlight"
borderRadius="pill"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="grid"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
headingFontWeight="extrabold"
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "Services",
id: "#services",
},
{
name: "Portfolio",
id: "#gallery",
},
{
name: "Contact",
id: "#contact",
},
]}
brandName="Funmich Couture"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={navItems}
brandName="Funmich Couture"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="The Seam is a Waw Bespoke Elegance Tailored to You."
description="Port Harcourts premier fashion house for custom tailoring, fabric sales, and professional fashion education."
buttons={[
{
text: "Get a Quote",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-girl-dark-sweater-standing-near-lamps_114579-81891.jpg"
showBlur={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/fashion-portrait-brunette-woman-black-dress_613910-7042.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149405999.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-shopping-mall_176420-95.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/blonde-girl-blue-dress-clothing-store-with-red-curtains_627829-8542.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-model-blue-coat-by-cafe_1303-20457.jpg",
alt: "Client 5",
},
]}
avatarText="Join 500+ satisfied clients"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="The Seam is a Waw Bespoke Elegance Tailored to You."
description="Port Harcourts premier fashion house for custom tailoring, fabric sales, and professional fashion education."
buttons={[{ text: "Get a Quote", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-girl-dark-sweater-standing-near-lamps_114579-81891.jpg"
showBlur={true}
avatars={[{ src: "http://img.b2bpic.net/free-photo/fashion-portrait-brunette-woman-black-dress_613910-7042.jpg", alt: "Client 1" }, { src: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149405999.jpg", alt: "Client 2" }, { src: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-shopping-mall_176420-95.jpg", alt: "Client 3" }, { src: "http://img.b2bpic.net/free-photo/blonde-girl-blue-dress-clothing-store-with-red-curtains_627829-8542.jpg", alt: "Client 4" }, { src: "http://img.b2bpic.net/free-photo/young-woman-model-blue-coat-by-cafe_1303-20457.jpg", alt: "Client 5" }]}
avatarText="Join 500+ satisfied clients"
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyNine
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
features={[
{
title: "Bespoke Tailoring",
description: "Perfectly fitted custom garments for men and women.",
imageSrc: "http://img.b2bpic.net/free-photo/expert-suitmaker-tailoring-studio_482257-101867.jpg",
titleIconSrc: "Sparkles",
buttonText: "View Details",
},
{
title: "Fabric Sales",
description: "Premium quality textiles sourced from the worlds best mills.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543677.jpg",
titleIconSrc: "Star",
buttonText: "Explore Fabric",
},
{
title: "Fashion School",
description: "Professional training programs in Port Harcourt.",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-atelier-with-idea-board-desk-with-clothing-line_23-2148846733.jpg",
titleIconSrc: "GraduationCap",
buttonText: "Enroll Now",
},
{
title: "Ready-to-Wear",
description: "Exquisite designs available for immediate purchase.",
imageSrc: "http://img.b2bpic.net/free-photo/summet-trendy-portrait-stylish-young-woman-posing-luxury-vacation-wearing-elegnat-summer-dress_291049-2999.jpg",
titleIconSrc: "ShoppingBag",
buttonText: "Shop Now",
},
]}
title="Our Expertise"
description="Professional services crafted with precision for every occasion."
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyNine
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
title="Our Expertise"
description="Professional services crafted with precision for every occasion."
features={[
{ title: "Bespoke Tailoring", description: "Perfectly fitted custom garments for men and women.", imageSrc: "http://img.b2bpic.net/free-photo/expert-suitmaker-tailoring-studio_482257-101867.jpg", titleIconSrc: "Sparkles", buttonText: "View Details" },
{ title: "Fabric Sales", description: "Premium quality textiles sourced from the worlds best mills.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543677.jpg", titleIconSrc: "Star", buttonText: "Explore Fabric" },
{ title: "Fashion School", description: "Professional training programs in Port Harcourt.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-atelier-with-idea-board-desk-with-clothing-line_23-2148846733.jpg", titleIconSrc: "GraduationCap", buttonText: "Enroll Now" },
{ title: "Ready-to-Wear", description: "Exquisite designs available for immediate purchase.", imageSrc: "http://img.b2bpic.net/free-photo/summet-trendy-portrait-stylish-young-woman-posing-luxury-vacation-wearing-elegnat-summer-dress_291049-2999.jpg", titleIconSrc: "ShoppingBag", buttonText: "Shop Now" }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Ifiok Umoh",
date: "2024",
title: "CEO",
quote: "Funmich Couture offers professional tailoring services. Their Seam is a Waw!",
tag: "Fashion",
avatarSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-brunette-woman-black-dress_613910-7042.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-brunette-woman-black-dress_613910-7042.jpg",
},
{
id: "2",
name: "LAWANI Joy",
date: "2024",
title: "Entrepreneur",
quote: "If you need a design with no issues, Funmich is your best plug.",
tag: "Couture",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149405999.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149405999.jpg",
},
{
id: "3",
name: "Weli Chisonma",
date: "2024",
title: "Designer",
quote: "The best cut-to-fit clothing. No regrets.",
tag: "Tailoring",
avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-shopping-mall_176420-95.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-shopping-mall_176420-95.jpg",
},
{
id: "4",
name: "Sarah O.",
date: "2024",
title: "Manager",
quote: "Exceptional precision and style every single time.",
tag: "Ready-to-Wear",
avatarSrc: "http://img.b2bpic.net/free-photo/blonde-girl-blue-dress-clothing-store-with-red-curtains_627829-8542.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-blue-dress-clothing-store-with-red-curtains_627829-8542.jpg",
},
{
id: "5",
name: "David M.",
date: "2024",
title: "Stylist",
quote: "Truly a gem in Port Harcourt. Top tier service.",
tag: "Expertise",
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-model-blue-coat-by-cafe_1303-20457.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-model-blue-coat-by-cafe_1303-20457.jpg",
},
]}
title="Wall of Love"
description="See why clients trust Funmich Couture."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={true}
title="Wall of Love"
description="See why clients trust Funmich Couture."
testimonials={[
{ id: "1", name: "Ifiok Umoh", date: "2024", title: "CEO", quote: "Funmich Couture offers professional tailoring services. Their Seam is a Waw!", tag: "Fashion", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-brunette-woman-black-dress_613910-7042.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-brunette-woman-black-dress_613910-7042.jpg" },
{ id: "2", name: "LAWANI Joy", date: "2024", title: "Entrepreneur", quote: "If you need a design with no issues, Funmich is your best plug.", tag: "Couture", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149405999.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149405999.jpg" },
{ id: "3", name: "Weli Chisonma", date: "2024", title: "Designer", quote: "The best cut-to-fit clothing. No regrets.", tag: "Tailoring", avatarSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-shopping-mall_176420-95.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-girls-shopping-mall_176420-95.jpg" },
{ id: "4", name: "Sarah O.", date: "2024", title: "Manager", quote: "Exceptional precision and style every single time.", tag: "Ready-to-Wear", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-girl-blue-dress-clothing-store-with-red-curtains_627829-8542.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-blue-dress-clothing-store-with-red-curtains_627829-8542.jpg" },
{ id: "5", name: "David M.", date: "2024", title: "Stylist", quote: "Truly a gem in Port Harcourt. Top tier service.", tag: "Expertise", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-model-blue-coat-by-cafe_1303-20457.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-model-blue-coat-by-cafe_1303-20457.jpg" }
]}
/>
</div>
<div id="gallery" data-section="gallery">
<BlogCardOne
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Lookbook"
description="Our latest couture collections."
blogs={[
{
id: "1",
category: "Couture",
title: "Evening Elegance",
excerpt: "The finest details in gold.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-elegant-white-wedding-dress_1296-482.jpg",
authorName: "Funmich",
authorAvatar: "http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg",
date: "2024",
},
{
id: "2",
category: "Couture",
title: "Golden Threads",
excerpt: "Precision craftsmanship.",
imageSrc: "http://img.b2bpic.net/free-photo/ukrainian-embroidery-folk-arts-crafts_469670-12.jpg",
authorName: "Funmich",
authorAvatar: "http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg",
date: "2024",
},
{
id: "3",
category: "Studio",
title: "Atelier Vibes",
excerpt: "Behind the seams.",
imageSrc: "http://img.b2bpic.net/free-photo/tailoring-items-arrangement-still-life_23-2149647294.jpg",
authorName: "Funmich",
authorAvatar: "http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg",
date: "2024",
},
{
id: "4",
category: "Runway",
title: "Runway Ready",
excerpt: "Bold fashion moves.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-outdoor_624325-1261.jpg",
authorName: "Funmich",
authorAvatar: "http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg",
date: "2024",
},
{
id: "5",
category: "Details",
title: "Intricate Design",
excerpt: "Couture elegance.",
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-sitting-chair_23-2147781146.jpg",
authorName: "Funmich",
authorAvatar: "http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg",
date: "2024",
},
{
id: "6",
category: "Style",
title: "Classic Modern",
excerpt: "Timeless wear.",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-female-s-accessories-wooden-desk_23-2147856150.jpg",
authorName: "Funmich",
authorAvatar: "http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg",
date: "2024",
},
]}
/>
</div>
<div id="gallery" data-section="gallery">
<BlogCardOne
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Lookbook"
description="Our latest couture collections."
blogs={[
{ id: "1", category: "Couture", title: "Evening Elegance", excerpt: "The finest details in gold.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-elegant-white-wedding-dress_1296-482.jpg", authorName: "Funmich", authorAvatar: "http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg", date: "2024" },
{ id: "2", category: "Couture", title: "Golden Threads", excerpt: "Precision craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/ukrainian-embroidery-folk-arts-crafts_469670-12.jpg", authorName: "Funmich", authorAvatar: "http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg", date: "2024" },
{ id: "3", category: "Studio", title: "Atelier Vibes", excerpt: "Behind the seams.", imageSrc: "http://img.b2bpic.net/free-photo/tailoring-items-arrangement-still-life_23-2149647294.jpg", authorName: "Funmich", authorAvatar: "http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg", date: "2024" },
{ id: "4", category: "Runway", title: "Runway Ready", excerpt: "Bold fashion moves.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-outdoor_624325-1261.jpg", authorName: "Funmich", authorAvatar: "http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg", date: "2024" },
{ id: "5", category: "Details", title: "Intricate Design", excerpt: "Couture elegance.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-sitting-chair_23-2147781146.jpg", authorName: "Funmich", authorAvatar: "http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg", date: "2024" },
{ id: "6", category: "Style", title: "Classic Modern", excerpt: "Timeless wear.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-female-s-accessories-wooden-desk_23-2147856150.jpg", authorName: "Funmich", authorAvatar: "http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg", date: "2024" }
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "What is the typical turnaround time?",
content: "Bespoke orders typically take 7-14 business days depending on design complexity.",
},
{
id: "q2",
title: "Do you offer nationwide delivery?",
content: "Yes, we ship nationwide using reliable logistics partners.",
},
{
id: "q3",
title: "How can I enroll in the fashion school?",
content: "You can fill out our enrollment form or visit our office in Rumuibekwe.",
},
]}
title="Common Questions"
description="Everything you need to know about our services."
faqsAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{ id: "q1", title: "What is the typical turnaround time?", content: "Bespoke orders typically take 7-14 business days depending on design complexity." },
{ id: "q2", title: "Do you offer nationwide delivery?", content: "Yes, we ship nationwide using reliable logistics partners." },
{ id: "q3", title: "How can I enroll in the fashion school?", content: "You can fill out our enrollment form or visit our office in Rumuibekwe." }
]}
title="Common Questions"
description="Everything you need to know about our services."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
text="Ready to bring your fashion ideas to life?"
buttons={[
{
text: "START YOUR DESIGN JOURNEY",
href: "https://wa.me/2348057151730",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="Ready to bring your fashion ideas to life?"
buttons={[{ text: "START YOUR DESIGN JOURNEY", href: "https://wa.me/2348057151730" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg"
logoText="Funmich Couture"
columns={[
{
title: "Studio",
items: [
{
label: "33 Nembe Road, Rumuibekwe, Port Harcourt",
href: "#",
},
{
label: "0805 715 1730",
href: "tel:08057151730",
},
],
},
{
title: "Links",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "Services",
href: "#services",
},
{
label: "Contact",
href: "#contact",
},
],
},
]}
/>
</div>
</ReactLenis>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/golden-elegant-logo-flat-style_52683-14904.jpg"
logoText="Funmich Couture"
columns={[
{ title: "Studio", items: [{ label: "33 Nembe Road, Rumuibekwe, Port Harcourt", href: "#" }, { label: "0805 715 1730", href: "tel:08057151730" }] },
{ title: "Links", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] }
]}
/>
</div>
</ThemeProvider>
);
}
}