Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-19 03:27:21 +00:00
6 changed files with 73 additions and 36 deletions

View File

@@ -116,7 +116,7 @@ export default function AboutPage() {
icon: Users,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg"
imageSrc="http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=3"
imageAlt="Chutney Joe modern Indian restaurant interior"
mediaAnimation="slide-up"
imagePosition="right"
@@ -170,7 +170,7 @@ export default function AboutPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/humorous-talks-with-close-friends-dinner-hot-spring-day-cafe_8353-10001.jpg?_wi=2",
imageAlt: "Sarah Mitchell",
},
{
@@ -180,7 +180,7 @@ export default function AboutPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517417.jpg?_wi=2",
imageAlt: "Rajesh Patel",
},
{
@@ -190,7 +190,7 @@ export default function AboutPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-arriving-with-tasty-roasted-chicken-lunch-friends-family-gathered-together-celebration_482257-23920.jpg?_wi=2",
imageAlt: "Emma Johnson",
},
]}

View File

@@ -114,7 +114,7 @@ export default function BookingPage() {
}}
buttonText="Reserve Table"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-cooking-kitchen_1303-22171.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-cooking-kitchen_1303-22171.jpg?_wi=2"
imageAlt="Chutney Joe kitchen preparation"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -168,7 +168,7 @@ export default function ContactPage() {
}}
buttonText="Send Message"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-cooking-kitchen_1303-22171.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-cooking-kitchen_1303-22171.jpg?_wi=3"
imageAlt="Chutney Joe kitchen preparation"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -1,27 +1,62 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Mulish } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Mulish } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Chutney Joe - Authentic Indian Restaurant Cambourne",
description: "Experience authentic Indian cuisine at Chutney Joe. Fresh ingredients, warm hospitality, and traditional flavors near Cambridge. Book your table today.",
keywords: "Indian restaurant Cambourne, Indian food Cambridge, best curry restaurant, authentic Indian cuisine UK",
metadataBase: new URL("https://chutneyjoe.com"),
alternates: {
canonical: "https://chutneyjoe.com",
},
openGraph: {
title: "Chutney Joe - Authentic Indian Restaurant",
description: "Discover authentic Indian cuisine prepared with fresh ingredients and traditional techniques. Warm, welcoming atmosphere near Cambridge.",
url: "https://chutneyjoe.com",
siteName: "Chutney Joe",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/curry-with-chicken-onions-indian-food-asian-cuisine-top-view_2829-6243.jpg",
alt: "Chutney Joe Indian cuisine",
},
],
},
twitter: {
card: "summary_large_image",
title: "Chutney Joe - Authentic Indian Restaurant Cambourne",
description: "Experience authentic Indian cuisine with fresh ingredients and warm hospitality.",
images: [
"http://img.b2bpic.net/free-photo/curry-with-chicken-onions-indian-food-asian-cuisine-top-view_2829-6243.jpg",
],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
@@ -31,7 +66,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +80,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -91,7 +91,7 @@ export default function MenuPage() {
id: "paneer-tikka",
name: "Paneer Tikka",
price: "£8.95",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-traditional-asian-food_23-2148382831.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-traditional-asian-food_23-2148382831.jpg?_wi=2",
imageAlt: "Paneer Tikka appetizer",
initialQuantity: 1,
},
@@ -99,7 +99,7 @@ export default function MenuPage() {
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",
imageSrc: "http://img.b2bpic.net/free-psd/indian-butter-chicken-curry-clay-pot_84443-78260.jpg?_wi=2",
imageAlt: "Chicken Tikka Masala curry",
initialQuantity: 1,
},
@@ -107,7 +107,7 @@ export default function MenuPage() {
id: "lamb-jalfrezi",
name: "Lamb Jalfrezi",
price: "£13.95",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-dish-flat-lay_23-2148825151.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-dish-flat-lay_23-2148825151.jpg?_wi=2",
imageAlt: "Lamb Jalfrezi curry",
initialQuantity: 1,
},
@@ -115,7 +115,7 @@ export default function MenuPage() {
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",
imageSrc: "http://img.b2bpic.net/free-psd/indian-fish-curry-dark-bowl_84443-78640.jpg?_wi=2",
imageAlt: "King Prawn Do Piaza",
initialQuantity: 1,
},
@@ -123,7 +123,7 @@ export default function MenuPage() {
id: "vegetable-korma",
name: "Vegetable Korma",
price: "£9.95",
imageSrc: "http://img.b2bpic.net/free-photo/soup-spices-near-potatoes-pasta_23-2147894957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/soup-spices-near-potatoes-pasta_23-2147894957.jpg?_wi=2",
imageAlt: "Vegetable Korma",
initialQuantity: 1,
},
@@ -131,7 +131,7 @@ export default function MenuPage() {
id: "garlic-naan",
name: "Garlic Naan",
price: "£3.50",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034034.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034034.jpg?_wi=2",
imageAlt: "Garlic Naan bread",
initialQuantity: 1,
},
@@ -192,7 +192,7 @@ export default function MenuPage() {
}}
buttonText="Book Now"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg"
imageSrc="http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=2"
imageAlt="Chutney Joe dining experience"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -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"
imageSrc="http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=1"
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",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-traditional-asian-food_23-2148382831.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-psd/indian-butter-chicken-curry-clay-pot_84443-78260.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-dish-flat-lay_23-2148825151.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-psd/indian-fish-curry-dark-bowl_84443-78640.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/soup-spices-near-potatoes-pasta_23-2147894957.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034034.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/humorous-talks-with-close-friends-dinner-hot-spring-day-cafe_8353-10001.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517417.jpg?_wi=1",
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",
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",
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"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-cooking-kitchen_1303-22171.jpg?_wi=1"
imageAlt="Chutney Joe kitchen preparation"
mediaAnimation="slide-up"
mediaPosition="right"