From b333e29a01bea9a0c09b79b3d2ca1f7d2df5a79c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 18:58:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 174 +++++++++++++++-------------------------------- 1 file changed, 53 insertions(+), 121 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a12d7c3..dd98e86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,49 +49,29 @@ export default function LandingPage() { useInvertedBackground={true} background={{ 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." + title="Authentic Thai Street Food" + description="Experience the vibrant flavors and traditional spices of Bangkok's best street food, crafted with passion." 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: "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: "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: "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: "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: "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/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/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/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/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/medium-shot-happy-colleagues-with-pizza_23-2149103772.jpg", alt: "Customer profile 5"} ]} marqueeItems={[ - { - type: "text", text: "Fresh Lemongrass"}, - { - type: "text", text: "Authentic Spice Blends"}, - { - type: "text", text: "Daily Market Ingredients"}, - { - type: "text", text: "Traditional Cooking"}, - { - type: "text", text: "Street Food Culture"}, + {type: "text", text: "Fresh Lemongrass"}, + {type: "text", text: "Authentic Spice Blends"}, + {type: "text", text: "Daily Market Ingredients"}, + {type: "text", text: "Traditional Cooking"}, + {type: "text", text: "Street Food Culture"} ]} /> @@ -102,12 +82,9 @@ export default function LandingPage() { title="The ChokDee Story" 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: "250+", title: "Recipes Perfected"}, - { - value: "100%", title: "Fresh Ingredients"}, + {value: "12", title: "Years Experience"}, + {value: "250+", title: "Recipes Perfected"}, + {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" @@ -121,18 +98,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - 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: "3", label: "03", title: "Traditional Recipes", items: [ - "Family-kept secrets", "Time-honored techniques", "No shortcuts"], - }, + {id: "1", label: "01", title: "Authentic Spices", items: ["Directly sourced chilies", "Fresh lemongrass", "Galangal roots"]}, + {id: "2", label: "02", title: "Quality Produce", items: ["Seasonal fresh vegetables", "Premium quality meats", "Fresh caught fish"]}, + {id: "3", label: "03", title: "Traditional Recipes", items: ["Family-kept secrets", "Time-honored techniques", "No shortcuts"]} ]} title="Why ChokDee?" description="We focus on authenticity, quality, and the perfect balance of salty, sweet, sour, and spicy." @@ -146,27 +114,15 @@ export default function LandingPage() { gridVariant="bento-grid" 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: "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: "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: "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: "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: "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: "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"} ]} title="Street Food Favorites" - description="Explore our menu of traditional Thai delicacies available in Luxembourg." + description="Explore our menu of traditional Thai delicacies." /> @@ -175,12 +131,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - 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: "3", title: "Can I book a table?", content: "Yes, reservation is recommended for weekends."}, + {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: "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" @@ -197,16 +150,11 @@ export default function LandingPage() { rating={5} 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/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/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/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/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/medium-shot-happy-colleagues-with-pizza_23-2149103772.jpg", alt: "Customer"} ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -218,9 +166,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "TripAdvisor", "Google Reviews", "Facebook", "Instagram", "Yelp", "Foursquare", "Zomato"]} + "Google Reviews", "Facebook", "Instagram", "Yelp", "Zomato"] + } title="Trusted by Foodies" - description="Featured and recommended across Luxembourg's top review platforms." + description="Featured and recommended across top review platforms." /> @@ -229,12 +178,10 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "sparkles-gradient"}} - text="Find ChokDee at 15 Avenue de la Gare, 1611 Luxembourg. Open Daily: 11:30 - 22:00." + text="Find ChokDee. Open Daily: 11:30 - 22:00." buttons={[ - { - text: "Reserve a Table", href: "#"}, - { - text: "Order Online", href: "#"}, + {text: "Reserve a Table", href: "#"}, + {text: "Order Online", href: "#"} ]} /> @@ -244,34 +191,19 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Our Story", href: "#about"}, - { - label: "Menu", href: "#products"}, - { - label: "Contact & Location", href: "#contact"}, - ], + {label: "Our Story", href: "#about"}, + {label: "Menu", href: "#products"}, + {label: "Contact & Location", href: "#contact"} + ] }, { items: [ - { - label: "Facebook", href: "#"}, - { - label: "Instagram", href: "#"}, - { - label: "TripAdvisor", href: "#"}, - ], - }, - { - items: [ - { - label: "Privacy Policy", href: "#"}, - { - label: "Allergen Information", href: "#"}, - ], - }, + {label: "Facebook", href: "#"}, + {label: "Instagram", href: "#"} + ] + } ]} - logoText="ChokDee Thai Luxembourg" + logoText="ChokDee Thai Street Food" />