9 Commits

Author SHA1 Message Date
179fd21fa2 Merge version_4 into main
Merge version_4 into main
2026-05-12 19:45:02 +00:00
a06517278b Update src/app/page.tsx 2026-05-12 19:44:59 +00:00
e5151bd82a Merge version_3 into main
Merge version_3 into main
2026-05-12 19:44:18 +00:00
a95462a9cd Update src/app/page.tsx 2026-05-12 19:44:15 +00:00
9da5017518 Merge version_3 into main
Merge version_3 into main
2026-05-12 19:43:54 +00:00
9311dc8510 Update src/app/page.tsx 2026-05-12 19:43:48 +00:00
4c791ee994 Merge version_2 into main
Merge version_2 into main
2026-05-12 19:40:47 +00:00
81d56f6462 Merge version_2 into main
Merge version_2 into main
2026-05-12 19:39:41 +00:00
6681ca1159 Merge version_1 into main
Merge version_1 into main
2026-05-12 18:37:57 +00:00

View File

@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -30,42 +30,26 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ { name: "Menu", id: "menu" },
name: "Menu", id: "menu"}, { name: "Reviews", id: "reviews" },
{ { name: "Contact", id: "contact" },
name: "Reviews", id: "reviews"},
{
name: "Contact", id: "contact"},
]} ]}
brandName="Istanbul Pizzeria" brandName="Istanbul Pizzeria"
button={{ button={{ text: "Order Online", href: "#menu" }}
text: "Order Online", href: "#menu"
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlay <HeroBillboardCarousel
title="Authentic Kebab & Pizza in Turin" title="Authentic Kebab & Pizza in Turin"
description="Fast, fresh, and delicious. Visit us on Via Onorato Vigliani for your next meal." description="Fast, fresh, and delicious. Experience the best Turkish and Italian flavors at Istanbul Pizzeria."
buttons={[ background={{ variant: "sparkles-gradient" }}
{ buttons={[{ text: "Order Now for Delivery", href: "#menu" }]}
text: "View Menu", href: "#menu"}, mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-delight_23-2151950796.jpg", imageAlt: "Fresh Pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/sliced-pide-topped-with-lemon_140725-1225.jpg?_wi=1", imageAlt: "Kebab Dish" },
{ imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039396.jpg?_wi=1", imageAlt: "Healthy Food" }
]} ]}
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/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/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"},
]}
avatarText="Loved by 500+ locals"
/> />
</div> </div>
@@ -75,10 +59,8 @@ export default function LandingPage() {
title="Our Story" title="Our Story"
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", 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" imageSrc="http://img.b2bpic.net/free-photo/italian-chef-uniform-is-preparing-pastry-pizza-kitchen_613910-14090.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -93,24 +75,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
products={[ 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?_wi=2" },
id: "1", name: "Doner Kebab", brand: "Istanbul", price: "6 €", rating: 5, { 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" },
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/sliced-pide-topped-with-lemon_140725-1225.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?_wi=2" },
{ { 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: "2", name: "Margherita Pizza", brand: "Istanbul", price: "7 €", rating: 4, { 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" },
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5391.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: "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: "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"},
]} ]}
title="Our Specialties" title="Our Specialties"
description="From crispy pizzas to perfectly seasoned kebabs." description="From crispy pizzas to perfectly seasoned kebabs."
@@ -123,18 +93,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
features={[ 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: [ { 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" },
"Ingredients"], { id: "f3", title: "Open Late", tags: ["Kitchen"], imageSrc: "http://img.b2bpic.net/free-photo/vegetables-lying-wooden-dark-table-board_482257-34704.jpg" },
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: "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" title="Why Choose Us"
description="Experience the quality of our service and ingredients." description="Experience the quality of our service and ingredients."
@@ -148,21 +109,13 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ 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, { 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" },
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-talking-phone_23-2149103124.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: "2", name: "Marco Mantovani", role: "Local Guide", company: "Local", rating: 5, { 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" },
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-influencer-with-dessert_23-2149172466.jpg"}, { id: "6", name: "Elena Silva", role: "Regular", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-eating-delicious-pizza_23-2149124036.jpg" },
{ { id: "7", name: "Davide Conti", role: "Customer", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-restaurant_23-2148756124.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: "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" title="Customer Feedback"
description="What our customers say about us." description="What our customers say about us."
@@ -174,12 +127,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ 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: "q3", title: "Where are you located?", content: "Via Onorato Vigliani, 114/A, Torino." },
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."},
]} ]}
title="Common Questions" title="Common Questions"
description="Everything you need to know." description="Everything you need to know."
@@ -191,8 +141,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<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>
@@ -201,20 +150,8 @@ export default function LandingPage() {
<FooterBaseCard <FooterBaseCard
logoText="Istanbul Pizzeria" logoText="Istanbul Pizzeria"
columns={[ columns={[
{ { title: "Info", items: [{ label: "Contact", href: "#contact" }, { label: "Menu", href: "#menu" }] },
title: "Info", items: [ { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
{
label: "Contact", href: "#contact"},
{
label: "Menu", href: "#menu"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
],
},
]} ]}
/> />
</div> </div>