Merge version_1 into main #1
@@ -76,7 +76,7 @@ export default function ContactPage() {
|
||||
description="Reserve your table at Spice Terrace for an unforgettable dining experience. Call us, visit us, or book online. We're open for dinner service from 7:00 PM onwards."
|
||||
tag="Contact & Reservations"
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg?_wi=2"
|
||||
imageAlt="Restaurant reservation"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
@@ -85,21 +85,21 @@ export default function ContactPage() {
|
||||
handle: "Surat Marriott Hotel",
|
||||
testimonial: "Come experience our rooftop ambience with live music and authentic cuisine.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
name: "Group Bookings",
|
||||
handle: "Special Events",
|
||||
testimonial: "We welcome group celebrations, corporate dinners, and special occasions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
name: "Daily Service",
|
||||
handle: "7:00 PM Onwards",
|
||||
testimonial: "Dinner service every evening with advance reservations recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg?_wi=4",
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={6000}
|
||||
@@ -152,7 +152,7 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-candles-restaurant_8353-9527.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-candles-restaurant_8353-9527.jpg?_wi=4"
|
||||
imageAlt="Reservation ambience"
|
||||
bulletPoints={[
|
||||
{
|
||||
|
||||
@@ -84,11 +84,11 @@ export default function GalleryPage() {
|
||||
icon: Sun,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg?_wi=3",
|
||||
imageAlt: "Beautiful terrace seating arrangement",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-candles-restaurant_8353-9527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-candles-restaurant_8353-9527.jpg?_wi=3",
|
||||
imageAlt: "Night ambience of the restaurant",
|
||||
},
|
||||
],
|
||||
@@ -99,11 +99,11 @@ export default function GalleryPage() {
|
||||
icon: Music,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-singer-stage-singing-into-microphone_1321-2067.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-singer-stage-singing-into-microphone_1321-2067.jpg?_wi=2",
|
||||
imageAlt: "Live music performance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-many-round-plates-with-tasty-vegetables-dish-salads-with-tomato-onion-zucchini-tomato-herbs-big-delicious-dinner-restaurant_132075-13039.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-many-round-plates-with-tasty-vegetables-dish-salads-with-tomato-onion-zucchini-tomato-herbs-big-delicious-dinner-restaurant_132075-13039.jpg?_wi=2",
|
||||
imageAlt: "Celebration ambience",
|
||||
},
|
||||
],
|
||||
@@ -128,7 +128,7 @@ export default function GalleryPage() {
|
||||
role: "Celebration Guest",
|
||||
company: "Anniversary Dinner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -136,7 +136,7 @@ export default function GalleryPage() {
|
||||
role: "Regular Customer",
|
||||
company: "Frequent Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -144,7 +144,7 @@ export default function GalleryPage() {
|
||||
role: "Corporate Guests",
|
||||
company: "Business Dinner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -152,7 +152,7 @@ export default function GalleryPage() {
|
||||
role: "Family Guest",
|
||||
company: "Birthday Celebration",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -79,7 +79,7 @@ export default function MenuPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-candles-restaurant_8353-9527.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-candles-restaurant_8353-9527.jpg?_wi=2"
|
||||
imageAlt="Menu presentation"
|
||||
bulletPoints={[
|
||||
{
|
||||
@@ -115,42 +115,42 @@ export default function MenuPage() {
|
||||
id: "1",
|
||||
name: "Mughlai Kebabs",
|
||||
price: "₹450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-lula-kebab-table_140725-865.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-lula-kebab-table_140725-865.jpg?_wi=2",
|
||||
imageAlt: "Tender Mughlai kebabs with aromatic spices",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sizzlers",
|
||||
price: "₹550",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-tabaca-wooden-board_140725-8430.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-tabaca-wooden-board_140725-8430.jpg?_wi=2",
|
||||
imageAlt: "Sizzling hot plate with premium cuts",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Butter Chicken",
|
||||
price: "₹380",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-curry-served-bowl-with-sticks-table-closeup_1220-7638.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-curry-served-bowl-with-sticks-table-closeup_1220-7638.jpg?_wi=2",
|
||||
imageAlt: "Creamy butter chicken in rich tomato gravy",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Paneer Delicacies",
|
||||
price: "₹320",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-indian-paneer-tikka-dish_84443-77690.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-indian-paneer-tikka-dish_84443-77690.jpg?_wi=2",
|
||||
imageAlt: "Succulent paneer preparations",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Authentic Biryani",
|
||||
price: "₹420",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/authentic-chicken-biryani-served-traditional-earthenware-bowl_84443-64517.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/authentic-chicken-biryani-served-traditional-earthenware-bowl_84443-64517.jpg?_wi=2",
|
||||
imageAlt: "Fragrant Mughlai biryani with basmati rice",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chef's Desserts",
|
||||
price: "₹180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruits-berries-served-glass-plate_140725-6211.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruits-berries-served-glass-plate_140725-6211.jpg?_wi=2",
|
||||
imageAlt: "Decadent traditional Indian desserts",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -81,7 +81,7 @@ export default function HomePage() {
|
||||
tagIcon={Crown}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-tray-with-glasses-white-wine-it-serving-them-guests-balcony_181624-57937.jpg?_wi=1"
|
||||
imageAlt="Spice Terrace rooftop dining ambience"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -91,21 +91,21 @@ export default function HomePage() {
|
||||
handle: "Celebration Guest",
|
||||
testimonial: "Amazing ambience and absolutely delicious food. Perfect place for our anniversary!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Priya Sharma",
|
||||
handle: "Regular Customer",
|
||||
testimonial: "Excellent service and the live music made our evening unforgettable. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Amit Patel",
|
||||
handle: "Family Dinner",
|
||||
testimonial: "A great place for family celebrations. The biryani is absolutely authentic and tasty.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -126,7 +126,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg?_wi=1"
|
||||
imageAlt="Spice Terrace elegant dining setup"
|
||||
bulletPoints={[
|
||||
{
|
||||
@@ -168,42 +168,42 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Mughlai Kebabs",
|
||||
price: "₹450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-lula-kebab-table_140725-865.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-lula-kebab-table_140725-865.jpg?_wi=1",
|
||||
imageAlt: "Tender Mughlai kebabs with aromatic spices",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sizzlers",
|
||||
price: "₹550",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-tabaca-wooden-board_140725-8430.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-tabaca-wooden-board_140725-8430.jpg?_wi=1",
|
||||
imageAlt: "Sizzling hot plate with premium cuts",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Butter Chicken",
|
||||
price: "₹380",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-curry-served-bowl-with-sticks-table-closeup_1220-7638.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-curry-served-bowl-with-sticks-table-closeup_1220-7638.jpg?_wi=1",
|
||||
imageAlt: "Creamy butter chicken in rich tomato gravy",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Paneer Delicacies",
|
||||
price: "₹320",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-indian-paneer-tikka-dish_84443-77690.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-indian-paneer-tikka-dish_84443-77690.jpg?_wi=1",
|
||||
imageAlt: "Succulent paneer preparations",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Authentic Biryani",
|
||||
price: "₹420",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/authentic-chicken-biryani-served-traditional-earthenware-bowl_84443-64517.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/authentic-chicken-biryani-served-traditional-earthenware-bowl_84443-64517.jpg?_wi=1",
|
||||
imageAlt: "Fragrant Mughlai biryani with basmati rice",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chef's Desserts",
|
||||
price: "₹180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruits-berries-served-glass-plate_140725-6211.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruits-berries-served-glass-plate_140725-6211.jpg?_wi=1",
|
||||
imageAlt: "Decadent traditional Indian desserts",
|
||||
},
|
||||
]}
|
||||
@@ -226,7 +226,7 @@ export default function HomePage() {
|
||||
role: "Celebration Guest",
|
||||
company: "Anniversary Dinner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -234,7 +234,7 @@ export default function HomePage() {
|
||||
role: "Regular Customer",
|
||||
company: "Frequent Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -242,7 +242,7 @@ export default function HomePage() {
|
||||
role: "Corporate Guests",
|
||||
company: "Business Dinner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -250,7 +250,7 @@ export default function HomePage() {
|
||||
role: "Family Guest",
|
||||
company: "Birthday Celebration",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -286,11 +286,11 @@ export default function HomePage() {
|
||||
icon: Sun,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-hand-gloves-worker-is-engaged-serving-table_146671-14407.jpg?_wi=2",
|
||||
imageAlt: "Beautiful terrace seating arrangement",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-candles-restaurant_8353-9527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-candles-restaurant_8353-9527.jpg?_wi=1",
|
||||
imageAlt: "Night ambience of the restaurant",
|
||||
},
|
||||
],
|
||||
@@ -301,11 +301,11 @@ export default function HomePage() {
|
||||
icon: Music,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-singer-stage-singing-into-microphone_1321-2067.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-singer-stage-singing-into-microphone_1321-2067.jpg?_wi=1",
|
||||
imageAlt: "Live music performance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-many-round-plates-with-tasty-vegetables-dish-salads-with-tomato-onion-zucchini-tomato-herbs-big-delicious-dinner-restaurant_132075-13039.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-many-round-plates-with-tasty-vegetables-dish-salads-with-tomato-onion-zucchini-tomato-herbs-big-delicious-dinner-restaurant_132075-13039.jpg?_wi=1",
|
||||
imageAlt: "Celebration ambience",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user