Update src/app/page.tsx

This commit is contained in:
2026-05-19 18:52:10 +00:00
parent adf130181c
commit 29aa52ed94

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="ChokDee"
/>
@@ -56,96 +48,50 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Authentic Thai Street Food in Luxembourg"
description="Experience the vibrant flavors and traditional spices of Bangkok's best street food, crafted with passion in the heart of Luxembourg City."
testimonials={[
{
name: "Lucas Weber",
handle: "@lucas.lux",
testimonial: "The best Thai food I've had outside of Bangkok!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-spring-onion-seasoning-wooden-table_1150-21118.jpg?_wi=1",
imageAlt: "authentic thai street food stall",
},
name: "Lucas Weber", handle: "@lucas.lux", testimonial: "The best Thai food I've had outside of Bangkok!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-spring-onion-seasoning-wooden-table_1150-21118.jpg?_wi=1", imageAlt: "authentic thai street food stall"},
{
name: "Sophie Martin",
handle: "@sophie.m",
testimonial: "Amazing flavors, authentic ingredients, and a lovely atmosphere.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516913.jpg?_wi=1",
imageAlt: "authentic thai street food stall",
},
name: "Sophie Martin", handle: "@sophie.m", testimonial: "Amazing flavors, authentic ingredients, and a lovely atmosphere.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516913.jpg?_wi=1", imageAlt: "authentic thai street food stall"},
{
name: "Marc Dubois",
handle: "@marc.dub",
testimonial: "Quick service and incredible food. A real gem.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-noodles-spices-mix-with-copy-space_23-2148377483.jpg",
imageAlt: "authentic thai street food stall",
},
name: "Marc Dubois", handle: "@marc.dub", testimonial: "Quick service and incredible food. A real gem.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-noodles-spices-mix-with-copy-space_23-2148377483.jpg", imageAlt: "authentic thai street food stall"},
{
name: "Anna Becker",
handle: "@anna.beck",
testimonial: "So fresh! The pad thai is to die for.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-salmon-tacos-with-red-caviar-green-onion-plate_141793-11578.jpg?_wi=1",
imageAlt: "authentic thai street food stall",
},
name: "Anna Becker", handle: "@anna.beck", testimonial: "So fresh! The pad thai is to die for.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-salmon-tacos-with-red-caviar-green-onion-plate_141793-11578.jpg?_wi=1", imageAlt: "authentic thai street food stall"},
{
name: "Tom Schmidt",
handle: "@tom.schm",
testimonial: "ChokDee has become our weekly tradition.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-with-lime-red-onion-lemon-grass-garlic-kaffir-lime-leaves_1150-21367.jpg?_wi=1",
imageAlt: "authentic thai street food stall",
},
name: "Tom Schmidt", handle: "@tom.schm", testimonial: "ChokDee has become our weekly tradition.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-with-lime-red-onion-lemon-grass-garlic-kaffir-lime-leaves_1150-21367.jpg?_wi=1", imageAlt: "authentic thai street food stall"},
]}
imageSrc="http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-spring-onion-seasoning-wooden-table_1150-21118.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552679.jpg",
alt: "Customer profile 1",
},
src: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552679.jpg", alt: "Customer profile 1"},
{
src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg",
alt: "Customer profile 2",
},
src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg", alt: "Customer profile 2"},
{
src: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg",
alt: "Customer profile 3",
},
src: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg", alt: "Customer profile 3"},
{
src: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
alt: "Customer profile 4",
},
src: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg", alt: "Customer profile 4"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-colleagues-with-pizza_23-2149103772.jpg",
alt: "Customer profile 5",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-colleagues-with-pizza_23-2149103772.jpg", alt: "Customer profile 5"},
]}
marqueeItems={[
{
type: "text",
text: "Fresh Lemongrass",
},
type: "text", text: "Fresh Lemongrass"},
{
type: "text",
text: "Authentic Spice Blends",
},
type: "text", text: "Authentic Spice Blends"},
{
type: "text",
text: "Daily Market Ingredients",
},
type: "text", text: "Daily Market Ingredients"},
{
type: "text",
text: "Traditional Cooking",
},
type: "text", text: "Traditional Cooking"},
{
type: "text",
text: "Street Food Culture",
},
type: "text", text: "Street Food Culture"},
]}
/>
</div>
@@ -157,17 +103,11 @@ export default function LandingPage() {
description="We bring the spirit of Thailand's legendary night markets to you. ChokDee means 'Good Luck' in Thai, and we aim to share that joy through every dish we serve."
metrics={[
{
value: "12",
title: "Years Experience",
},
value: "12", title: "Years Experience"},
{
value: "250+",
title: "Recipes Perfected",
},
value: "250+", title: "Recipes Perfected"},
{
value: "100%",
title: "Fresh Ingredients",
},
value: "100%", title: "Fresh Ingredients"},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516913.jpg?_wi=2"
mediaAnimation="slide-up"
@@ -182,34 +122,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "1",
label: "01",
title: "Authentic Spices",
items: [
"Directly sourced chilies",
"Fresh lemongrass",
"Galangal roots",
],
id: "1", label: "01", title: "Authentic Spices", items: [
"Directly sourced chilies", "Fresh lemongrass", "Galangal roots"],
},
{
id: "2",
label: "02",
title: "Local Produce",
items: [
"Luxembourg seasonal veggies",
"Quality local meats",
"Fresh caught fish",
],
id: "2", label: "02", title: "Local Produce", items: [
"Luxembourg seasonal veggies", "Quality local meats", "Fresh caught fish"],
},
{
id: "3",
label: "03",
title: "Traditional Recipes",
items: [
"Family-kept secrets",
"Time-honored techniques",
"No shortcuts",
],
id: "3", label: "03", title: "Traditional Recipes", items: [
"Family-kept secrets", "Time-honored techniques", "No shortcuts"],
},
]}
title="Why ChokDee?"
@@ -225,59 +147,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Street Food",
name: "Classic Pad Thai",
price: "€16.50",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-salmon-tacos-with-red-caviar-green-onion-plate_141793-11578.jpg?_wi=2",
},
id: "1", brand: "Street Food", name: "Classic Pad Thai", price: "€16.50", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-salmon-tacos-with-red-caviar-green-onion-plate_141793-11578.jpg?_wi=2"},
{
id: "2",
brand: "Curry",
name: "Thai Green Curry",
price: "€18.00",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-with-lime-red-onion-lemon-grass-garlic-kaffir-lime-leaves_1150-21367.jpg?_wi=2",
},
id: "2", brand: "Curry", name: "Thai Green Curry", price: "€18.00", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-with-lime-red-onion-lemon-grass-garlic-kaffir-lime-leaves_1150-21367.jpg?_wi=2"},
{
id: "3",
brand: "Dessert",
name: "Mango Sticky Rice",
price: "€9.50",
rating: 5,
reviewCount: "80",
imageSrc: "http://img.b2bpic.net/free-photo/coconut-milk-custard_1339-5935.jpg",
},
id: "3", brand: "Dessert", name: "Mango Sticky Rice", price: "€9.50", rating: 5,
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/coconut-milk-custard_1339-5935.jpg"},
{
id: "4",
brand: "Appetizer",
name: "Chicken Satay",
price: "€8.50",
rating: 4,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/pork-satay-with-peanut-sauce-sweet-sour-sauce-thai-food_1150-45517.jpg",
},
id: "4", brand: "Appetizer", name: "Chicken Satay", price: "€8.50", rating: 4,
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/pork-satay-with-peanut-sauce-sweet-sour-sauce-thai-food_1150-45517.jpg"},
{
id: "5",
brand: "Snack",
name: "Spring Rolls",
price: "€7.00",
rating: 4,
reviewCount: "65",
imageSrc: "http://img.b2bpic.net/free-photo/spring-rolls-with-cheese-dark-wood-background_1150-45274.jpg",
},
id: "5", brand: "Snack", name: "Spring Rolls", price: "€7.00", rating: 4,
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/spring-rolls-with-cheese-dark-wood-background_1150-45274.jpg"},
{
id: "6",
brand: "Stir-fry",
name: "Basil Chicken",
price: "€17.00",
rating: 5,
reviewCount: "110",
imageSrc: "http://img.b2bpic.net/free-photo/pork-green-curry-white-bowl-with-spices-black-cement-background_1150-35198.jpg",
},
id: "6", brand: "Stir-fry", name: "Basil Chicken", price: "€17.00", rating: 5,
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/pork-green-curry-white-bowl-with-spices-black-cement-background_1150-35198.jpg"},
]}
title="Street Food Favorites"
description="Explore our menu of traditional Thai delicacies available in Luxembourg."
@@ -290,20 +176,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Do you offer delivery?",
content: "Yes, we partner with local delivery apps.",
},
id: "1", title: "Do you offer delivery?", content: "Yes, we partner with local delivery apps."},
{
id: "2",
title: "Do you have vegetarian options?",
content: "Absolutely! We have several traditional veggie dishes.",
},
id: "2", title: "Do you have vegetarian options?", content: "Absolutely! We have several traditional veggie dishes."},
{
id: "3",
title: "Can I book a table?",
content: "Yes, reservation is recommended for weekends.",
},
id: "3", title: "Can I book a table?", content: "Yes, reservation is recommended for weekends."},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-indonesian-bakso_23-2148933343.jpg"
mediaAnimation="blur-reveal"
@@ -321,25 +198,15 @@ export default function LandingPage() {
author="Elena Rossi"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552679.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552679.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-colleagues-with-pizza_23-2149103772.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-colleagues-with-pizza_23-2149103772.jpg", alt: "Customer"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -351,14 +218,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"TripAdvisor",
"Google Reviews",
"Facebook",
"Instagram",
"Yelp",
"Foursquare",
"Zomato",
]}
"TripAdvisor", "Google Reviews", "Facebook", "Instagram", "Yelp", "Foursquare", "Zomato"]}
title="Trusted by Foodies"
description="Featured and recommended across Luxembourg's top review platforms."
/>
@@ -368,18 +228,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
text="Ready for a taste of Thailand? Visit us in the city center or order online for delivery."
variant: "sparkles-gradient"}}
text="Find ChokDee at 15 Avenue de la Gare, 1611 Luxembourg. Open Daily: 11:30 - 22:00."
buttons={[
{
text: "Book a Table",
href: "#",
},
text: "Reserve a Table", href: "#"},
{
text: "Order Online",
href: "#",
},
text: "Order Online", href: "#"},
]}
/>
</div>
@@ -390,52 +245,36 @@ export default function LandingPage() {
{
items: [
{
label: "About",
href: "#about",
},
label: "Our Story", href: "#about"},
{
label: "Menu",
href: "#products",
},
label: "Menu", href: "#products"},
{
label: "Contact",
href: "#contact",
},
label: "Contact & Location", href: "#contact"},
],
},
{
items: [
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Twitter",
href: "#",
},
label: "TripAdvisor", href: "#"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Use",
href: "#",
},
label: "Allergen Information", href: "#"},
],
},
]}
logoText="ChokDee Thai"
logoText="ChokDee Thai Luxembourg"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}