Merge version_1 into main #2
1371
src/app/layout.tsx
1371
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Lumière Beauty"
|
||||
brandName="B&M BEAUTY"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="Lumière Beauty"
|
||||
logoText="B&M BEAUTY"
|
||||
description="Discover premium beauty products that enhance your natural radiance. From skincare to makeup, we offer carefully curated collections for every beauty need."
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Lumière Beauty has completely transformed my skincare routine. The products are high-quality, beautifully packaged, and the results are visible within weeks. Their staff gave me personalized recommendations that work perfectly for my skin type."
|
||||
testimonial="B&M BEAUTY has completely transformed my skincare routine. The products are high-quality, beautifully packaged, and the results are visible within weeks. Their staff gave me personalized recommendations that work perfectly for my skin type."
|
||||
rating={5}
|
||||
author="Maria Rodriguez, Beauty Enthusiast"
|
||||
avatars={[
|
||||
@@ -195,7 +195,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Lumière Beauty"
|
||||
logoText="B&M BEAUTY"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
@@ -226,7 +226,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Lumière Beauty. All rights reserved."
|
||||
copyrightText="© 2025 B&M BEAUTY. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user