Update src/app/page.tsx
This commit is contained in:
301
src/app/page.tsx
301
src/app/page.tsx
@@ -33,39 +33,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Our Team", id: "#team"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Shanghai Tan Ulm"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,39 +59,23 @@ export default function LandingPage() {
|
||||
description="Experience the authentic flavors of Asia in the heart of Ulm. A culinary journey awaits."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312227.jpg",
|
||||
imageAlt: "Authentic Asian dishes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312227.jpg", imageAlt: "Authentic Asian dishes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corridor-chinese-building_1127-299.jpg",
|
||||
imageAlt: "Shanghai Tan restaurant exterior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corridor-chinese-building_1127-299.jpg", imageAlt: "Shanghai Tan restaurant exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-set-baked-sushi-rolls-with-wasabi-ginger-plate_141793-11544.jpg",
|
||||
imageAlt: "Sushi rolls platter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-set-baked-sushi-rolls-with-wasabi-ginger-plate_141793-11544.jpg", imageAlt: "Sushi rolls platter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-ramen-bowls_23-2148202109.jpg",
|
||||
imageAlt: "Noodle soup bowl",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-ramen-bowls_23-2148202109.jpg", imageAlt: "Noodle soup bowl"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-sliced-roulade-with-waffles-jelly-cakes-plates_176474-2930.jpg",
|
||||
imageAlt: "Dim sum basket",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-sliced-roulade-with-waffles-jelly-cakes-plates_176474-2930.jpg", imageAlt: "Dim sum basket"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-cheese-grilled-vegetables_141793-1149.jpg",
|
||||
imageAlt: "Stir-fried Asian dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-cheese-grilled-vegetables_141793-1149.jpg", imageAlt: "Stir-fried Asian dish"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -119,9 +87,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Authentic Asian Cuisine in Ulm"
|
||||
description={[
|
||||
"Shanghai Tan brings the vibrant tastes of Shanghai and beyond to Ulm. We pride ourselves on using fresh, high-quality ingredients to create an unforgettable dining experience.",
|
||||
"Our chefs are masters of traditional Asian cooking, blending classic recipes with modern culinary techniques. From delicate dim sum to rich curries, every dish tells a story of heritage and passion.",
|
||||
]}
|
||||
"Shanghai Tan brings the vibrant tastes of Shanghai and beyond to Ulm. We pride ourselves on using fresh, high-quality ingredients to create an unforgettable dining experience.", "Our chefs are masters of traditional Asian cooking, blending classic recipes with modern culinary techniques. From delicate dim sum to rich curries, every dish tells a story of heritage and passion."]}
|
||||
showBorder={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,19 +100,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Exquisite Flavors",
|
||||
description: "Taste the true essence of Asian cuisine, prepared with authentic recipes and premium ingredients.",
|
||||
},
|
||||
title: "Exquisite Flavors", description: "Taste the true essence of Asian cuisine, prepared with authentic recipes and premium ingredients."},
|
||||
{
|
||||
icon: Wheat,
|
||||
title: "Fresh, Local Ingredients",
|
||||
description: "We source the freshest local produce and imported spices to ensure quality and taste in every bite.",
|
||||
},
|
||||
title: "Fresh, Local Ingredients", description: "We source the freshest local produce and imported spices to ensure quality and taste in every bite."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Award-Winning Experience",
|
||||
description: "Enjoy a dining experience celebrated for its exceptional food, ambiance, and service.",
|
||||
},
|
||||
title: "Award-Winning Experience", description: "Enjoy a dining experience celebrated for its exceptional food, ambiance, and service."},
|
||||
]}
|
||||
title="Our Culinary Specialties"
|
||||
description="Discover signature dishes and unique offerings crafted with care and authentic ingredients."
|
||||
@@ -162,65 +122,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Shanghai Tan",
|
||||
name: "Classic Pad Thai",
|
||||
price: "€14.50",
|
||||
rating: 5,
|
||||
reviewCount: "120 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegan-noodles-with-chicken-vegetables-served-bowl-closeup_1220-7653.jpg",
|
||||
imageAlt: "Classic Pad Thai noodles",
|
||||
},
|
||||
id: "p1", brand: "Shanghai Tan", name: "Classic Pad Thai", price: "€14.50", rating: 5,
|
||||
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/vegan-noodles-with-chicken-vegetables-served-bowl-closeup_1220-7653.jpg", imageAlt: "Classic Pad Thai noodles"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Shanghai Tan",
|
||||
name: "Peking Duck (Half)",
|
||||
price: "€28.00",
|
||||
rating: 5,
|
||||
reviewCount: "95 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-sweet-sour-sauce-broccoli-plate-plaid-tablecloth_141793-11163.jpg",
|
||||
imageAlt: "Peking Duck",
|
||||
},
|
||||
id: "p2", brand: "Shanghai Tan", name: "Peking Duck (Half)", price: "€28.00", rating: 5,
|
||||
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-sweet-sour-sauce-broccoli-plate-plaid-tablecloth_141793-11163.jpg", imageAlt: "Peking Duck"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Shanghai Tan",
|
||||
name: "Spicy Tonkotsu Ramen",
|
||||
price: "€16.00",
|
||||
rating: 4,
|
||||
reviewCount: "110 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ramen-noodles_74190-1945.jpg",
|
||||
imageAlt: "Spicy Tonkotsu Ramen",
|
||||
},
|
||||
id: "p3", brand: "Shanghai Tan", name: "Spicy Tonkotsu Ramen", price: "€16.00", rating: 4,
|
||||
reviewCount: "110 reviews", imageSrc: "http://img.b2bpic.net/free-photo/ramen-noodles_74190-1945.jpg", imageAlt: "Spicy Tonkotsu Ramen"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Shanghai Tan",
|
||||
name: "Thai Green Curry",
|
||||
price: "€15.50",
|
||||
rating: 5,
|
||||
reviewCount: "88 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-food-arrangement_23-2148821546.jpg",
|
||||
imageAlt: "Thai Green Curry",
|
||||
},
|
||||
id: "p4", brand: "Shanghai Tan", name: "Thai Green Curry", price: "€15.50", rating: 5,
|
||||
reviewCount: "88 reviews", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-food-arrangement_23-2148821546.jpg", imageAlt: "Thai Green Curry"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Shanghai Tan",
|
||||
name: "Szechuan Beef Stir-fry",
|
||||
price: "€17.00",
|
||||
rating: 4,
|
||||
reviewCount: "72 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-composition_23-2149076098.jpg",
|
||||
imageAlt: "Szechuan Beef Stir-fry",
|
||||
},
|
||||
id: "p5", brand: "Shanghai Tan", name: "Szechuan Beef Stir-fry", price: "€17.00", rating: 4,
|
||||
reviewCount: "72 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-composition_23-2149076098.jpg", imageAlt: "Szechuan Beef Stir-fry"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Shanghai Tan",
|
||||
name: "Mango Sticky Rice",
|
||||
price: "€8.50",
|
||||
rating: 5,
|
||||
reviewCount: "60 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sticky-rice-with-mango_74190-2388.jpg",
|
||||
imageAlt: "Mango Sticky Rice dessert",
|
||||
},
|
||||
id: "p6", brand: "Shanghai Tan", name: "Mango Sticky Rice", price: "€8.50", rating: 5,
|
||||
reviewCount: "60 reviews", imageSrc: "http://img.b2bpic.net/free-photo/sticky-rice-with-mango_74190-2388.jpg", imageAlt: "Mango Sticky Rice dessert"},
|
||||
]}
|
||||
title="Explore Our Exquisite Menu"
|
||||
description="A diverse selection of traditional and contemporary Asian dishes, prepared with passion."
|
||||
@@ -231,66 +149,31 @@ export default function LandingPage() {
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anna Schmidt",
|
||||
role: "Local Resident",
|
||||
company: "Ulm",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-eating-donut-talking-her-boyfriend-cafe_637285-9080.jpg",
|
||||
imageAlt: "Customer Anna Schmidt",
|
||||
},
|
||||
id: "t1", name: "Anna Schmidt", role: "Local Resident", company: "Ulm", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-eating-donut-talking-her-boyfriend-cafe_637285-9080.jpg", imageAlt: "Customer Anna Schmidt"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Max Müller",
|
||||
role: "Food Blogger",
|
||||
company: "Taste of Ulm",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-22794.jpg",
|
||||
imageAlt: "Customer Max Müller",
|
||||
},
|
||||
id: "t2", name: "Max Müller", role: "Food Blogger", company: "Taste of Ulm", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-22794.jpg", imageAlt: "Customer Max Müller"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophie Weber",
|
||||
role: "Tour Guide",
|
||||
company: "Ulm Explorers",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-food-wine_23-2148454126.jpg",
|
||||
imageAlt: "Customer Sophie Weber",
|
||||
},
|
||||
id: "t3", name: "Sophie Weber", role: "Tour Guide", company: "Ulm Explorers", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-food-wine_23-2148454126.jpg", imageAlt: "Customer Sophie Weber"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Lukas Braun",
|
||||
role: "Entrepreneur",
|
||||
company: "StartUp Ulm",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138645.jpg",
|
||||
imageAlt: "Customer Lukas Braun",
|
||||
},
|
||||
id: "t4", name: "Lukas Braun", role: "Entrepreneur", company: "StartUp Ulm", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138645.jpg", imageAlt: "Customer Lukas Braun"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mia Fischer",
|
||||
role: "Student",
|
||||
company: "University of Ulm",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-tablet-cafe_1170-736.jpg",
|
||||
imageAlt: "Customer Mia Fischer",
|
||||
},
|
||||
id: "t5", name: "Mia Fischer", role: "Student", company: "University of Ulm", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-tablet-cafe_1170-736.jpg", imageAlt: "Customer Mia Fischer"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Average Rating"},
|
||||
{
|
||||
value: "1000+",
|
||||
label: "Happy Guests",
|
||||
},
|
||||
value: "1000+", label: "Happy Guests"},
|
||||
{
|
||||
value: "Since 2018",
|
||||
label: "Serving Ulm",
|
||||
},
|
||||
value: "Since 2018", label: "Serving Ulm"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our satisfied customers about their memorable dining experiences at Shanghai Tan."
|
||||
@@ -305,26 +188,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Chef Li Wei",
|
||||
role: "Head Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232212.jpg",
|
||||
imageAlt: "Chef Li Wei",
|
||||
},
|
||||
id: "m1", name: "Chef Li Wei", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232212.jpg", imageAlt: "Chef Li Wei"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Lena Schuster",
|
||||
role: "Restaurant Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-as-waiter_23-2149409821.jpg",
|
||||
imageAlt: "Lena Schuster",
|
||||
},
|
||||
id: "m2", name: "Lena Schuster", role: "Restaurant Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-as-waiter_23-2149409821.jpg", imageAlt: "Lena Schuster"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Marco Richter",
|
||||
role: "Sous Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934667.jpg",
|
||||
imageAlt: "Marco Richter",
|
||||
},
|
||||
id: "m3", name: "Marco Richter", role: "Sous Chef", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934667.jpg", imageAlt: "Marco Richter"},
|
||||
]}
|
||||
title="Meet Our Talented Team"
|
||||
description="Our dedicated chefs and friendly staff are committed to making your visit exceptional."
|
||||
@@ -337,20 +205,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer vegetarian and vegan options?",
|
||||
content: "Yes, our menu includes a wide range of delicious vegetarian and vegan dishes carefully prepared with fresh ingredients. Please inform our staff of any dietary preferences.",
|
||||
},
|
||||
id: "q1", title: "Do you offer vegetarian and vegan options?", content: "Yes, our menu includes a wide range of delicious vegetarian and vegan dishes carefully prepared with fresh ingredients. Please inform our staff of any dietary preferences."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How can I make a reservation?",
|
||||
content: "You can easily make a reservation through our website's contact form, by calling us directly, or using our online booking system. We recommend booking in advance, especially on weekends.",
|
||||
},
|
||||
id: "q2", title: "How can I make a reservation?", content: "You can easily make a reservation through our website's contact form, by calling us directly, or using our online booking system. We recommend booking in advance, especially on weekends."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer catering services for events?",
|
||||
content: "Absolutely! Shanghai Tan offers catering services for various events, from intimate gatherings to large corporate functions. Please contact us to discuss your specific needs and menu preferences.",
|
||||
},
|
||||
id: "q3", title: "Do you offer catering services for events?", content: "Absolutely! Shanghai Tan offers catering services for various events, from intimate gatherings to large corporate functions. Please contact us to discuss your specific needs and menu preferences."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-celebrating-desk_23-2147668752.jpg"
|
||||
imageAlt="Restaurant interior with elegant tables"
|
||||
@@ -366,18 +225,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to embark on a culinary journey? Book your table or order online today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Make a Reservation", href: "#"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Online", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -386,54 +240,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Imprint",
|
||||
href: "#",
|
||||
},
|
||||
label: "Imprint", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user