Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-28 04:04:10 +00:00

View File

@@ -94,6 +94,7 @@ 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."
/>
@@ -199,4 +200,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}