Update src/app/page.tsx

This commit is contained in:
2026-05-05 15:03:25 +00:00
parent d9e3051d1c
commit 578add27a1

View File

@@ -114,6 +114,9 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
buttons={[
{ text: "View Full Menu", href: "/menu" }
]}
products={[
{
id: "p1", name: "Croissant Selection", price: "$5.00", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cranberries-plate-with-blackberries-cookie-white-textured_176474-7523.jpg?_wi=1"},
@@ -238,4 +241,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}