Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 14:35:42 +00:00

View File

@@ -43,13 +43,13 @@ export default function LandingPage() {
<HeroBillboard
title="Hyderabad's Favorite Dining Spot"
description="Fresh Food, Great Taste. Enjoy delicious meals, steaks, BBQ, and family dining in a comfortable environment."
background={{ variant: "plain" }}
background={{ variant: "floatingGradient" }}
buttons={[
{ text: "View Menu", href: "#features" },
{ text: "Order Now", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-cutlery-crockery_8353-9876.jpg"
imageAlt="Lala Moosa restaurant dining experience"
imageAlt="restaurant dining experience family meal"
mediaAnimation="slide-up"
/>
</div>
@@ -58,7 +58,7 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Premium dining experience with" },
{ type: "image", src: "http://img.b2bpic.net/free-vector/collection-retro-restaurant-badges_23-2147527369.jpg", alt: "Lala Moosa logo" },
{ type: "image", src: "http://img.b2bpic.net/free-vector/collection-retro-restaurant-badges_23-2147527369.jpg", alt: "restaurant logo brand symbol" },
{ type: "text", content: "fresh ingredients and comfort" }
]}
useInvertedBackground={false}
@@ -74,16 +74,16 @@ export default function LandingPage() {
description="Discover our most popular dishes crafted with the finest ingredients"
products={[
{
id: "1", name: "Moosh Special Steak", price: "Rs. 1,200", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-with-fried-potatoes-mayonnaise-mustard-ketchup_140725-1494.jpg", imageAlt: "Moosh Special Steak"
id: "1", name: "Moosh Special Steak", price: "Rs. 1,200", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-with-fried-potatoes-mayonnaise-mustard-ketchup_140725-1494.jpg", imageAlt: "grilled steak plate professional photography"
},
{
id: "2", name: "Tikka Platter", price: "Rs. 850", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-garlic-bottle-oil-lemon-sauce-chicken-with-herbs-lavash_140725-73682.jpg", imageAlt: "Tikka Platter"
id: "2", name: "Tikka Platter", price: "Rs. 850", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-garlic-bottle-oil-lemon-sauce-chicken-with-herbs-lavash_140725-73682.jpg", imageAlt: "tikka platter Indian cuisine spiced"
},
{
id: "3", name: "Fish & Chips", price: "Rs. 950", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-fried-potatoes_140725-113371.jpg", imageAlt: "Fish & Chips"
id: "3", name: "Fish & Chips", price: "Rs. 950", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-fried-potatoes_140725-113371.jpg", imageAlt: "fish chips fried crispy meal"
},
{
id: "4", name: "Grilled Burger", price: "Rs. 650", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-hamburger-wooden-plate-restaurant_181624-50415.jpg", imageAlt: "Grilled Burger"
id: "4", name: "Grilled Burger", price: "Rs. 650", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-hamburger-wooden-plate-restaurant_181624-50415.jpg", imageAlt: "gourmet burger fresh ingredients plate"
}
]}
animationType="slide-up"