Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -53,14 +53,14 @@ export default function LandingPage() {
|
||||
{ text: "View Menu", href: "#dishes" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/details-set-table-with-focus-goblets_8353-9922.jpg", imageAlt: "Luxury restaurant elegant dining ambiance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=1", imageAlt: "Upscale dining room premium decor" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/family-members-clinking-glasses-high-angle_23-2149858252.jpg?_wi=1", imageAlt: "Family celebration restaurant gathering joy" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-kissing-man-forehead-restaurant_23-2148014524.jpg?_wi=1", imageAlt: "Romantic couple fine dining restaurant" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-lentil-soup-with-salt-raw-lentils-dark-bread-loafs-dark-surface_179666-34487.jpg?_wi=1", imageAlt: "Creamy dal makhni signature dish" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-pieces-sish-kebab-grilled-served-with-cream-sauce-sumakh-lettuce_114579-18.jpg?_wi=1", imageAlt: "Premium paneer tikka grilled" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg", imageAlt: "Upscale dining room premium decor" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/family-members-clinking-glasses-high-angle_23-2149858252.jpg", imageAlt: "Family celebration restaurant gathering joy" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-kissing-man-forehead-restaurant_23-2148014524.jpg", imageAlt: "Romantic couple fine dining restaurant" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-lentil-soup-with-salt-raw-lentils-dark-bread-loafs-dark-surface_179666-34487.jpg", imageAlt: "Creamy dal makhni signature dish" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-pieces-sish-kebab-grilled-served-with-cream-sauce-sumakh-lettuce_114579-18.jpg", imageAlt: "Premium paneer tikka grilled" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
tag="Family-Friendly Luxury"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg"
|
||||
imageAlt="Elegant restaurant interior warm ambiance"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -95,10 +95,10 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "dal-makhni", name: "Dal Makhni", price: "₹450", variant: "Rich & Creamy", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lentil-soup-with-salt-raw-lentils-dark-bread-loafs-dark-surface_179666-34487.jpg?_wi=2", imageAlt: "Creamy dal makhni signature dish"
|
||||
id: "dal-makhni", name: "Dal Makhni", price: "₹450", variant: "Rich & Creamy", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lentil-soup-with-salt-raw-lentils-dark-bread-loafs-dark-surface_179666-34487.jpg", imageAlt: "Creamy dal makhni signature dish"
|
||||
},
|
||||
{
|
||||
id: "paneer-tikka", name: "Paneer Tikka", price: "₹520", variant: "Grilled & Marinated", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-pieces-sish-kebab-grilled-served-with-cream-sauce-sumakh-lettuce_114579-18.jpg?_wi=2", imageAlt: "Premium paneer tikka grilled"
|
||||
id: "paneer-tikka", name: "Paneer Tikka", price: "₹520", variant: "Grilled & Marinated", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-pieces-sish-kebab-grilled-served-with-cream-sauce-sumakh-lettuce_114579-18.jpg", imageAlt: "Premium paneer tikka grilled"
|
||||
},
|
||||
{
|
||||
id: "indo-chinese", name: "Indo-Chinese Noodles", price: "₹380", variant: "Spiced & Fusion", imageSrc: "http://img.b2bpic.net/free-photo/noodles-spicy-wooden-tray-with-ingredients-black-cement-surface_1150-19788.jpg", imageAlt: "Indo-chinese fusion cuisine noodles"
|
||||
@@ -121,15 +121,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "birthday", title: "Birthday Celebrations", author: "Family Favorite", description: "Make birthdays unforgettable with our premium dining experience, special plating, and warm hospitality. From intimate gatherings to full-house celebrations, we craft moments of joy.", tags: ["Family-Friendly", "Memorable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-members-clinking-glasses-high-angle_23-2149858252.jpg?_wi=2", imageAlt: "Birthday party restaurant happiness moments"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-members-clinking-glasses-high-angle_23-2149858252.jpg", imageAlt: "Birthday party restaurant happiness moments"
|
||||
},
|
||||
{
|
||||
id: "romance", title: "Romantic Dinners", author: "Couples' Retreat", description: "Celebrate your love with an intimate dining experience featuring our finest dishes, elegant ambiance, and impeccable service. Perfect for anniversaries and special occasions.", tags: ["Intimate", "Premium"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-kissing-man-forehead-restaurant_23-2148014524.jpg?_wi=2", imageAlt: "Romantic couple fine dining restaurant"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-kissing-man-forehead-restaurant_23-2148014524.jpg", imageAlt: "Romantic couple fine dining restaurant"
|
||||
},
|
||||
{
|
||||
id: "family", title: "Family Gatherings", author: "Togetherness", description: "Bring your loved ones together for a full house of laughter, delicious food, and warm memories. Sandoz is where families create their most cherished moments.", tags: ["Spacious", "Welcoming"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=3", imageAlt: "Family celebration restaurant gathering joy"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg", imageAlt: "Family celebration restaurant gathering joy"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user