From 32210e2ae59fc27d83d7b8943083b770f6b32aaa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 05:42:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d97a76d..d5a8ab6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "Our Story", id: "#about" }, { name: "Contact", id: "#contact" }, ]} - brandName="Lumina Lingerie" + brandName="www.bechic.com" /> @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1