Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-19 03:27:45 +00:00

View File

@@ -96,7 +96,7 @@ export default function HomePage() {
{ text: "Book a Table", href: "/booking" },
]}
buttonAnimation="slide-up"
background="radial-gradient"
background={{ variant: "radial-gradient" }}
carouselItems={[
{
id: "curry-1",
@@ -164,7 +164,7 @@ export default function HomePage() {
icon: Users,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg"
imageAlt="Chutney Joe modern Indian restaurant interior"
mediaAnimation="slide-up"
imagePosition="right"
@@ -234,7 +234,7 @@ export default function HomePage() {
id: "paneer-tikka",
name: "Paneer Tikka",
price: "£8.95",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-traditional-asian-food_23-2148382831.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-traditional-asian-food_23-2148382831.jpg",
imageAlt: "Paneer Tikka appetizer",
initialQuantity: 1,
},
@@ -242,7 +242,7 @@ export default function HomePage() {
id: "chicken-tikka-masala",
name: "Chicken Tikka Masala",
price: "£12.95",
imageSrc: "http://img.b2bpic.net/free-psd/indian-butter-chicken-curry-clay-pot_84443-78260.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-psd/indian-butter-chicken-curry-clay-pot_84443-78260.jpg",
imageAlt: "Chicken Tikka Masala curry",
initialQuantity: 1,
},
@@ -250,7 +250,7 @@ export default function HomePage() {
id: "lamb-jalfrezi",
name: "Lamb Jalfrezi",
price: "£13.95",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-dish-flat-lay_23-2148825151.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-dish-flat-lay_23-2148825151.jpg",
imageAlt: "Lamb Jalfrezi curry",
initialQuantity: 1,
},
@@ -258,7 +258,7 @@ export default function HomePage() {
id: "king-prawn-dopiaza",
name: "King Prawn Do Piaza",
price: "£14.95",
imageSrc: "http://img.b2bpic.net/free-psd/indian-fish-curry-dark-bowl_84443-78640.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-psd/indian-fish-curry-dark-bowl_84443-78640.jpg",
imageAlt: "King Prawn Do Piaza",
initialQuantity: 1,
},
@@ -266,7 +266,7 @@ export default function HomePage() {
id: "vegetable-korma",
name: "Vegetable Korma",
price: "£9.95",
imageSrc: "http://img.b2bpic.net/free-photo/soup-spices-near-potatoes-pasta_23-2147894957.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/soup-spices-near-potatoes-pasta_23-2147894957.jpg",
imageAlt: "Vegetable Korma",
initialQuantity: 1,
},
@@ -274,7 +274,7 @@ export default function HomePage() {
id: "garlic-naan",
name: "Garlic Naan",
price: "£3.50",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034034.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034034.jpg",
imageAlt: "Garlic Naan bread",
initialQuantity: 1,
},
@@ -297,7 +297,7 @@ export default function HomePage() {
handle: "Visited January 2024",
testimonial: "One of the best Indian meals I've had. The butter chicken was absolutely delicious, and the staff made us feel so welcome. Definitely coming back!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/humorous-talks-with-close-friends-dinner-hot-spring-day-cafe_8353-10001.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/humorous-talks-with-close-friends-dinner-hot-spring-day-cafe_8353-10001.jpg",
imageAlt: "Sarah Mitchell",
},
{
@@ -306,7 +306,7 @@ export default function HomePage() {
handle: "Regular Customer",
testimonial: "Friendly and welcoming with great flavors. The paneer tikka is outstanding, and I appreciate how they accommodate my vegan preferences.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517417.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517417.jpg",
imageAlt: "Rajesh Patel",
},
{
@@ -315,7 +315,7 @@ export default function HomePage() {
handle: "Visited February 2024",
testimonial: "Good food, though service can vary during peak times. The king prawn dishes are exceptional, and the atmosphere is lovely.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-arriving-with-tasty-roasted-chicken-lunch-friends-family-gathered-together-celebration_482257-23920.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-arriving-with-tasty-roasted-chicken-lunch-friends-family-gathered-together-celebration_482257-23920.jpg",
imageAlt: "Emma Johnson",
},
{
@@ -443,7 +443,7 @@ export default function HomePage() {
}}
buttonText="Send Message"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-cooking-kitchen_1303-22171.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-cooking-kitchen_1303-22171.jpg"
imageAlt="Chutney Joe kitchen preparation"
mediaAnimation="slide-up"
mediaPosition="right"