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 FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
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 NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -30,42 +30,26 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Menu", id: "menu"},
{
name: "Reviews", id: "reviews"},
{
name: "Contact", id: "contact"},
{ name: "Menu", id: "menu" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
]}
brandName="Istanbul Pizzeria"
button={{
text: "Order Online", href: "#menu"
}}
button={{ text: "Order Online", href: "#menu" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
<HeroBillboardCarousel
title="Authentic Kebab & Pizza in Turin"
description="Fast, fresh, and delicious. Visit us on Via Onorato Vigliani for your next meal."
buttons={[
{
text: "View Menu", href: "#menu"},
description="Fast, fresh, and delicious. Experience the best Turkish and Italian flavors at Istanbul Pizzeria."
background={{ variant: "sparkles-gradient" }}
buttons={[{ text: "Order Now for Delivery", 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>
@@ -75,10 +59,8 @@ export default function LandingPage() {
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."
metrics={[
{
value: "4.6", title: "Star Rating"},
{
value: "1200+", title: "Happy Customers"},
{ value: "4.6", title: "Star Rating" },
{ 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"
@@ -93,24 +75,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
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: "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: "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"},
{ 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: "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?_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: "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"
description="From crispy pizzas to perfectly seasoned kebabs."
@@ -123,18 +93,9 @@ export default function LandingPage() {
textboxLayout="default"
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: "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: "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: "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."
@@ -148,21 +109,13 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
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: "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: "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: "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: "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" },
{ 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" }
]}
title="Customer Feedback"
description="What our customers say about us."
@@ -174,12 +127,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
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: "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." },
]}
title="Common Questions"
description="Everything you need to know."
@@ -191,8 +141,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "plain"}}
background={{ variant: "plain" }}
text="Visit us at Via Onorato Vigliani 114/A or call us at 327 670 4378 to order your favorites now."
/>
</div>
@@ -201,20 +150,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Istanbul Pizzeria"
columns={[
{
title: "Info", items: [
{
label: "Contact", href: "#contact"},
{
label: "Menu", href: "#menu"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
],
},
{ title: "Info", items: [{ label: "Contact", href: "#contact" }, { label: "Menu", href: "#menu" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
]}
/>
</div>