2 Commits

Author SHA1 Message Date
32210e2ae5 Update src/app/page.tsx 2026-04-15 05:42:25 +00:00
2b41f7e1c4 Merge version_1 into main
Merge version_1 into main
2026-04-15 05:40:43 +00:00

View File

@@ -34,7 +34,7 @@ export default function LandingPage() {
{ name: "Our Story", id: "#about" },
{ name: "Contact", id: "#contact" },
]}
brandName="Lumina Lingerie"
brandName="www.bechic.com"
/>
</div>
@@ -57,7 +57,8 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-pajamas-sitting-bed_1303-13140.jpg", imageAlt: "Body confident shot" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-sitting-chair-against-reflective-glass_23-2148161269.jpg", imageAlt: "Editorial style shot" }
]}
buttons={[{ text: "Shop Collection", href: "#products" }]}
buttons={[{ text: "Shop Collection", href: "#products" }]
}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/top-view-elegant-blonde-girl-model-dressed-silk-skirt-blouse-corset-lying-vintage-sofa-beautiful-caucasian-curlyhaired-woman-trendy-stylish-clothes-makeup-model-beauty-face_8353-12443.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/portrait-sexy-girl-wearing-black-body-posing-big-white-bed_132075-12013.jpg", alt: "Customer 2" },
@@ -150,7 +151,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Lumina Lingerie"
logoText="www.bechic.com"
columns={[
{
title: "Shop", items: [{ label: "New Arrivals", href: "#" }, { label: "Bralettes", href: "#" }, { label: "Sleepwear", href: "#" }]
@@ -162,10 +163,10 @@ export default function LandingPage() {
title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }]
}
]}
copyrightText="© 2025 Lumina Lingerie. All rights reserved."
copyrightText="© 2025 www.bechic.com. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}