Update src/app/page.tsx
This commit is contained in:
181
src/app/page.tsx
181
src/app/page.tsx
@@ -37,9 +37,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "cta" },
|
||||
]}
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "https://www.just-eat.co.uk/",
|
||||
}}
|
||||
text: "Order Online", href: "https://www.just-eat.co.uk/"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -53,34 +51,21 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#featured",
|
||||
},
|
||||
text: "View Menu", href: "#featured"},
|
||||
{
|
||||
text: "Order on Just Eat",
|
||||
href: "https://www.just-eat.co.uk/",
|
||||
},
|
||||
text: "Order on Just Eat", href: "https://www.just-eat.co.uk/"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-seasoning-wooden-table_1150-21105.jpg?_wi=1",
|
||||
imageAlt: "Authentic Pad Thai noodles",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-seasoning-wooden-table_1150-21105.jpg", imageAlt: "Authentic Pad Thai noodles"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-green-curry-brown-bowl-with-spices-black-cement-background_1150-35205.jpg?_wi=1",
|
||||
imageAlt: "Thai green curry with rice",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-green-curry-brown-bowl-with-spices-black-cement-background_1150-35205.jpg", imageAlt: "Thai green curry with rice"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-white-plate-with-lemon-wooden-table_1150-21199.jpg?_wi=1",
|
||||
imageAlt: "Chicken chow mein stir-fry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-white-plate-with-lemon-wooden-table_1150-21199.jpg", imageAlt: "Chicken chow mein stir-fry"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086039.jpg",
|
||||
imageAlt: "Fragrant coconut jasmine rice",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086039.jpg", imageAlt: "Fragrant coconut jasmine rice"},
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,35 +81,14 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "KJ to Go",
|
||||
name: "Pad Thai",
|
||||
price: "£8.95",
|
||||
rating: 5,
|
||||
reviewCount: "2.3k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-statue-with-bowl-noodles-with-vegetables_23-2148382866.jpg?_wi=1",
|
||||
imageAlt: "Authentic Pad Thai with peanuts and lime",
|
||||
},
|
||||
id: "1", brand: "KJ to Go", name: "Pad Thai", price: "£8.95", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/defocused-statue-with-bowl-noodles-with-vegetables_23-2148382866.jpg", imageAlt: "Authentic Pad Thai with peanuts and lime"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "KJ to Go",
|
||||
name: "Thai Green Curry",
|
||||
price: "£9.50",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23920.jpg?_wi=1",
|
||||
imageAlt: "Creamy Thai green curry with jasmine rice",
|
||||
},
|
||||
id: "2", brand: "KJ to Go", name: "Thai Green Curry", price: "£9.50", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23920.jpg", imageAlt: "Creamy Thai green curry with jasmine rice"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "KJ to Go",
|
||||
name: "Tofu Thai Curry",
|
||||
price: "£8.75",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-spices-wooden-table_1150-21364.jpg?_wi=1",
|
||||
imageAlt: "Silken tofu in fragrant Thai green curry",
|
||||
},
|
||||
id: "3", brand: "KJ to Go", name: "Tofu Thai Curry", price: "£8.75", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-spices-wooden-table_1150-21364.jpg", imageAlt: "Silken tofu in fragrant Thai green curry"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,11 +101,9 @@ export default function HomePage() {
|
||||
tag="About Us"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn Our Story", href: "/about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-restaurant-coffee-shop-cafe_1203-8597.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-restaurant-coffee-shop-cafe_1203-8597.jpg"
|
||||
imageAlt="KJ to Go Thai restaurant interior"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -158,46 +120,22 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Local Customer",
|
||||
company: "Herne Hill Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg?_wi=1",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell", role: "Local Customer", company: "Herne Hill Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
role: "Regular Customer",
|
||||
company: "South London",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg?_wi=1",
|
||||
imageAlt: "James Chen",
|
||||
},
|
||||
id: "2", name: "James Chen", role: "Regular Customer", company: "South London", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg", imageAlt: "James Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
role: "Food Enthusiast",
|
||||
company: "Herne Hill Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-looking-away_23-2148311307.jpg?_wi=1",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez", role: "Food Enthusiast", company: "Herne Hill Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-looking-away_23-2148311307.jpg", imageAlt: "Emma Rodriguez"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9★",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "4.9★", label: "Average Rating"},
|
||||
{
|
||||
value: "800+",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
value: "800+", label: "Happy Customers"},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Serving",
|
||||
},
|
||||
value: "10+", label: "Years Serving"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -214,60 +152,15 @@ export default function HomePage() {
|
||||
carouselMode="buttons"
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Signature Dishes",
|
||||
title: "Pad Thai Perfection",
|
||||
excerpt: "Our signature stir-fried noodle dish with peanuts, lime, and fresh herbs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-spring-onion-seasoning-wooden-table_1150-21118.jpg?_wi=1",
|
||||
imageAlt: "Pad Thai",
|
||||
authorName: "KJ to Go",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg",
|
||||
date: "Daily Special",
|
||||
},
|
||||
id: "1", category: "Signature Dishes", title: "Pad Thai Perfection", excerpt: "Our signature stir-fried noodle dish with peanuts, lime, and fresh herbs.", imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-spring-onion-seasoning-wooden-table_1150-21118.jpg", imageAlt: "Pad Thai", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg", date: "Daily Special"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Curries",
|
||||
title: "Thai Green Curry",
|
||||
excerpt: "Creamy coconut curry with fresh vegetables and aromatic spices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-dish-spices-five-bowls-spices-plate-tomatoes-green-beans-bottle-oil-leaves-lemon_140725-123013.jpg?_wi=1",
|
||||
imageAlt: "Thai Green Curry",
|
||||
authorName: "KJ to Go",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg",
|
||||
date: "Daily Special",
|
||||
},
|
||||
id: "2", category: "Curries", title: "Thai Green Curry", excerpt: "Creamy coconut curry with fresh vegetables and aromatic spices.", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-dish-spices-five-bowls-spices-plate-tomatoes-green-beans-bottle-oil-leaves-lemon_140725-123013.jpg", imageAlt: "Thai Green Curry", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg", date: "Daily Special"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Stir-Fry",
|
||||
title: "Wok Cooking",
|
||||
excerpt: "Fresh ingredients prepared live in our traditional wok.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-scones-home-shoot_53876-13916.jpg?_wi=1",
|
||||
imageAlt: "Wok Cooking",
|
||||
authorName: "KJ to Go",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-looking-away_23-2148311307.jpg",
|
||||
date: "Kitchen Life",
|
||||
},
|
||||
id: "3", category: "Stir-Fry", title: "Wok Cooking", excerpt: "Fresh ingredients prepared live in our traditional wok.", imageSrc: "http://img.b2bpic.net/free-photo/baking-scones-home-shoot_53876-13916.jpg", imageAlt: "Wok Cooking", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-looking-away_23-2148311307.jpg", date: "Kitchen Life"},
|
||||
{
|
||||
id: "4",
|
||||
category: "Takeaway",
|
||||
title: "Ready to Go",
|
||||
excerpt: "Neatly packed and ready for delivery or collection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-blonde-delivery-woman-blue-uniform-cap-stretching-out-paper-food-package-food-containers-towards-front-looking-front-isolated-pink-wall_141793-110368.jpg?_wi=1",
|
||||
imageAlt: "Takeaway Packaging",
|
||||
authorName: "KJ to Go",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3236.jpg",
|
||||
date: "Takeaway",
|
||||
},
|
||||
id: "4", category: "Takeaway", title: "Ready to Go", excerpt: "Neatly packed and ready for delivery or collection.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-blonde-delivery-woman-blue-uniform-cap-stretching-out-paper-food-package-food-containers-towards-front-looking-front-isolated-pink-wall_141793-110368.jpg", imageAlt: "Takeaway Packaging", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3236.jpg", date: "Takeaway"},
|
||||
{
|
||||
id: "5",
|
||||
category: "Kitchen",
|
||||
title: "Professional Kitchen",
|
||||
excerpt: "Our dedicated team preparing authentic Thai food.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg?_wi=1",
|
||||
imageAlt: "Kitchen Team",
|
||||
authorName: "KJ to Go",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-business-woman-smiling_23-2148352574.jpg",
|
||||
date: "Behind the Scenes",
|
||||
},
|
||||
id: "5", category: "Kitchen", title: "Professional Kitchen", excerpt: "Our dedicated team preparing authentic Thai food.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg", imageAlt: "Kitchen Team", authorName: "KJ to Go", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-business-woman-smiling_23-2148352574.jpg", date: "Behind the Scenes"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -279,13 +172,9 @@ export default function HomePage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order on Just Eat",
|
||||
href: "https://www.just-eat.co.uk/",
|
||||
},
|
||||
text: "Order on Just Eat", href: "https://www.just-eat.co.uk/"},
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "#featured",
|
||||
},
|
||||
text: "View Full Menu", href: "#featured"},
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -297,13 +186,9 @@ export default function HomePage() {
|
||||
<FooterLogoReveal
|
||||
logoText="KJ to Go"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms & Conditions",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms & Conditions", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user