5 Commits

Author SHA1 Message Date
0665c66594 Merge version_4 into main
Merge version_4 into main
2026-05-02 23:17:28 +00:00
5a1ec19334 Update src/app/page.tsx 2026-05-02 23:17:24 +00:00
aeedc778b3 Merge version_3 into main
Merge version_3 into main
2026-05-02 23:16:04 +00:00
5e722b4226 Update src/app/page.tsx 2026-05-02 23:16:00 +00:00
9f3c1cf5d4 Merge version_2 into main
Merge version_2 into main
2026-05-02 20:56:05 +00:00

View File

@@ -104,9 +104,14 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
buttons={[
{
text: "See Full Menu", onClick: () => window.open("/menu.pdf", "_blank"),
},
]}
products={[
{
id: "p1", name: "Custard Tarts (Natas)", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-tart-egg_74190-999.jpg"},
@@ -194,6 +199,7 @@ export default function LandingPage() {
{
name: "email", type: "email", placeholder: "Your Email"},
]}
buttonText="Reserve Now"
imageSrc="http://img.b2bpic.net/free-photo/bicycle-parked-outside-shop_53876-23379.jpg"
/>
</div>