Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-17 19:51:06 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboard
title="One of the Best Dining Experiences in Vasundhara"
description="Exceptional taste, hygienic kitchen, and warm service — perfect for every occasion. Premium food, friendly staff, and value that exceeds expectations."
background="radial-gradient"
background={{ variant: "radial-gradient" }}
tag="Locally Loved"
tagIcon={Star}
tagAnimation="slide-up"
@@ -135,7 +135,7 @@ export default function LandingPage() {
title: "Birthday Celebrations", description: "Beautifully decorated tables, personalized menu options, and attentive service to make birthdays special.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/table-setting-with-floral-centerpiece-wedding-reception-venue_637285-5627.jpg", imageAlt: "Birthday setup decoration" },
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-lovers-having-romantic-dinner-home_171337-675.jpg", imageAlt: "Celebration ambience" },
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg?_wi=1", imageAlt: "Restaurant elegant space" }
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", imageAlt: "Restaurant elegant space" }
],
button: { text: "Plan Birthday", href: "#contact" }
},
@@ -218,7 +218,7 @@ export default function LandingPage() {
name: "message", placeholder: "Tell us about your occasion (Birthday, Anniversary, Birthday, Event, etc.) or any special requests", rows: 4,
required: false
}}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg"
imageAlt="Restaurant ambience for contact section"
mediaAnimation="slide-up"
mediaPosition="right"