4 Commits

Author SHA1 Message Date
4fdf5bdda0 Update src/app/page.tsx 2026-04-15 16:04:39 +00:00
53058f3c24 Merge version_3 into main
Merge version_3 into main
2026-04-15 15:47:14 +00:00
989facbee5 Update src/app/page.tsx 2026-04-15 15:47:11 +00:00
8e0db3cc70 Merge version_2 into main
Merge version_2 into main
2026-04-15 15:45:39 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ value: "Daily", label: "Freshly Baked" },
]}
enableKpiAnimation={true}
buttons={[{ text: "View Menu", href: "#menu" }]}
buttons={[{ text: "Order Now & View Menu", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/crispy-fried-crepes-stuffed-with-minced-meat-herb-garnished-with-sauce_140725-5793.jpg"
mediaAnimation="blur-reveal"
/>
@@ -87,7 +87,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={true}
useInvertedBackground={false}
products={[
{ id: "p1", name: "Pizza (Pepperoni, Veggie, Margherita)", price: "Freshly Baked", variant: "Pizza Category", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-pizza-arrangement_23-2148921324.jpg" },
{ id: "p2", name: "Meals & Snacks (Grills, Pasta)", price: "Savory", variant: "Daily Specials", imageSrc: "http://img.b2bpic.net/free-photo/beef-chicken-kebab-bbq-with-roasted-grilled-potatoes-tomatoes-rice_114579-987.jpg" },