Update src/app/page.tsx

This commit is contained in:
2026-04-28 12:17:07 +00:00
parent 38b3f14549
commit e9d4c338cb

View File

@@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Utensils } from "lucide-react";
import { Utensils, ArrowRight } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Asia Wok Kemnat"
/>
@@ -62,15 +52,11 @@ export default function LandingPage() {
description="Exquisite Asian cuisine, prepared with passion and served in a refined atmosphere. Experience the authentic taste of the East."
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Reserve Table",
href: "#contact",
},
text: "Reserve Table", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg"
imageAlt="Luxurious Asian Dining"
/>
</div>
@@ -83,7 +69,7 @@ export default function LandingPage() {
description="At Asia Wok Kemnat, we combine traditional culinary techniques with premium, fresh ingredients to bring you an unparalleled dining experience."
subdescription="From our aromatic curries to our legendary crispy duck, every dish tells a story of quality and tradition."
icon={Utensils}
imageSrc="http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -94,40 +80,20 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Crispy Duck",
description: "Perfectly roasted, skin-crispy duck served with seasonal vegetables and your choice of sauce.",
buttonIcon: "ArrowRight",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg",
imageAlt: "Vertical shot of a red cafe interior with tiled walls",
},
title: "Crispy Duck", description: "Perfectly roasted, skin-crispy duck served with seasonal vegetables and your choice of sauce.", buttonIcon: ArrowRight,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg", imageAlt: "Vertical shot of a red cafe interior with tiled walls"},
{
title: "Thai Curries",
description: "Authentic Thai curries made with rich coconut milk, fresh herbs, and premium proteins.",
buttonIcon: "ArrowRight",
imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=2",
imageAlt: "Vertical shot of a red cafe interior with tiled walls",
},
title: "Thai Curries", description: "Authentic Thai curries made with rich coconut milk, fresh herbs, and premium proteins.", buttonIcon: ArrowRight,
imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", imageAlt: "Vertical shot of a red cafe interior with tiled walls"},
{
title: "Wok Specials",
description: "High-heat stir-fried delicacies featuring the finest vegetables and traditional barbecue sauce.",
buttonIcon: "ArrowRight",
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg?_wi=2",
imageAlt: "Vertical shot of a red cafe interior with tiled walls",
},
title: "Wok Specials", description: "High-heat stir-fried delicacies featuring the finest vegetables and traditional barbecue sauce.", buttonIcon: ArrowRight,
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg", imageAlt: "Vertical shot of a red cafe interior with tiled walls"},
{
title: "Fresh Starters",
description: "Handmade spring rolls, savory wontons, and classic soups to start your journey.",
buttonIcon: "ArrowRight",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-roasted-chicken-round-plate-surrounded-by-sidedishes_181624-3513.jpg?_wi=1",
imageAlt: "Vertical shot of a red cafe interior with tiled walls",
},
title: "Fresh Starters", description: "Handmade spring rolls, savory wontons, and classic soups to start your journey.", buttonIcon: ArrowRight,
imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-roasted-chicken-round-plate-surrounded-by-sidedishes_181624-3513.jpg", imageAlt: "Vertical shot of a red cafe interior with tiled walls"},
{
title: "Signature Rice",
description: "Fragrant jasmine rice stir-fried with seasonal vegetables and premium soy blends.",
buttonIcon: "ArrowRight",
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25722.jpg?_wi=1",
imageAlt: "Vertical shot of a red cafe interior with tiled walls",
},
title: "Signature Rice", description: "Fragrant jasmine rice stir-fried with seasonal vegetables and premium soy blends.", buttonIcon: ArrowRight,
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25722.jpg", imageAlt: "Vertical shot of a red cafe interior with tiled walls"},
]}
title="Our Culinary Specialties"
description="Discover the signature dishes that define our restaurant, crafted for your ultimate enjoyment."
@@ -142,41 +108,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Knusprige Ente Chop Suey",
price: "10.50 €",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-roasted-chicken-round-plate-surrounded-by-sidedishes_181624-3513.jpg?_wi=2",
},
id: "p1", name: "Knusprige Ente Chop Suey", price: "10.50 €", imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-roasted-chicken-round-plate-surrounded-by-sidedishes_181624-3513.jpg"},
{
id: "p2",
name: "Hühnerfleisch mit Curry",
price: "9.20 €",
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25722.jpg?_wi=2",
},
id: "p2", name: "Hühnerfleisch mit Curry", price: "9.20 €", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25722.jpg"},
{
id: "p3",
name: "Gebratene Nudeln mit Ente",
price: "10.50 €",
imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-meat-bell-peppers-sauce_141793-881.jpg",
},
id: "p3", name: "Gebratene Nudeln mit Ente", price: "10.50 €", imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-meat-bell-peppers-sauce_141793-881.jpg"},
{
id: "p4",
name: "Nasi Goreng Spezial",
price: "8.50 €",
imageSrc: "http://img.b2bpic.net/free-photo/white-with-salad-cucumbers-carrot_1304-4839.jpg",
},
id: "p4", name: "Nasi Goreng Spezial", price: "8.50 €", imageSrc: "http://img.b2bpic.net/free-photo/white-with-salad-cucumbers-carrot_1304-4839.jpg"},
{
id: "p5",
name: "Gebratener Tofu Gemüse",
price: "9.00 €",
imageSrc: "http://img.b2bpic.net/free-photo/stir-fry-vegetables-with-mushrooms-paprika-red-onions-broccoli-healthy-food-asian-cuisine-top-view-overhead_2829-20261.jpg",
},
id: "p5", name: "Gebratener Tofu Gemüse", price: "9.00 €", imageSrc: "http://img.b2bpic.net/free-photo/stir-fry-vegetables-with-mushrooms-paprika-red-onions-broccoli-healthy-food-asian-cuisine-top-view-overhead_2829-20261.jpg"},
{
id: "p6",
name: "Wan-Tan Suppe",
price: "2.80 €",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-broth-soup-with-herbs-pomegranate-seeds_114579-1145.jpg",
},
id: "p6", name: "Wan-Tan Suppe", price: "2.80 €", imageSrc: "http://img.b2bpic.net/free-photo/chicken-broth-soup-with-herbs-pomegranate-seeds_114579-1145.jpg"},
]}
title="Our Menu"
description="Choose from our wide array of freshly prepared Asian dishes."
@@ -190,40 +132,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Weber",
role: "Foodie",
testimonial: "The best crispy duck in the area! Absolute quality and amazing taste.",
imageSrc: "http://img.b2bpic.net/free-photo/group-middle-age-friends-having-fun-night_23-2149237487.jpg",
},
id: "t1", name: "Sarah Weber", role: "Foodie", testimonial: "The best crispy duck in the area! Absolute quality and amazing taste.", imageSrc: "http://img.b2bpic.net/free-photo/group-middle-age-friends-having-fun-night_23-2149237487.jpg"},
{
id: "t2",
name: "Markus S.",
role: "Regular Guest",
testimonial: "Always fresh, always fast, and always friendly. A real gem in Ostfildern.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-21846.jpg",
},
id: "t2", name: "Markus S.", role: "Regular Guest", testimonial: "Always fresh, always fast, and always friendly. A real gem in Ostfildern.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-park-picnic-nature_169016-21846.jpg"},
{
id: "t3",
name: "Elena M.",
role: "Local",
testimonial: "The Thai curries are incredible. Authentic and perfectly spicy.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
},
id: "t3", name: "Elena M.", role: "Local", testimonial: "The Thai curries are incredible. Authentic and perfectly spicy.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg"},
{
id: "t4",
name: "Thomas P.",
role: "Guest",
testimonial: "Great variety, fair prices, and very high-quality ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg",
},
id: "t4", name: "Thomas P.", role: "Guest", testimonial: "Great variety, fair prices, and very high-quality ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg"},
{
id: "t5",
name: "Julia K.",
role: "Visitor",
testimonial: "Very friendly service and cozy ambiance. Will definitely come back soon.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
},
id: "t5", name: "Julia K.", role: "Visitor", testimonial: "Very friendly service and cozy ambiance. Will definitely come back soon.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg"},
]}
title="Guest Reviews"
description="What our guests say about their culinary journey with us."
@@ -236,30 +153,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you offer delivery?",
content: "Yes, we offer a professional delivery service. Check our website or call us for availability in your area.",
},
id: "q1", title: "Do you offer delivery?", content: "Yes, we offer a professional delivery service. Check our website or call us for availability in your area."},
{
id: "q2",
title: "Is the restaurant wheelchair accessible?",
content: "Yes, we have wheelchair-accessible entrances and facilities to ensure comfort for all our guests.",
},
id: "q2", title: "Is the restaurant wheelchair accessible?", content: "Yes, we have wheelchair-accessible entrances and facilities to ensure comfort for all our guests."},
{
id: "q3",
title: "Are there vegetarian options?",
content: "Absolutely. We offer a wide range of vegetarian dishes, including tofu specialties and fresh vegetable wok plates.",
},
id: "q3", title: "Are there vegetarian options?", content: "Absolutely. We offer a wide range of vegetarian dishes, including tofu specialties and fresh vegetable wok plates."},
{
id: "q4",
title: "How can I reserve a table?",
content: "You can reserve a table by calling us directly or using the contact form on our website.",
},
id: "q4", title: "How can I reserve a table?", content: "You can reserve a table by calling us directly or using the contact form on our website."},
{
id: "q5",
title: "Do you offer catering?",
content: "Yes, we provide catering for private events and parties. Contact us for custom menus and packages.",
},
id: "q5", title: "Do you offer catering?", content: "Yes, we provide catering for private events and parties. Contact us for custom menus and packages."},
]}
title="Frequently Asked Questions"
description="Need to know more about our restaurant and services?"
@@ -271,8 +173,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "canvas-reveal",
}}
variant: "canvas-reveal"}}
tag="Visit Us"
title="Book Your Table or Order Now"
description="Located at Heumadener Str. 6, 73760 Ostfildern. Reach out for reservations or pick-up orders."
@@ -287,41 +188,27 @@ export default function LandingPage() {
{
items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
items: [
{
label: "Impressum",
href: "#",
},
label: "Impressum", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
{
items: [
{
label: "Phone: 0711 50424785",
href: "tel:071150424785",
},
label: "Phone: 0711 50424785", href: "tel:071150424785"},
{
label: "Heumadener Str. 6, 73760 Ostfildern",
href: "#",
},
label: "Heumadener Str. 6, 73760 Ostfildern", href: "#"},
],
},
]}