Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-27 18:42:47 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FooterCard from '@/components/sections/footer/FooterCard';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -253,25 +253,36 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterCard
<FooterBaseCard
logoSrc="http://img.b2bpic.net/free-photo/ballerina-training-perform-eleegance-icon_53876-13812.jpg"
logoAlt="Y2K Couture Logo"
logoText="Y2K Couture"
copyrightText="© 2025 Y2K Couture. All rights reserved."
socialLinks={[
columns={[
{
icon: Instagram,
href: "https://instagram.com/y2kcouture", ariaLabel: "Instagram"},
title: "Products", items: [
{ label: "Home", href: "#home" },
{ label: "Collection", href: "#collection" }
]
},
{
icon: Instagram,
href: "https://tiktok.com/@y2kcouture", ariaLabel: "TikTok"},
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Vision", href: "#vision" },
{ label: "Impact", href: "#impact" }
]
},
{
icon: Twitter,
href: "https://twitter.com/y2kcouture", ariaLabel: "Twitter"},
title: "Resources", items: [
{ label: "Blog", href: "#blog" },
{ label: "Reviews", href: "#reviews" },
{ label: "Contact", href: "#contact" }
]
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}