Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32210e2ae5 | |||
| 2b41f7e1c4 |
@@ -34,7 +34,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Our Story", id: "#about" },
|
{ name: "Our Story", id: "#about" },
|
||||||
{ name: "Contact", id: "#contact" },
|
{ name: "Contact", id: "#contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Lumina Lingerie"
|
brandName="www.bechic.com"
|
||||||
/>
|
/>
|
||||||
</div>
|
</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/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" }
|
{ 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={[
|
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/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" },
|
{ 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">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Lumina Lingerie"
|
logoText="www.bechic.com"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop", items: [{ label: "New Arrivals", href: "#" }, { label: "Bralettes", href: "#" }, { label: "Sleepwear", href: "#" }]
|
title: "Shop", items: [{ label: "New Arrivals", href: "#" }, { label: "Bralettes", href: "#" }, { label: "Sleepwear", href: "#" }]
|
||||||
@@ -162,7 +163,7 @@ export default function LandingPage() {
|
|||||||
title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }]
|
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>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user