Update src/app/page.tsx

This commit is contained in:
2026-05-12 18:37:55 +00:00
parent f4274e0847
commit 8a95976fb6

View File

@@ -31,19 +31,16 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Reviews", name: "Reviews", id: "reviews"},
id: "reviews",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Istanbul Pizzeria" brandName="Istanbul Pizzeria"
button={{
text: "Order Online", href: "#menu"
}}
/> />
</div> </div>
@@ -53,32 +50,20 @@ export default function LandingPage() {
description="Fast, fresh, and delicious. Visit us on Via Onorato Vigliani for your next meal." description="Fast, fresh, and delicious. Visit us on Via Onorato Vigliani for your next meal."
buttons={[ buttons={[
{ {
text: "View Menu", text: "View Menu", href: "#menu"},
href: "#menu",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/margherita-pizza-delight_23-2151950796.jpg" imageSrc="http://img.b2bpic.net/free-photo/margherita-pizza-delight_23-2151950796.jpg"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/smiling-young-indian-woman-loving-dessert_1262-5797.jpg", src: "http://img.b2bpic.net/free-photo/smiling-young-indian-woman-loving-dessert_1262-5797.jpg", alt: "Customer profile"},
alt: "Customer profile",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-pastry_1262-5372.jpg", src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-pastry_1262-5372.jpg", alt: "Customer profile"},
alt: "Customer profile",
},
{ {
src: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", src: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", alt: "Customer profile"},
alt: "Customer profile",
},
{ {
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-restaurant_23-2149390963.jpg", src: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-restaurant_23-2149390963.jpg", alt: "Customer profile"},
alt: "Customer profile",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10312.jpg", src: "http://img.b2bpic.net/free-photo/woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10312.jpg", alt: "Customer profile"},
alt: "Customer profile",
},
]} ]}
avatarText="Loved by 500+ locals" avatarText="Loved by 500+ locals"
/> />
@@ -91,13 +76,9 @@ export default function LandingPage() {
description="We are dedicated to providing the best Turkish kebabs and Italian-style pizzas. Fresh ingredients, handmade dough, and recipes perfected over time." description="We are dedicated to providing the best Turkish kebabs and Italian-style pizzas. Fresh ingredients, handmade dough, and recipes perfected over time."
metrics={[ metrics={[
{ {
value: "4.6", value: "4.6", title: "Star Rating"},
title: "Star Rating",
},
{ {
value: "1200+", value: "1200+", title: "Happy Customers"},
title: "Happy Customers",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/italian-chef-uniform-is-preparing-pastry-pizza-kitchen_613910-14090.jpg" imageSrc="http://img.b2bpic.net/free-photo/italian-chef-uniform-is-preparing-pastry-pizza-kitchen_613910-14090.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -113,59 +94,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", id: "1", name: "Doner Kebab", brand: "Istanbul", price: "6 €", rating: 5,
name: "Doner Kebab", reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/sliced-pide-topped-with-lemon_140725-1225.jpg"},
brand: "Istanbul",
price: "6 €",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-pide-topped-with-lemon_140725-1225.jpg",
},
{ {
id: "2", id: "2", name: "Margherita Pizza", brand: "Istanbul", price: "7 €", rating: 4,
name: "Margherita Pizza", reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5391.jpg"},
brand: "Istanbul",
price: "7 €",
rating: 4,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5391.jpg",
},
{ {
id: "3", id: "3", name: "Falafel Plate", brand: "Istanbul", price: "5 €", rating: 5,
name: "Falafel Plate", reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039396.jpg"},
brand: "Istanbul",
price: "5 €",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039396.jpg",
},
{ {
id: "4", id: "4", name: "Turkish Pide", brand: "Istanbul", price: "8 €", rating: 4,
name: "Turkish Pide", reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg"},
brand: "Istanbul",
price: "8 €",
rating: 4,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg",
},
{ {
id: "5", id: "5", name: "Diavola Pizza", brand: "Istanbul", price: "9 €", rating: 5,
name: "Diavola Pizza", reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/vegan-rice-paper-rolls-with-vegetables-sesam-served-plate-ready-eat_1220-6885.jpg"},
brand: "Istanbul",
price: "9 €",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/vegan-rice-paper-rolls-with-vegetables-sesam-served-plate-ready-eat_1220-6885.jpg",
},
{ {
id: "6", id: "6", name: "Lahmacun", brand: "Istanbul", price: "4 €", rating: 5,
name: "Lahmacun", reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/lahmajun-with-herbs-lemon_141793-682.jpg"},
brand: "Istanbul",
price: "4 €",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/lahmajun-with-herbs-lemon_141793-682.jpg",
},
]} ]}
title="Our Specialties" title="Our Specialties"
description="From crispy pizzas to perfectly seasoned kebabs." description="From crispy pizzas to perfectly seasoned kebabs."
@@ -179,29 +124,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Fresh Daily", tags: [
title: "Fresh Daily", "Ingredients"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/female-cooking-cozy-kitchen_23-2147810083.jpg"},
"Ingredients",
],
imageSrc: "http://img.b2bpic.net/free-photo/female-cooking-cozy-kitchen_23-2147810083.jpg",
},
{ {
id: "f2", id: "f2", title: "Fast Service", tags: [
title: "Fast Service", "Delivery"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-red-uniform-cape-holding-delivery-food-package-light-pink-background-uniform-delivery-service-company-job-work_140725-41826.jpg"},
"Delivery",
],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-red-uniform-cape-holding-delivery-food-package-light-pink-background-uniform-delivery-service-company-job-work_140725-41826.jpg",
},
{ {
id: "f3", id: "f3", title: "Open Late", tags: [
title: "Open Late", "Kitchen"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/vegetables-lying-wooden-dark-table-board_482257-34704.jpg"},
"Kitchen",
],
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-lying-wooden-dark-table-board_482257-34704.jpg",
},
]} ]}
title="Why Choose Us" title="Why Choose Us"
description="Experience the quality of our service and ingredients." description="Experience the quality of our service and ingredients."
@@ -216,45 +149,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Andreea Avram", role: "Customer", company: "Local", rating: 5,
name: "Andreea Avram", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-talking-phone_23-2149103124.jpg"},
role: "Customer",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-talking-phone_23-2149103124.jpg",
},
{ {
id: "2", id: "2", name: "Marco Mantovani", role: "Local Guide", company: "Local", rating: 5,
name: "Marco Mantovani", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-influencer-with-dessert_23-2149172466.jpg"},
role: "Local Guide",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-influencer-with-dessert_23-2149172466.jpg",
},
{ {
id: "3", id: "3", name: "Simone Gannuscio", role: "Local Guide", company: "Local", rating: 4,
name: "Simone Gannuscio", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-enjoying-christmas-dinner_23-2149144969.jpg"},
role: "Local Guide",
company: "Local",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-enjoying-christmas-dinner_23-2149144969.jpg",
},
{ {
id: "4", id: "4", name: "Giulia Rossi", role: "Customer", company: "Local", rating: 5,
name: "Giulia Rossi", imageSrc: "http://img.b2bpic.net/free-photo/woman-retro-vintage-50-s-cafe-pink-color-sitting-table-drinking-milk-shake-cocktail-hipster-outfit-having-fun_285396-10306.jpg"},
role: "Customer",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-retro-vintage-50-s-cafe-pink-color-sitting-table-drinking-milk-shake-cocktail-hipster-outfit-having-fun_285396-10306.jpg",
},
{ {
id: "5", id: "5", name: "Luca Bianchi", role: "Customer", company: "Local", rating: 5,
name: "Luca Bianchi", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-putting-sauce-dish_23-2148763119.jpg"},
role: "Customer",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-putting-sauce-dish_23-2148763119.jpg",
},
]} ]}
title="Customer Feedback" title="Customer Feedback"
description="What our customers say about us." description="What our customers say about us."
@@ -267,20 +175,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Do you offer delivery?", content: "Yes, we offer fast delivery options."},
title: "Do you offer delivery?",
content: "Yes, we offer fast delivery options.",
},
{ {
id: "q2", id: "q2", title: "When do you close?", content: "We are open daily until 01:00 AM."},
title: "When do you close?",
content: "We are open daily until 01:00 AM.",
},
{ {
id: "q3", id: "q3", title: "Where are you located?", content: "Via Onorato Vigliani, 114/A, Torino."},
title: "Where are you located?",
content: "Via Onorato Vigliani, 114/A, Torino.",
},
]} ]}
title="Common Questions" title="Common Questions"
description="Everything you need to know." description="Everything you need to know."
@@ -293,8 +192,7 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
text="Visit us at Via Onorato Vigliani 114/A or call us at 327 670 4378 to order your favorites now." text="Visit us at Via Onorato Vigliani 114/A or call us at 327 670 4378 to order your favorites now."
/> />
</div> </div>
@@ -304,25 +202,17 @@ export default function LandingPage() {
logoText="Istanbul Pizzeria" logoText="Istanbul Pizzeria"
columns={[ columns={[
{ {
title: "Info", title: "Info", items: [
items: [
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
{ {
label: "Menu", label: "Menu", href: "#menu"},
href: "#menu",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}