Update src/app/page.tsx
This commit is contained in:
@@ -81,9 +81,13 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu", href: "#"}
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Klassiker", name: "Harrys Original", price: "45 kr", rating: 5,
|
||||
@@ -224,4 +228,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user