diff --git a/src/app/page.tsx b/src/app/page.tsx index 4366cc4..cad4b4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { { name: "FAQ", id: "#faq"}, { - name: "Contact", id: "#contact"}, + name: "Contact", id: "#contact"} ]} button={{ text: "Order Now", href: "#contact"}} @@ -63,22 +63,31 @@ export default function LandingPage() { testimonials={[ { name: "Alex P.", handle: "@alexfoodie", testimonial: "Absolutely the best burger I've had in years! The patty was perfectly cooked and the toppings were fresh.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-successful-female-administrator-office_273609-4124.jpg", imageAlt: "Customer Alex P."}, + imageSrc: "http://img.b2bpic.net/free-photo/pleased-successful-female-administrator-office_273609-4124.jpg", imageAlt: "Customer Alex P." + }, { name: "Maria S.", handle: "@mariasavor", testimonial: "Fantastic service and even better food. The truffle fries are a must-try! Highly recommend Shanghai Tan Burgers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-blonde-female-model-sport-wear-eating-free-potato_176420-7750.jpg", imageAlt: "Customer Maria S."},n { + imageSrc: "http://img.b2bpic.net/free-photo/close-up-blonde-female-model-sport-wear-eating-free-potato_176420-7750.jpg", imageAlt: "Customer Maria S." + }, + { name: "Chen W.", handle: "@eatsbychen", testimonial: "A true hidden gem! Every burger is crafted with care and the flavors are just incredible. My new favorite spot.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hipster-man-talking-by-mobile-phone-cafe_329181-2041.jpg", imageAlt: "Customer Chen W."},n { + imageSrc: "http://img.b2bpic.net/free-photo/hipster-man-talking-by-mobile-phone-cafe_329181-2041.jpg", imageAlt: "Customer Chen W." + }, + { name: "Sarah J.", handle: "@burgergal", testimonial: "The atmosphere is great, and the burgers are out of this world. Fresh ingredients make all the difference. You won't regret it!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-dark-skinned-young-female-with-frizzy-hair-eats-something-drinks-smoothie-spends-free-time-with-boyfriend-friend-enjoys-summer-vacations-tropical-country-island_273609-2195.jpg", imageAlt: "Customer Sarah J."},n { + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-dark-skinned-young-female-with-frizzy-hair-eats-something-drinks-smoothie-spends-free-time-with-boyfriend-friend-enjoys-summer-vacations-tropical-country-island_273609-2195.jpg", imageAlt: "Customer Sarah J." + }, + { name: "David L.", handle: "@localeats", testimonial: "Consistently amazing food and friendly staff. It's the only place I go for a truly satisfying burger experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-white-shirt-is-holding-cupcakes_158595-1588.jpg", imageAlt: "Customer David L."},n ]} + imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-white-shirt-is-holding-cupcakes_158595-1588.jpg", imageAlt: "Customer David L." + } + ]} testimonialRotationInterval={5000} buttons={[ { text: "Order Online", href: "#contact"}, { - text: "View Menu", href: "#menu"}, + text: "View Menu", href: "#menu"} ]} avatars={[ { @@ -90,7 +99,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/young-black-woman-with-afro-hair-laughing-enjoying_150588-169.jpg", alt: "Happy Customer 4"}, { - src: "http://img.b2bpic.net/free-photo/mature-man-smiling-looking-camera-urban-background_1139-1093.jpg", alt: "Happy Customer 5"}, + src: "http://img.b2bpic.net/free-photo/mature-man-smiling-looking-camera-urban-background_1139-1093.jpg", alt: "Happy Customer 5"} ]} avatarText="Join our community of happy diners!" imageSrc="http://img.b2bpic.net/free-photo/front-view-chicken-burger-with-cheese-green-salad-wooden-desk-sandwich-fast-food-meal_140725-25934.jpg" @@ -99,20 +108,20 @@ export default function LandingPage() { fixedMediaHeight={true} marqueeItems={[ { - type: "text-icon", text: "Gourmet Flavors", icon: CookingPot, + type: "text-icon", text: "Gourmet Flavors", icon: CookingPot }, { - type: "text-icon", text: "Fresh Ingredients Daily", icon: Leaf, + type: "text-icon", text: "Fresh Ingredients Daily", icon: Leaf }, { - type: "text-icon", text: "Award-Winning Recipes", icon: Award, + type: "text-icon", text: "Award-Winning Recipes", icon: Award }, { - type: "text-icon", text: "Friendly Service", icon: Smile, + type: "text-icon", text: "Friendly Service", icon: Smile }, { - type: "text-icon", text: "Family Owned", icon: Home, - }, + type: "text-icon", text: "Family Owned", icon: Home + } ]} /> @@ -138,14 +147,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Signature Burgers", description: "Indulge in our unique burger creations, blending classic tastes with innovative twists. Each burger is a masterpiece.", bentoComponent: "reveal-icon", icon: Award, + title: "Signature Burgers", description: "Indulge in our unique burger creations, blending classic tastes with innovative twists. Each burger is a masterpiece.", bentoComponent: "reveal-icon", icon: Award }, { - title: "Freshly Made Sides", description: "Complement your burger with our crispy, golden fries, gourmet onion rings, or a refreshing side salad made with local produce.", bentoComponent: "reveal-icon", icon: Box, + title: "Freshly Made Sides", description: "Complement your burger with our crispy, golden fries, gourmet onion rings, or a refreshing side salad made with local produce.", bentoComponent: "reveal-icon", icon: Box }, { - title: "Craft Beverages", description: "Quench your thirst with our selection of local craft sodas, artisanal milkshakes, and refreshing iced teas.", bentoComponent: "reveal-icon", icon: Droplets, - }, + title: "Craft Beverages", description: "Quench your thirst with our selection of local craft sodas, artisanal milkshakes, and refreshing iced teas.", bentoComponent: "reveal-icon", icon: Droplets + } ]} title="More Than Just Burgers" description="Discover what makes Shanghai Tan Burgers a local favorite. From signature sauces to crispy sides and unique beverages, we have something for every craving and every palate." @@ -171,7 +180,7 @@ export default function LandingPage() { { id: "pulledpork", name: "BBQ Pulled Pork Burger", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-sandwich-made-with-bread-fried-egg-ham-lettuce_1150-25690.jpg", imageAlt: "BBQ Pulled Pork Burger with coleslaw"}, { - id: "truffleburger", name: "Truffle Mushroom Swiss", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-coleslaw-cucumber-tomato-mushrooms-cheese-side-view_141793-2387.jpg", imageAlt: "Truffle Mushroom Swiss Burger"}, + id: "truffleburger", name: "Truffle Mushroom Swiss", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-coleslaw-cucumber-tomato-mushrooms-cheese-side-view_141793-2387.jpg", imageAlt: "Truffle Mushroom Swiss Burger"} ]} title="Our Delicious Menu" description="Explore our handcrafted selection of burgers, sides, and more. Each bite is a culinary journey made with passion and the freshest ingredients." @@ -189,7 +198,7 @@ export default function LandingPage() { { id: "years", value: "5+", title: "Years of Excellence", description: "Proudly crafting and serving the best burgers in town since our opening.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-14th-february-date-roses_23-2148357883.jpg", imageAlt: "Calendar icon"}, { - id: "freshness", value: "100%", title: "Fresh Ingredients", description: "Commitment to locally sourced produce and premium quality meats every day.", imageSrc: "http://img.b2bpic.net/free-photo/raw-vegetables-ai-generated-image_268835-11217.jpg", imageAlt: "Leaf icon"}, + id: "freshness", value: "100%", title: "Fresh Ingredients", description: "Commitment to locally sourced produce and premium quality meats every day.", imageSrc: "http://img.b2bpic.net/free-photo/raw-vegetables-ai-generated-image_268835-11217.jpg", imageAlt: "Leaf icon"} ]} title="Our Numbers Speak For Themselves" description="Proudly serving our community and crafting unforgettable experiences that bring joy to every customer." @@ -221,7 +230,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/excited-elegant-middle-aged-businesswoman-using-laptop-work-clenching-fists-happy-win-tender_343059-3753.jpg", imageAlt: "Emily Watson"}, { id: "6", name: "Robert Green", role: "Happy Customer", company: "Food Lover", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg", imageAlt: "Robert Green"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg", imageAlt: "Robert Green"} ]} title="What Our Customers Say" description="Don't just take our word for it – hear from our happy customers who rave about our delicious burgers, friendly service, and vibrant atmosphere." @@ -256,7 +265,8 @@ export default function LandingPage() { { id: "faq-5", title: "Bieten Sie Catering für Veranstaltungen an?", content: "Ja! Für Catering-Anfragen kontaktieren Sie uns bitte über unser Kontaktformular oder rufen Sie uns an, um die Bedürfnisse Ihrer Veranstaltung und unsere speziellen Pakete zu besprechen."}, { - id: "faq-6", title: "Werden Ihre Zutaten lokal bezogen?", content: "Wir legen Wert auf frische, hochwertige Zutaten, wobei viele unserer Gemüse und Fleischsorten wann immer möglich von lokalen Bauernhöfen und Lieferanten bezogen werden."}, + id: "faq-6", title: "Werden Ihre Zutaten lokal bezogen?", content: "Wir legen Wert auf frische, hochwertige Zutaten, wobei viele unserer Gemüse und Fleischsorten wann immer möglich von lokalen Bauernhöfen und Lieferanten bezogen werden." + } ]} title="Häufig gestellte Fragen" description="Hier finden Sie schnelle Antworten auf die häufigsten Fragen zu unserem Restaurant, unserer Speisekarte, unseren Dienstleistungen und mehr." @@ -276,7 +286,7 @@ export default function LandingPage() { { text: "Online bestellen", href: "#"}, { - text: "Wegbeschreibung erhalten", href: "https://maps.app.goo.gl/HJmJMU66W1k2LDD9"}, + text: "Wegbeschreibung erhalten", href: "https://maps.app.goo.gl/HJmJMU66W1k2LDD9"} ]} /> @@ -293,8 +303,8 @@ export default function LandingPage() { { label: "Speisekarte", href: "#menu"}, { - label: "Über uns", href: "#about"}, - ], + label: "Über uns", href: "#about"} + ] }, { items: [ @@ -303,8 +313,8 @@ export default function LandingPage() { { label: "FAQ", href: "#faq"}, { - label: "Kontakt", href: "#contact"}, - ], + label: "Kontakt", href: "#contact"} + ] }, { items: [ @@ -313,9 +323,9 @@ export default function LandingPage() { { label: "Nutzungsbedingungen", href: "#"}, { - label: "Barrierefreiheit", href: "#"}, - ], - }, + label: "Barrierefreiheit", href: "#"} + ] + } ]} logoText="Shanghai Tan Burgers" />