Update src/app/page.tsx
This commit is contained in:
218
src/app/page.tsx
218
src/app/page.tsx
@@ -31,19 +31,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Istanbul Pizzeria"
|
||||
button={{
|
||||
text: "Order Online", href: "#menu"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,32 +50,20 @@ export default function LandingPage() {
|
||||
description="Fast, fresh, and delicious. Visit us on Via Onorato Vigliani for your next meal."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/margherita-pizza-delight_23-2151950796.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-indian-woman-loving-dessert_1262-5797.jpg",
|
||||
alt: "Customer profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-indian-woman-loving-dessert_1262-5797.jpg", alt: "Customer profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-pastry_1262-5372.jpg",
|
||||
alt: "Customer profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-holding-pastry_1262-5372.jpg", 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",
|
||||
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", alt: "Customer profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-restaurant_23-2149390963.jpg",
|
||||
alt: "Customer profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-restaurant_23-2149390963.jpg", 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",
|
||||
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", alt: "Customer profile"},
|
||||
]}
|
||||
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."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.6",
|
||||
title: "Star Rating",
|
||||
},
|
||||
value: "4.6", title: "Star Rating"},
|
||||
{
|
||||
value: "1200+",
|
||||
title: "Happy Customers",
|
||||
},
|
||||
value: "1200+", title: "Happy Customers"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/italian-chef-uniform-is-preparing-pastry-pizza-kitchen_613910-14090.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -113,59 +94,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Doner Kebab",
|
||||
brand: "Istanbul",
|
||||
price: "6 €",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-pide-topped-with-lemon_140725-1225.jpg",
|
||||
},
|
||||
id: "1", name: "Doner Kebab", 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",
|
||||
name: "Margherita Pizza",
|
||||
brand: "Istanbul",
|
||||
price: "7 €",
|
||||
rating: 4,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5391.jpg",
|
||||
},
|
||||
id: "2", name: "Margherita Pizza", brand: "Istanbul", price: "7 €", rating: 4,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5391.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Falafel Plate",
|
||||
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: "3", name: "Falafel Plate", 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",
|
||||
name: "Turkish Pide",
|
||||
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: "4", name: "Turkish Pide", 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",
|
||||
name: "Diavola Pizza",
|
||||
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: "5", name: "Diavola Pizza", 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",
|
||||
name: "Lahmacun",
|
||||
brand: "Istanbul",
|
||||
price: "4 €",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lahmajun-with-herbs-lemon_141793-682.jpg",
|
||||
},
|
||||
id: "6", name: "Lahmacun", 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"
|
||||
description="From crispy pizzas to perfectly seasoned kebabs."
|
||||
@@ -179,29 +124,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fresh Daily",
|
||||
tags: [
|
||||
"Ingredients",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-cooking-cozy-kitchen_23-2147810083.jpg",
|
||||
},
|
||||
id: "f1", title: "Fresh Daily", tags: [
|
||||
"Ingredients"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-cooking-cozy-kitchen_23-2147810083.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Fast Service",
|
||||
tags: [
|
||||
"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: "f2", title: "Fast Service", tags: [
|
||||
"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",
|
||||
title: "Open Late",
|
||||
tags: [
|
||||
"Kitchen",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-lying-wooden-dark-table-board_482257-34704.jpg",
|
||||
},
|
||||
id: "f3", title: "Open Late", tags: [
|
||||
"Kitchen"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-lying-wooden-dark-table-board_482257-34704.jpg"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Experience the quality of our service and ingredients."
|
||||
@@ -216,45 +149,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Andreea Avram",
|
||||
role: "Customer",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-talking-phone_23-2149103124.jpg",
|
||||
},
|
||||
id: "1", name: "Andreea Avram", role: "Customer", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-talking-phone_23-2149103124.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marco Mantovani",
|
||||
role: "Local Guide",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-influencer-with-dessert_23-2149172466.jpg",
|
||||
},
|
||||
id: "2", name: "Marco Mantovani", role: "Local Guide", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-influencer-with-dessert_23-2149172466.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Simone Gannuscio",
|
||||
role: "Local Guide",
|
||||
company: "Local",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-enjoying-christmas-dinner_23-2149144969.jpg",
|
||||
},
|
||||
id: "3", name: "Simone Gannuscio", 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",
|
||||
name: "Giulia Rossi",
|
||||
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: "4", name: "Giulia Rossi", 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",
|
||||
name: "Luca Bianchi",
|
||||
role: "Customer",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-putting-sauce-dish_23-2148763119.jpg",
|
||||
},
|
||||
id: "5", name: "Luca Bianchi", role: "Customer", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-putting-sauce-dish_23-2148763119.jpg"},
|
||||
]}
|
||||
title="Customer Feedback"
|
||||
description="What our customers say about us."
|
||||
@@ -267,20 +175,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer fast delivery options.",
|
||||
},
|
||||
id: "q1", title: "Do you offer delivery?", content: "Yes, we offer fast delivery options."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "When do you close?",
|
||||
content: "We are open daily until 01:00 AM.",
|
||||
},
|
||||
id: "q2", title: "When do you close?", content: "We are open daily until 01:00 AM."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Where are you located?",
|
||||
content: "Via Onorato Vigliani, 114/A, Torino.",
|
||||
},
|
||||
id: "q3", title: "Where are you located?", content: "Via Onorato Vigliani, 114/A, Torino."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know."
|
||||
@@ -293,8 +192,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
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."
|
||||
/>
|
||||
</div>
|
||||
@@ -304,25 +202,17 @@ export default function LandingPage() {
|
||||
logoText="Istanbul Pizzeria"
|
||||
columns={[
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
title: "Info", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user