Update src/app/page.tsx
This commit is contained in:
@@ -69,6 +69,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
buttons={[
|
||||
{ text: "View Full Collection", href: "#products" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "LUMIÈRE", name: "Radiant Serum", price: "$89.00", rating: 5,
|
||||
@@ -226,4 +229,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user