3 Commits

Author SHA1 Message Date
6d9c4321da Merge version_3 into main
Merge version_3 into main
2026-05-06 12:31:15 +00:00
c0fa998c5d Update src/app/page.tsx 2026-05-06 12:31:12 +00:00
f42023ecd9 Merge version_2 into main
Merge version_2 into main
2026-05-06 12:30:08 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlay <HeroOverlay
title="Where Every Moment Becomes a Memory" title="The Most Aesthetic Escape in Mysuru"
description="Experience the most aesthetic cafe in Mysuru. Where luxury meets warmth." description="Experience the most aesthetic cafe in Mysuru. Where luxury meets warmth."
buttons={[ buttons={[
{ text: "Reserve Your Table", href: "#contact" }, { text: "Reserve Your Table", href: "#contact" },
@@ -101,7 +101,7 @@ export default function LandingPage() {
{ id: "1", name: "Honey Garlic Wings", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/fried-prawns-garlic-sauce-side-view_141793-4432.jpg" }, { id: "1", name: "Honey Garlic Wings", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/fried-prawns-garlic-sauce-side-view_141793-4432.jpg" },
{ id: "2", name: "Paneer Momos", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-asian-meal-with-herbs_23-2148694374.jpg" }, { id: "2", name: "Paneer Momos", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-asian-meal-with-herbs_23-2148694374.jpg" },
{ id: "3", name: "Pizza Packets", price: "₹279", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-detail_23-2148149175.jpg" }, { id: "3", name: "Pizza Packets", price: "₹279", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-detail_23-2148149175.jpg" },
{ id: "4", name: "Cheese Nachos", price: "₹229", imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-tortilla-chips-with-black-beans-guacamole-tomato-jalapeno-black-background_123827-20654.jpg" }, { id: "4", name: "Cheese Nachos", price: "₹229", imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-tortilla-chips-with-black-beans-guacamole-tomato-jalapeno-black-background_123827-20655.jpg" },
{ id: "5", name: "Peri Peri Fries", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/pile-golden-french-fries-dark-background_84443-81960.jpg" }, { id: "5", name: "Peri Peri Fries", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/pile-golden-french-fries-dark-background_84443-81960.jpg" },
{ id: "6", name: "Pasta Bowl", price: "₹349", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tagliatelle-pasta-wooden-table_23-2148305662.jpg" }, { id: "6", name: "Pasta Bowl", price: "₹349", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tagliatelle-pasta-wooden-table_23-2148305662.jpg" },
]} ]}