Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user