Update src/app/page.tsx

This commit is contained in:
2026-05-13 12:54:37 +00:00
parent 086c71a48f
commit a24128975c

View File

@@ -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>
);
}
}