3 Commits

Author SHA1 Message Date
3c5f501078 Update src/app/page.tsx 2026-05-12 21:09:58 +00:00
fd98fdd3d6 Merge version_1 into main
Merge version_1 into main
2026-05-12 21:08:53 +00:00
0e266472af Merge version_1 into main
Merge version_1 into main
2026-05-12 21:08:26 +00:00

View File

@@ -103,6 +103,10 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={false}
buttons={[
{ text: "Order Online", href: "#contact" },
{ text: "View Full Menu", href: "#menu" }
]}
products={[
{ id: "1", name: "Classic Burger", price: "$8.50", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/patty-sesame-lunch-background-american_1172-272.jpg" },
{ id: "2", name: "Golden Fries", price: "$3.00", variant: "Small", imageSrc: "http://img.b2bpic.net/free-photo/finely-roasted-potato-sticks-served-with-lemon-slices_114579-1750.jpg" },