Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c0a57b256 | |||
| 41c1e3adb1 | |||
| 27b5ffaf1d | |||
| cda40cc124 | |||
| 22e2cff09f | |||
| 02c7f3adae |
@@ -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,26 +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."},
|
||||
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."},
|
||||
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."},
|
||||
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."},
|
||||
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={[
|
||||
{
|
||||
@@ -94,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"
|
||||
@@ -103,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
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -142,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."
|
||||
@@ -175,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."
|
||||
@@ -193,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."
|
||||
@@ -225,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."
|
||||
@@ -250,20 +255,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "What are your opening hours?", content: "We are open Monday to Saturday from 11:00 AM to 10:00 PM, and Sundays from 12:00 PM to 9:00 PM. Check our Google Maps for holiday hours!"},
|
||||
id: "faq-1", title: "Was sind Ihre Öffnungszeiten?", content: "Wir haben von Montag bis Samstag von 11:00 bis 22:00 Uhr und sonntags von 12:00 bis 21:00 Uhr geöffnet. Überprüfen Sie unsere Google Maps für Feiertagsöffnungszeiten!"},
|
||||
{
|
||||
id: "faq-2", title: "Do you offer vegetarian or vegan options?", content: "Yes, we have a delicious black bean veggie burger that can be made vegan upon request. Just let our staff know your preference!"},
|
||||
id: "faq-2", title: "Bieten Sie vegetarische oder vegane Optionen an?", content: "Ja, wir haben einen köstlichen Black-Bean-Veggie-Burger, der auf Anfrage vegan zubereitet werden kann. Teilen Sie unserem Personal einfach Ihre Präferenz mit!"},
|
||||
{
|
||||
id: "faq-3", title: "Can I customize my burger?", content: "Absolutely! We offer a wide range of toppings and sauces to build your perfect burger. Feel free to ask for modifications."},
|
||||
id: "faq-3", title: "Kann ich meinen Burger anpassen?", content: "Absolut! Wir bieten eine große Auswahl an Belägen und Saucen, um Ihren perfekten Burger zusammenzustellen. Fragen Sie gerne nach Änderungen."},
|
||||
{
|
||||
id: "faq-4", title: "Do you offer delivery or takeout?", content: "Yes, we offer both! You can order online through our website or call us directly for takeout. We also partner with popular delivery services."},
|
||||
id: "faq-4", title: "Bieten Sie Lieferung oder Abholung an?", content: "Ja, wir bieten beides an! Sie können online über unsere Website bestellen oder uns direkt für die Abholung anrufen. Wir arbeiten auch mit beliebten Lieferdiensten zusammen."},
|
||||
{
|
||||
id: "faq-5", title: "Do you cater for events?", content: "We do! For catering inquiries, please reach out to us via our contact form or give us a call to discuss your event's needs and our special packages."},
|
||||
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: "Are your ingredients locally sourced?", content: "We pride ourselves on using fresh, high-quality ingredients, with many of our vegetables and meats sourced from local farms and suppliers whenever possible."},
|
||||
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="Frequently Asked Questions"
|
||||
description="Find quick answers to the most common questions about our restaurant, menu, services, and more."
|
||||
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."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -273,14 +279,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Place Your Order"
|
||||
description="We're always happy to serve you the best burgers in town. Find us or reach out for your next meal!"
|
||||
tag="Kontaktieren Sie uns"
|
||||
title="Besuchen Sie uns oder bestellen Sie"
|
||||
description="Wir freuen uns immer darauf, Ihnen die besten Burger der Stadt zu servieren. Finden Sie uns oder kontaktieren Sie uns für Ihre nächste Mahlzeit!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online", href: "#"},
|
||||
text: "Online bestellen", href: "#"},
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.app.goo.gl/HJmJMU66W1k2LDD9"},
|
||||
text: "Wegbeschreibung erhalten", href: "https://maps.app.goo.gl/HJmJMU66W1k2LDD9"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -293,33 +299,33 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home", href: "#home"},
|
||||
label: "Startseite", href: "#home"},
|
||||
{
|
||||
label: "Menu", href: "#menu"},
|
||||
label: "Speisekarte", href: "#menu"},
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
label: "Über uns", href: "#about"}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reviews", href: "#reviews"},
|
||||
label: "Bewertungen", href: "#reviews"},
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
label: "Kontakt", href: "#contact"}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
label: "Datenschutzrichtlinie", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
label: "Nutzungsbedingungen", href: "#"},
|
||||
{
|
||||
label: "Accessibility", href: "#"},
|
||||
],
|
||||
},
|
||||
label: "Barrierefreiheit", href: "#"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Shanghai Tan Burgers"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user