Merge version_1 into main #3
@@ -1,14 +1,14 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import BlogCardTwo from "@/components/sections/blog/BlogCardTwo";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import Link from "next/link";
|
||||
import { Sparkles } from "lucide-react";
|
||||
|
||||
@@ -37,7 +37,8 @@ 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>
|
||||
@@ -51,20 +52,27 @@ 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", 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", 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", 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"
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
@@ -82,13 +90,16 @@ export default function HomePage() {
|
||||
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", imageAlt: "Authentic Pad Thai with peanuts and lime"},
|
||||
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", imageAlt: "Creamy Thai green curry with jasmine rice"},
|
||||
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", imageAlt: "Silken tofu in fragrant Thai green curry"},
|
||||
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>
|
||||
@@ -101,7 +112,8 @@ 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"
|
||||
imageAlt="KJ to Go Thai restaurant interior"
|
||||
@@ -121,21 +133,27 @@ export default function HomePage() {
|
||||
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", imageAlt: "Sarah Mitchell"},
|
||||
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", imageAlt: "James Chen"},
|
||||
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", imageAlt: "Emma Rodriguez"},
|
||||
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>
|
||||
@@ -152,15 +170,20 @@ 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", 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", 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", 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", 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", 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>
|
||||
@@ -172,9 +195,11 @@ 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}
|
||||
@@ -186,9 +211,11 @@ 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