4 Commits

Author SHA1 Message Date
fdd63aeb37 Update src/app/page.tsx 2026-04-15 06:00:17 +00:00
8f5b285d13 Merge version_2 into main
Merge version_2 into main
2026-04-15 05:42:28 +00:00
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" },
@@ -104,11 +105,11 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
products={[
{ id: "1", name: "Essential Lace Bralette", price: "$45", variant: "Available in 5 colors", imageSrc: "http://img.b2bpic.net/free-photo/top-view-marshmallows-glass-jar-high-quality-photo_114579-35880.jpg" },
{ id: "2", name: "Seamless Comfort Panty", price: "$25", variant: "Mid-rise, Soft Modal", imageSrc: "http://img.b2bpic.net/free-photo/trendy-swimsuit-outdoors_23-2150632441.jpg" },
{ id: "3", name: "Satin & Lace Luxury Set", price: "$85", variant: "Bridal Edition", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-lying-floor_23-2147781236.jpg" },
{ id: "4", name: "Signature Camisole", price: "$55", variant: "Silk Blend", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-unhealthy-woman-with-dark-hair-wearing-white-casual-style-t-shirt-shorts-sitting-bed-light-bedroom-with-crossed-legs-touching-painful-neck-after-uncomfortable-sleep_176532-15524.jpg" },
{ id: "5", name: "Floral Lace Bodysuit", price: "$95", variant: "Limited Edition", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-trendy-swimsuit-sitting-with-her-back-camera-beach-tent-young-lady-sunbathing-while-spending-time-beach_574295-5067.jpg" },
{ id: "1", name: "Essential Lace Bralette", price: "$45", variant: "Available in 5 colors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNgaUeaWSVP9tT4motK9VRpmGb/uploaded-1776232796286-djljidrb.jpg" },
{ id: "2", name: "Seamless Comfort Panty", price: "$25", variant: "Mid-rise, Soft Modal", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNgaUeaWSVP9tT4motK9VRpmGb/uploaded-1776232796286-jxpg3geu.jpg" },
{ id: "3", name: "Satin & Lace Luxury Set", price: "$85", variant: "Bridal Edition", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNgaUeaWSVP9tT4motK9VRpmGb/uploaded-1776232796286-9loj0wbq.jpg" },
{ id: "4", name: "Signature Camisole", price: "$55", variant: "Silk Blend", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNgaUeaWSVP9tT4motK9VRpmGb/uploaded-1776232796286-omtnrxi9.jpg" },
{ id: "5", name: "Floral Lace Bodysuit", price: "$95", variant: "Limited Edition", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNgaUeaWSVP9tT4motK9VRpmGb/uploaded-1776232796286-jbfx82yk.png" },
{ id: "6", name: "Everyday Support Set", price: "$65", variant: "Wireless Comfort", imageSrc: "http://img.b2bpic.net/free-photo/bride-s-morning-fine-art-wedding-happy-bride_1328-1771.jpg" }
]}
title="The Collection"
@@ -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>
);
}
}