1 Commits

Author SHA1 Message Date
993a3af0f7 Update src/app/page.tsx 2026-04-28 04:04:09 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
logoText="Luminous Beauty"
description="Unlock your radiance with our premium, science-backed beauty essentials designed for your unique glow."
buttons={[
{ text: "Shop Store", href: "#products" },
{ text: "Shop Best Sellers", href: "#products" },
{ text: "Discover Routine", href: "#features" },
]}
imageSrc="http://img.b2bpic.net/free-photo/tropical-leaves-paper-cut-style_23-2148301059.jpg"
@@ -94,7 +94,6 @@ export default function LandingPage() {
{ id: "p5", brand: "Luminous", name: "Night Cream", price: "$52.00", rating: 5, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420633.jpg" },
{ id: "p6", brand: "Luminous", name: "Eye Serum", price: "$32.00", rating: 5, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150083943.jpg" },
]}
buttons={[{ text: "Shop All Products", href: "#products" }]}
title="Shop Our Beauty Collection"
description="Discover the essentials that define your daily beauty ritual."
/>
@@ -200,4 +199,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}