Merge version_2 into main #2
@@ -99,6 +99,9 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "View Full Collection", href: "#" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "I'MPASTA", name: "Truffle Infused Pappardelle", price: "24", rating: 5,
|
||||
@@ -209,4 +212,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user