Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-07 05:00:52 +00:00

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
description="For years, Hotel Arcadia Awadh and Vyanjan Restaurant have been synonymous with elegance, comfort, and authentic Awadhi cuisine in the heart of the city."
metrics={[{ value: "15+", title: "Years Experience" }, { value: "5000+", title: "Happy Guests" }, { value: "200+", title: "Signature Dishes" }]}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683403.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683403.jpg?_wi=1"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -79,8 +79,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ title: "Heritage Rooms", description: "Experience the royalty of Awadh in our uniquely curated luxury rooms.", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683483.jpg" },
{ title: "Vyanjan Cuisine", description: "Traditional recipes passed through generations, served at our flagship restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086028.jpg" },
{ title: "Heritage Rooms", description: "Experience the royalty of Awadh in our uniquely curated luxury rooms.", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683483.jpg?_wi=1" },
{ title: "Vyanjan Cuisine", description: "Traditional recipes passed through generations, served at our flagship restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086028.jpg?_wi=1" },
{ title: "Grand Events", description: "Host your celebrations at our expansive halls featuring classic decor.", imageSrc: "http://img.b2bpic.net/elegant-ceremony-venue-with-floral-decorations_23-2151978933.jpg" }
]}
/>
@@ -95,7 +95,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
products={[
{ id: "1", name: "Awadhi Biryani", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086028.jpg" },
{ id: "1", name: "Awadhi Biryani", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086028.jpg?_wi=2" },
{ id: "2", name: "Shahi Tukda", price: "₹250", imageSrc: "http://img.b2bpic.net/closeup-couple-having-slice-cake-dessert-cafe_637285-9109.jpg" },
{ id: "3", name: "Tandoori Kebabs", price: "₹350", imageSrc: "http://img.b2bpic.net/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream_141793-4310.jpg" }
]}
@@ -154,13 +154,13 @@ export default function LandingPage() {
description="Feel free to reach out to us at any time."
useInvertedBackground={false}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683403.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683403.jpg?_wi=2"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683483.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683483.jpg?_wi=2"
logoText="Arcadia & Vyanjan"
columns={[
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }] },