Update src/app/page.tsx

This commit is contained in:
2026-06-10 08:53:47 +00:00
parent d2aea54cf4
commit 222deb2c3a

View File

@@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Facebook, Instagram, Sparkles, Twitter } from "lucide-react";
import { Facebook, Instagram, Sparkles, Twitter, CheckCircle, Book, Zap, Flame } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "Order",
id: "#order",
},
name: "Order", id: "#order"},
]}
brandName="Thai Spice Haven"
/>
@@ -59,118 +49,69 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitDoubleCarousel
background={{
variant: "plain",
}}
variant: "plain"}}
title="Taste the True Essence of Thailand"
description="Authentic Thai street food, handcrafted with passion and tradition. Experience a symphony of flavors in every bite."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-paste-red-curry-paste-made-from-chili_1150-25716.jpg",
imageAlt: "Animated chili pepper",
},
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-paste-red-curry-paste-made-from-chili_1150-25716.jpg", imageAlt: "Animated chili pepper"},
{
imageSrc: "http://img.b2bpic.net/free-photo/bowl-palm-with-star-anises-cinnamon-sticks-around_140725-114202.jpg",
imageAlt: "Thai green curry ingredients",
},
imageSrc: "http://img.b2bpic.net/free-photo/bowl-palm-with-star-anises-cinnamon-sticks-around_140725-114202.jpg", imageAlt: "Thai green curry ingredients"},
{
imageSrc: "http://img.b2bpic.net/free-photo/vietnamese-meatball-wraps-is-vietnam-food_1339-4403.jpg",
imageAlt: "Pad See Ew noodles",
},
imageSrc: "http://img.b2bpic.net/free-photo/vietnamese-meatball-wraps-is-vietnam-food_1339-4403.jpg", imageAlt: "Pad See Ew noodles"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-glass-front-view_23-2148494781.jpg",
imageAlt: "Mango sticky rice dessert",
},
imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-glass-front-view_23-2148494781.jpg", imageAlt: "Mango sticky rice dessert"},
{
imageSrc: "http://img.b2bpic.net/free-photo/sour-seafood-soup-tom-yum-seafood_1339-6678.jpg",
imageAlt: "Tom Yum soup hot pot",
},
imageSrc: "http://img.b2bpic.net/free-photo/sour-seafood-soup-tom-yum-seafood_1339-6678.jpg", imageAlt: "Tom Yum soup hot pot"},
{
imageSrc: "http://img.b2bpic.net/free-photo/large-variety-delicious-grilled-seafood-asian-market_651396-417.jpg",
imageAlt: "Thai street food vendor",
},
imageSrc: "http://img.b2bpic.net/free-photo/large-variety-delicious-grilled-seafood-asian-market_651396-417.jpg", imageAlt: "Thai street food vendor"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/stew-rice-coconut-plates-copy-space_23-2148494739.jpg",
imageAlt: "Thai red curry chicken",
},
imageSrc: "http://img.b2bpic.net/free-photo/stew-rice-coconut-plates-copy-space_23-2148494739.jpg", imageAlt: "Thai red curry chicken"},
{
imageSrc: "http://img.b2bpic.net/free-photo/peppers-spoons-vase-with-red-pepper-flakes-side-view-wooden_176474-7471.jpg",
imageAlt: "Fresh Thai herbs",
},
imageSrc: "http://img.b2bpic.net/free-photo/peppers-spoons-vase-with-red-pepper-flakes-side-view-wooden_176474-7471.jpg", imageAlt: "Fresh Thai herbs"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-shrimp-dish_23-2148771279.jpg",
imageAlt: "Pad Thai noodles",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-shrimp-dish_23-2148771279.jpg", imageAlt: "Pad Thai noodles"},
{
imageSrc: "http://img.b2bpic.net/free-photo/vegan-rice-paper-rolls-with-vegetables-sesam-served-plate-ready-eat_1220-7019.jpg",
imageAlt: "Thai spring rolls",
},
imageSrc: "http://img.b2bpic.net/free-photo/vegan-rice-paper-rolls-with-vegetables-sesam-served-plate-ready-eat_1220-7019.jpg", imageAlt: "Thai spring rolls"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-meal-with-sambal-arrangement_23-2149076147.jpg",
imageAlt: "Green curry paste preparation",
},
imageSrc: "http://img.b2bpic.net/free-photo/tasty-meal-with-sambal-arrangement_23-2149076147.jpg", imageAlt: "Green curry paste preparation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/yogurt-with-mixed-fruits_1339-6302.jpg",
imageAlt: "Thai iced tea",
},
imageSrc: "http://img.b2bpic.net/free-photo/yogurt-with-mixed-fruits_1339-6302.jpg", imageAlt: "Thai iced tea"},
]}
tagAnimation="none"
buttons={[
{
text: "Explore Our Menu",
href: "#menu",
},
text: "Explore Our Menu", href: "#menu"},
{
text: "Order Now",
href: "#order",
},
text: "Order Now", href: "#order"},
]}
buttonAnimation="none"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552679.jpg",
alt: "Happy customer",
},
src: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552679.jpg", alt: "Happy customer"},
{
src: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552632.jpg",
alt: "Satisfied diner",
},
src: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552632.jpg", alt: "Satisfied diner"},
{
src: "http://img.b2bpic.net/free-photo/photo-pleasant-looking-afro-american-woman-enjoys-time-cafeteria_273609-28704.jpg",
alt: "Thai food enthusiast",
},
src: "http://img.b2bpic.net/free-photo/photo-pleasant-looking-afro-american-woman-enjoys-time-cafeteria_273609-28704.jpg", alt: "Thai food enthusiast"},
{
src: "http://img.b2bpic.net/free-photo/couple-working-home-laptop-while-having-sandwich-coffee_23-2149443019.jpg",
alt: "Reviewer of Thai cuisine",
},
src: "http://img.b2bpic.net/free-photo/couple-working-home-laptop-while-having-sandwich-coffee_23-2149443019.jpg", alt: "Reviewer of Thai cuisine"},
{
src: "http://img.b2bpic.net/free-photo/young-gardener-wearing-jumpsuit-hat-working-gloves-holding-bunch-grape-looking-it-with-serious-face-standing-pink-wall_141793-53280.jpg",
alt: "Local food critic",
},
src: "http://img.b2bpic.net/free-photo/young-gardener-wearing-jumpsuit-hat-working-gloves-holding-bunch-grape-looking-it-with-serious-face-standing-pink-wall_141793-53280.jpg", alt: "Local food critic"},
]}
avatarText="Loved by over 5,000 Thai food enthusiasts!"
marqueeItems={[
{
type: "text",
text: "Authentic Flavors",
},
type: "text", text: "Authentic Flavors"},
{
type: "text",
text: "Fresh Ingredients",
},
type: "text", text: "Fresh Ingredients"},
{
type: "text",
text: "Traditional Recipes",
},
type: "text", text: "Traditional Recipes"},
{
type: "text",
text: "Speedy Service",
},
type: "text", text: "Speedy Service"},
{
type: "text",
text: "Custom Spice",
},
type: "text", text: "Custom Spice"},
]}
/>
</div>
@@ -194,32 +135,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Authentic Ingredients",
description: "Sourced directly from Thailand or local markets, ensuring genuine taste.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sushi-arrangement_23-2149013627.jpg",
imageAlt: "Fresh Thai ingredients",
buttonIcon: "CheckCircle",
title: "Authentic Ingredients", description: "Sourced directly from Thailand or local markets, ensuring genuine taste.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sushi-arrangement_23-2149013627.jpg", imageAlt: "Fresh Thai ingredients", buttonIcon: CheckCircle,
},
{
title: "Traditional Recipes",
description: "Time-honored cooking methods passed down through generations.",
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-woman-cooking_23-2151207351.jpg",
imageAlt: "Traditional Thai recipe book",
buttonIcon: "Book",
title: "Traditional Recipes", description: "Time-honored cooking methods passed down through generations.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-woman-cooking_23-2151207351.jpg", imageAlt: "Traditional Thai recipe book", buttonIcon: Book,
},
{
title: "Fast & Fresh Service",
description: "Quick preparation without compromising on quality or flavor.",
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-woman-red-uniform-cap-holding-pizza-boxes-showing-mobile-phone-looking-front-smiling-cheerfully-standing-green-wall_141793-65004.jpg",
imageAlt: "Fast food delivery",
buttonIcon: "Zap",
title: "Fast & Fresh Service", description: "Quick preparation without compromising on quality or flavor.", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-woman-red-uniform-cap-holding-pizza-boxes-showing-mobile-phone-looking-front-smiling-cheerfully-standing-green-wall_141793-65004.jpg", imageAlt: "Fast food delivery", buttonIcon: Zap,
},
{
title: "Customizable Spice Levels",
description: "From mild to Thai-spicy, tailor your meal to your preference.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-cutting-chili-pepper-wooden-kitchen-board-with-knife-wooden-wall_141793-75841.jpg",
imageAlt: "Variety of chili peppers",
buttonIcon: "Flame",
title: "Customizable Spice Levels", description: "From mild to Thai-spicy, tailor your meal to your preference.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-cutting-chili-pepper-wooden-kitchen-board-with-knife-wooden-wall_141793-75841.jpg", imageAlt: "Variety of chili peppers", buttonIcon: Flame,
},
]}
title="Experience Authentic Thai Flavors"
@@ -235,68 +160,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "pad-thai",
name: "Pad Thai with Shrimp",
price: "$14.99",
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_1203-9872.jpg",
imageAlt: "Pad Thai",
},
id: "pad-thai", name: "Pad Thai with Shrimp", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_1203-9872.jpg", imageAlt: "Pad Thai"},
{
id: "green-curry",
name: "Green Curry Chicken",
price: "$15.99",
imageSrc: "http://img.b2bpic.net/free-photo/pork-green-curry-white-bowl-with-spices-black-cement-background_1150-35194.jpg",
imageAlt: "Green Curry",
},
id: "green-curry", name: "Green Curry Chicken", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/pork-green-curry-white-bowl-with-spices-black-cement-background_1150-35194.jpg", imageAlt: "Green Curry"},
{
id: "tom-yum",
name: "Tom Yum Goong",
price: "$16.99",
imageSrc: "http://img.b2bpic.net/free-photo/boiled-fish-infusion-with-tomatoes-mushrooms-coriander-spring-onion-lemongrass-bowl_1150-27134.jpg",
imageAlt: "Tom Yum Goong",
},
id: "tom-yum", name: "Tom Yum Goong", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/boiled-fish-infusion-with-tomatoes-mushrooms-coriander-spring-onion-lemongrass-bowl_1150-27134.jpg", imageAlt: "Tom Yum Goong"},
{
id: "mango-sticky-rice",
name: "Mango Sticky Rice",
price: "$8.99",
imageSrc: "http://img.b2bpic.net/free-photo/thai-dessert-called-bualoy-balls-dippers-with-hot-coconut-milk-pandan-leaves-increase-deliciousness_1150-23515.jpg",
imageAlt: "Mango Sticky Rice",
},
id: "mango-sticky-rice", name: "Mango Sticky Rice", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/thai-dessert-called-bualoy-balls-dippers-with-hot-coconut-milk-pandan-leaves-increase-deliciousness_1150-23515.jpg", imageAlt: "Mango Sticky Rice"},
{
id: "red-curry",
name: "Red Curry Beef",
price: "$15.99",
imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-topped-with-sesame-seeds-put-banana-leaf-black-dish_1150-23121.jpg",
imageAlt: "Red Curry",
},
id: "red-curry", name: "Red Curry Beef", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-topped-with-sesame-seeds-put-banana-leaf-black-dish_1150-23121.jpg", imageAlt: "Red Curry"},
{
id: "massaman-curry",
name: "Massaman Curry",
price: "$16.49",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-vegetable-meal-sliced-cooked-dish-inside-plate-grey-background-meal-food-sauce-soup-dinner-vegetable_140725-77133.jpg",
imageAlt: "Massaman Curry",
},
id: "massaman-curry", name: "Massaman Curry", price: "$16.49", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-vegetable-meal-sliced-cooked-dish-inside-plate-grey-background-meal-food-sauce-soup-dinner-vegetable_140725-77133.jpg", imageAlt: "Massaman Curry"},
{
id: "chicken-satay",
name: "Chicken Satay (4 pcs)",
price: "$9.99",
imageSrc: "http://img.b2bpic.net/free-photo/pork-neck-grilled-white-plate-wiht-red-onion-tomato-chili-wooden-table_1150-21275.jpg",
imageAlt: "Chicken Satay",
},
id: "chicken-satay", name: "Chicken Satay (4 pcs)", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/pork-neck-grilled-white-plate-wiht-red-onion-tomato-chili-wooden-table_1150-21275.jpg", imageAlt: "Chicken Satay"},
{
id: "stir-fry-cashew",
name: "Chicken Cashew Stir-Fry",
price: "$14.49",
imageSrc: "http://img.b2bpic.net/free-photo/japanese-food-bowl-rice-boiled-white-fish-wakame-chuka-seaweed-salad-top-view-flat-lay_2829-17346.jpg",
imageAlt: "Chicken Cashew Stir-Fry",
},
id: "stir-fry-cashew", name: "Chicken Cashew Stir-Fry", price: "$14.49", imageSrc: "http://img.b2bpic.net/free-photo/japanese-food-bowl-rice-boiled-white-fish-wakame-chuka-seaweed-salad-top-view-flat-lay_2829-17346.jpg", imageAlt: "Chicken Cashew Stir-Fry"},
{
id: "larb-gai",
name: "Larb Gai",
price: "$13.99",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-cucumber-sliced-wooden-board-high-quality-photo_114579-35501.jpg",
imageAlt: "Larb Gai",
},
id: "larb-gai", name: "Larb Gai", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cucumber-sliced-wooden-board-high-quality-photo_114579-35501.jpg", imageAlt: "Larb Gai"},
]}
title="Our Exquisite Menu"
description="From spicy curries to aromatic noodles, explore a world of Thai culinary delights."
@@ -310,50 +190,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Jessica Lee",
handle: "@jessfoodie",
testimonial: "The Pad Thai here is absolutely divine! Tastes just like I remember from my trip to Bangkok. Fresh ingredients and perfect spice.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-mixed-race-woman-holds-spoon-bowl-glad-try-new-recipe-delicious-dish-wears-sleepmask-slumber-suit-makes-healthy-breakfast_273609-33329.jpg",
imageAlt: "Jessica Lee",
},
id: "1", name: "Jessica Lee", handle: "@jessfoodie", testimonial: "The Pad Thai here is absolutely divine! Tastes just like I remember from my trip to Bangkok. Fresh ingredients and perfect spice.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-mixed-race-woman-holds-spoon-bowl-glad-try-new-recipe-delicious-dish-wears-sleepmask-slumber-suit-makes-healthy-breakfast_273609-33329.jpg", imageAlt: "Jessica Lee"},
{
id: "2",
name: "Mark Chen",
handle: "@currylover",
testimonial: "I'm a huge fan of their Green Curry. The flavor is rich, creamy, and perfectly balanced. A must-try for any Thai food enthusiast!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/food-lovers-taking-photo-their-meals_23-2149277993.jpg",
imageAlt: "Mark Chen",
},
id: "2", name: "Mark Chen", handle: "@currylover", testimonial: "I'm a huge fan of their Green Curry. The flavor is rich, creamy, and perfectly balanced. A must-try for any Thai food enthusiast!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/food-lovers-taking-photo-their-meals_23-2149277993.jpg", imageAlt: "Mark Chen"},
{
id: "3",
name: "Sarah Miller",
handle: "@thaieats",
testimonial: "Always fresh, always delicious! This is my go-to spot for authentic Thai street food. The Tom Yum Goong is out of this world.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-salmon-bowls_23-2150427608.jpg",
imageAlt: "Sarah Miller",
},
id: "3", name: "Sarah Miller", handle: "@thaieats", testimonial: "Always fresh, always delicious! This is my go-to spot for authentic Thai street food. The Tom Yum Goong is out of this world.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-salmon-bowls_23-2150427608.jpg", imageAlt: "Sarah Miller"},
{
id: "4",
name: "David Kim",
handle: "@foodventure",
testimonial: "Never disappoints! Their Massaman Curry is incredibly flavorful, and the spice levels are just right. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", handle: "@foodventure", testimonial: "Never disappoints! Their Massaman Curry is incredibly flavorful, and the spice levels are just right. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg", imageAlt: "David Kim"},
{
id: "5",
name: "Emily Rodriguez",
handle: "@spicylife",
testimonial: "The best Thai food outside of Thailand! The flavors are so vibrant and authentic, truly a culinary gem.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/waiters-holding-plate-grilled-salmon-mashed-potato-topped-with-red-caviar-asparagus_140725-519.jpg",
imageAlt: "Emily Rodriguez",
},
id: "5", name: "Emily Rodriguez", handle: "@spicylife", testimonial: "The best Thai food outside of Thailand! The flavors are so vibrant and authentic, truly a culinary gem.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/waiters-holding-plate-grilled-salmon-mashed-potato-topped-with-red-caviar-asparagus_140725-519.jpg", imageAlt: "Emily Rodriguez"},
]}
showRating={true}
title="What Our Customers Say"
@@ -367,25 +217,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "Do you offer vegetarian or vegan options?",
content: "Yes, many of our dishes can be customized to be vegetarian or vegan. Please specify your dietary preferences when ordering.",
},
id: "faq-1", title: "Do you offer vegetarian or vegan options?", content: "Yes, many of our dishes can be customized to be vegetarian or vegan. Please specify your dietary preferences when ordering."},
{
id: "faq-2",
title: "Can I adjust the spice level of my dish?",
content: "Absolutely! We offer various spice levels, from mild to authentic Thai spicy. Just let us know your preference.",
},
id: "faq-2", title: "Can I adjust the spice level of my dish?", content: "Absolutely! We offer various spice levels, from mild to authentic Thai spicy. Just let us know your preference."},
{
id: "faq-3",
title: "Do you cater for events?",
content: "Yes, we offer catering services for events of all sizes. Please contact us directly to discuss your needs and custom menus.",
},
id: "faq-3", title: "Do you cater for events?", content: "Yes, we offer catering services for events of all sizes. Please contact us directly to discuss your needs and custom menus."},
{
id: "faq-4",
title: "What are your delivery options?",
content: "We offer both pickup and delivery through popular third-party delivery platforms. Check our 'Order Now' section for details.",
},
id: "faq-4", title: "What are your delivery options?", content: "We offer both pickup and delivery through popular third-party delivery platforms. Check our 'Order Now' section for details."},
]}
sideTitle="Your Questions, Answered"
sideDescription="Find quick answers to common questions about our food, ingredients, and ordering process."
@@ -397,20 +235,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Place Your Order"
title="Ready for a Taste of Thailand?"
description="Order now for pickup or delivery, or contact us for catering inquiries. We're eager to bring the taste of Thailand to you."
buttons={[
{
text: "Order Online",
href: "#",
},
text: "Order Online", href: "#"},
{
text: "Catering Inquiry",
href: "#",
},
text: "Catering Inquiry", href: "#"},
]}
/>
</div>
@@ -422,19 +255,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
href: "#", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
href: "#", ariaLabel: "Instagram"},
{
icon: Twitter,
href: "#",
ariaLabel: "Twitter",
},
href: "#", ariaLabel: "Twitter"},
]}
/>
</div>