Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -51,10 +51,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-filled-pancakes-traditional-baked-goods-christian-orthodox-holidays-slavic-cultural-traditions_166373-9479.jpg?_wi=1", imageAlt: "Paper Plain Dosa - South Indian Specialty"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-filled-pancakes-traditional-baked-goods-christian-orthodox-holidays-slavic-cultural-traditions_166373-9479.jpg", imageAlt: "Paper Plain Dosa - South Indian Specialty"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-spices-food-around-lime-rice-dish_23-2147894870.jpg?_wi=1", imageAlt: "Veg Special Thali - Complete Traditional Meal"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-spices-food-around-lime-rice-dish_23-2147894870.jpg", imageAlt: "Veg Special Thali - Complete Traditional Meal"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pralines-vanilla-muffins-with-green-grapes_114579-4783.jpg", imageAlt: "Traditional Indian Mithai - Fresh Sweets Daily"
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
description="Explore our signature dishes crafted with authentic recipes and the finest ingredients. From crispy dosas to aromatic curries and delectable sweets."
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Paper Plain Dosa", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-filled-pancakes-traditional-baked-goods-christian-orthodox-holidays-slavic-cultural-traditions_166373-9479.jpg?_wi=2", imageAlt: "Paper Plain Dosa"
|
||||
id: "1", name: "Paper Plain Dosa", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-filled-pancakes-traditional-baked-goods-christian-orthodox-holidays-slavic-cultural-traditions_166373-9479.jpg", imageAlt: "Paper Plain Dosa"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Paneer Chilli Pizza", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3297.jpg", imageAlt: "Paneer Chilli Pizza"
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
id: "5", name: "Chana Masala", price: "₹110", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-green-beans-plate-green-beans-with-tomatoes-board-garlic-five-bowls-spices-dark-table_140725-123618.jpg", imageAlt: "Chana Masala"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Veg Special Thali", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/set-spices-food-around-lime-rice-dish_23-2147894870.jpg?_wi=2", imageAlt: "Veg Special Thali"
|
||||
id: "6", name: "Veg Special Thali", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/set-spices-food-around-lime-rice-dish_23-2147894870.jpg", imageAlt: "Veg Special Thali"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -115,14 +115,14 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Reserve Your Table"
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Book Your Dining Experience Now"
|
||||
description="Reserve your table for an unforgettable meal. Fill in your details below and we'll confirm your reservation promptly. Family-friendly seating available on multiple floors."
|
||||
buttons={[
|
||||
{ text: "Call Us: 0788 490 4766", href: "tel:+917884904766" },
|
||||
{ text: "Reserve Online", href: "#" }
|
||||
]}
|
||||
buttonAnimation="reveal-blur"
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Reservation and contact section"
|
||||
@@ -165,8 +165,8 @@ export default function LandingPage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our restaurant, menu, reservations, and services."
|
||||
tag="Need Help?"
|
||||
tagAnimation="reveal-blur"
|
||||
faqsAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
|
||||
Reference in New Issue
Block a user