Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4151e96f8d | |||
| 9a2e7a282a | |||
| 870ea665c0 | |||
| a7281d1571 |
332
src/app/page.tsx
332
src/app/page.tsx
@@ -3,7 +3,7 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
@@ -34,37 +34,23 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Our Menu",
|
name: "Our Menu", id: "#menu"},
|
||||||
id: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Specials",
|
name: "Specials", id: "#specials"},
|
||||||
id: "#specials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/hand-drawn-pizzeria-vintage-logo_23-2150174663.jpg"
|
logoSrc="http://img.b2bpic.net/free-vector/hand-drawn-pizzeria-vintage-logo_23-2150174663.jpg"
|
||||||
logoAlt="Pizza di Napoli Logo"
|
logoAlt="Pizza di Napoli Logo"
|
||||||
brandName="Pizza di Napoli"
|
brandName="Pizza di Napoli"
|
||||||
button={{
|
button={{
|
||||||
text: "Order Now",
|
text: "Order Now", href: "#menu"}}
|
||||||
href: "#menu",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -76,13 +62,9 @@ export default function LandingPage() {
|
|||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Our Menu",
|
text: "View Our Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Make a Reservation",
|
text: "Make a Reservation", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-pizza-dough-with-mushrooms-tomatoes-word-written-flour_23-2148753792.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-pizza-dough-with-mushrooms-tomatoes-word-written-flour_23-2148753792.jpg"
|
||||||
imageAlt="delicious italian pizza restaurant table"
|
imageAlt="delicious italian pizza restaurant table"
|
||||||
@@ -90,25 +72,15 @@ export default function LandingPage() {
|
|||||||
textPosition="bottom"
|
textPosition="bottom"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-table-with-smartphone_23-2147680771.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-woman-table-with-smartphone_23-2147680771.jpg", alt: "Smiling woman at table with smartphone"},
|
||||||
alt: "Smiling woman at table with smartphone",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/modern-young-woman-sitting-near-window-talking-mobile-phone-restaurant_23-2147974700.jpg",
|
src: "http://img.b2bpic.net/free-photo/modern-young-woman-sitting-near-window-talking-mobile-phone-restaurant_23-2147974700.jpg", alt: "Modern young woman sitting near the window talking on mobile phone in the restaurant"},
|
||||||
alt: "Modern young woman sitting near the window talking on mobile phone in the restaurant",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-woman-holding-cocktail-with-her-friend_23-2147859558.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-woman-holding-cocktail-with-her-friend_23-2147859558.jpg", alt: "Young woman holding cocktail with her friend"},
|
||||||
alt: "Young woman holding cocktail with her friend",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-young-woman-with-cocktail-smartphone-digital-tablet-restaurant_23-2147936287.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-young-woman-with-cocktail-smartphone-digital-tablet-restaurant_23-2147936287.jpg", alt: "Smiling beautiful young woman with cocktail; smartphone and digital tablet in the restaurant"},
|
||||||
alt: "Smiling beautiful young woman with cocktail; smartphone and digital tablet in the restaurant",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", alt: "Medium shot man in luxury restaurant"},
|
||||||
alt: "Medium shot man in luxury restaurant",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join our 100K+ happy customers!"
|
avatarText="Join our 100K+ happy customers!"
|
||||||
/>
|
/>
|
||||||
@@ -121,19 +93,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Flame,
|
icon: Flame,
|
||||||
label: "Years of Tradition",
|
label: "Years of Tradition", value: "25+"},
|
||||||
value: "25+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Heart,
|
icon: Heart,
|
||||||
label: "Happy Guests Served",
|
label: "Happy Guests Served", value: "100K+"},
|
||||||
value: "100K+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Award,
|
||||||
label: "Awards & Recognition",
|
label: "Awards & Recognition", value: "15+"},
|
||||||
value: "15+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -146,23 +112,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Fresh, Local Ingredients",
|
title: "Fresh, Local Ingredients", description: "We source the finest, freshest ingredients from local farms and Italian purveyors to ensure unparalleled taste.", imageSrc: "http://img.b2bpic.net/free-photo/cutter-near-raw-pizza_23-2147772088.jpg", imageAlt: "fresh italian pizza ingredients basil tomato"},
|
||||||
description: "We source the finest, freshest ingredients from local farms and Italian purveyors to ensure unparalleled taste.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cutter-near-raw-pizza_23-2147772088.jpg",
|
|
||||||
imageAlt: "fresh italian pizza ingredients basil tomato",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Authentic Wood-Fired Oven",
|
title: "Authentic Wood-Fired Oven", description: "Our pizzas are baked in a traditional wood-fired oven, achieving that perfect crispy crust and smoky flavor.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134283.jpg", imageAlt: "traditional wood fired pizza oven flames"},
|
||||||
description: "Our pizzas are baked in a traditional wood-fired oven, achieving that perfect crispy crust and smoky flavor.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134283.jpg",
|
|
||||||
imageAlt: "traditional wood fired pizza oven flames",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Artisanal Preparation",
|
title: "Artisanal Preparation", description: "Each pizza is hand-stretched and topped with care by our skilled pizzaiolos, following generations-old recipes.", imageSrc: "http://img.b2bpic.net/free-photo/chef-making-pizza-kitchen_1150-17792.jpg", imageAlt: "italian pizza chef preparing dough"},
|
||||||
description: "Each pizza is hand-stretched and topped with care by our skilled pizzaiolos, following generations-old recipes.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-making-pizza-kitchen_1150-17792.jpg",
|
|
||||||
imageAlt: "italian pizza chef preparing dough",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Crafting Culinary Perfection"
|
title="Crafting Culinary Perfection"
|
||||||
description="At Pizza di Napoli, every dish is a celebration of authentic Italian flavors and time-honored techniques."
|
description="At Pizza di Napoli, every dish is a celebration of authentic Italian flavors and time-honored techniques."
|
||||||
@@ -178,47 +132,17 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "margherita",
|
id: "margherita", name: "Pizza Margherita", price: "€12.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg", imageAlt: "classic margherita pizza fresh basil"},
|
||||||
name: "Pizza Margherita",
|
|
||||||
price: "€12.50",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg",
|
|
||||||
imageAlt: "classic margherita pizza fresh basil",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "pepperoni",
|
id: "pepperoni", name: "Pizza Pepperoni", price: "€14.00", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-pepperoni-red-chili-sauce_114579-4477.jpg", imageAlt: "spicy pepperoni pizza with crispy crust"},
|
||||||
name: "Pizza Pepperoni",
|
|
||||||
price: "€14.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-pepperoni-red-chili-sauce_114579-4477.jpg",
|
|
||||||
imageAlt: "spicy pepperoni pizza with crispy crust",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "vegetariana",
|
id: "vegetariana", name: "Pizza Vegetariana", price: "€13.50", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-810.jpg", imageAlt: "fresh vegetarian pizza colorful vegetables"},
|
||||||
name: "Pizza Vegetariana",
|
|
||||||
price: "€13.50",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-810.jpg",
|
|
||||||
imageAlt: "fresh vegetarian pizza colorful vegetables",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "calzone",
|
id: "calzone", name: "Calzone Classico", price: "€15.00", imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-877.jpg", imageAlt: "golden baked calzone with ricotta cheese"},
|
||||||
name: "Calzone Classico",
|
|
||||||
price: "€15.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-bread-calzone-restaurant_501050-877.jpg",
|
|
||||||
imageAlt: "golden baked calzone with ricotta cheese",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carbonara",
|
id: "carbonara", name: "Spaghetti Carbonara", price: "€16.00", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-bolognese-table_140725-7446.jpg", imageAlt: "creamy carbonara pasta with bacon"},
|
||||||
name: "Spaghetti Carbonara",
|
|
||||||
price: "€16.00",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-bolognese-table_140725-7446.jpg",
|
|
||||||
imageAlt: "creamy carbonara pasta with bacon",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "tiramisu",
|
id: "tiramisu", name: "Tiramisu della Casa", price: "€7.50", imageSrc: "http://img.b2bpic.net/free-photo/cake-with-whipped-cream-lemon_23-2148395221.jpg", imageAlt: "classic tiramisu dessert cocoa powder"},
|
||||||
name: "Tiramisu della Casa",
|
|
||||||
price: "€7.50",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cake-with-whipped-cream-lemon_23-2148395221.jpg",
|
|
||||||
imageAlt: "classic tiramisu dessert cocoa powder",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Exquisite Menu"
|
title="Our Exquisite Menu"
|
||||||
description="From classic Neapolitan pizzas to delectable pastas and desserts, explore a culinary journey through Italy."
|
description="From classic Neapolitan pizzas to delectable pastas and desserts, explore a culinary journey through Italy."
|
||||||
@@ -232,41 +156,22 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "lunch",
|
id: "lunch", badge: "Lunch Deal", badgeIcon: Sun,
|
||||||
badge: "Lunch Deal",
|
price: "€18.00", subtitle: "Pizza + Drink", buttons: [
|
||||||
badgeIcon: Sun,
|
|
||||||
price: "€18.00",
|
|
||||||
subtitle: "Pizza + Drink",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "See Details",
|
text: "See Details", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Any Classic Pizza",
|
"Any Classic Pizza", "Soft Drink or Water", "Available Mon-Fri 12-3 PM"],
|
||||||
"Soft Drink or Water",
|
|
||||||
"Available Mon-Fri 12-3 PM",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "tasting",
|
id: "tasting", badge: "Chef's Tasting", badgeIcon: Sparkles,
|
||||||
badge: "Chef's Tasting",
|
price: "€35.00", subtitle: "Per Person", buttons: [
|
||||||
badgeIcon: Sparkles,
|
|
||||||
price: "€35.00",
|
|
||||||
subtitle: "Per Person",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Appetizer Tasting Platter",
|
"Appetizer Tasting Platter", "Choice of 2 Mini Pizzas", "Dessert of the Day", "Includes a Glass of Wine"],
|
||||||
"Choice of 2 Mini Pizzas",
|
|
||||||
"Dessert of the Day",
|
|
||||||
"Includes a Glass of Wine",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Daily Specials & Tasting Menus"
|
title="Daily Specials & Tasting Menus"
|
||||||
@@ -281,45 +186,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Maria G.", handle: "@foodloverbrux", testimonial: "Absolutely the best pizza in Brussels! The crust is perfect, ingredients are fresh, and the service is always wonderful. A true taste of Italy!", imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg", imageAlt: "happy young woman smiling restaurant"},
|
||||||
name: "Maria G.",
|
|
||||||
handle: "@foodloverbrux",
|
|
||||||
testimonial: "Absolutely the best pizza in Brussels! The crust is perfect, ingredients are fresh, and the service is always wonderful. A true taste of Italy!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg",
|
|
||||||
imageAlt: "happy young woman smiling restaurant",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "David L.", handle: "@gourmetexplorer", testimonial: "As an Italian, I can confidently say this is authentic Neapolitan pizza. The Carbonara is also to die for! Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", imageAlt: "man smiling in restaurant setting"},
|
||||||
name: "David L.",
|
|
||||||
handle: "@gourmetexplorer",
|
|
||||||
testimonial: "As an Italian, I can confidently say this is authentic Neapolitan pizza. The Carbonara is also to die for! Highly recommend.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
|
|
||||||
imageAlt: "man smiling in restaurant setting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Sophie P.", handle: "@brusselseats", testimonial: "Pizza di Napoli is our go-to spot for family dinners. The atmosphere is lovely, and the kids adore the Margherita. Always a delightful evening.", imageSrc: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229510.jpg", imageAlt: "woman with satisfied expression cafe"},
|
||||||
name: "Sophie P.",
|
|
||||||
handle: "@brusselseats",
|
|
||||||
testimonial: "Pizza di Napoli is our go-to spot for family dinners. The atmosphere is lovely, and the kids adore the Margherita. Always a delightful evening.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229510.jpg",
|
|
||||||
imageAlt: "woman with satisfied expression cafe",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Thomas M.", handle: "@travelingfoodie", testimonial: "Found this gem while visiting Brussels. The wood-fired oven truly makes a difference. Every bite felt like a trip to Naples!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-double-ok-gesture-with_1298-451.jpg", imageAlt: "smiling man casual dining restaurant"},
|
||||||
name: "Thomas M.",
|
|
||||||
handle: "@travelingfoodie",
|
|
||||||
testimonial: "Found this gem while visiting Brussels. The wood-fired oven truly makes a difference. Every bite felt like a trip to Naples!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-double-ok-gesture-with_1298-451.jpg",
|
|
||||||
imageAlt: "smiling man casual dining restaurant",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Elena R.", handle: "@culinarycritique", testimonial: "Impeccable service and exquisite food. The specials are always creative and delicious. A must-visit for any Italian food enthusiast.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-delicious-pizza_23-2150317018.jpg", imageAlt: "couple enjoying dinner at restaurant"},
|
||||||
name: "Elena R.",
|
|
||||||
handle: "@culinarycritique",
|
|
||||||
testimonial: "Impeccable service and exquisite food. The specials are always creative and delicious. A must-visit for any Italian food enthusiast.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-delicious-pizza_23-2150317018.jpg",
|
|
||||||
imageAlt: "couple enjoying dinner at restaurant",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Guests Say"
|
title="What Our Guests Say"
|
||||||
description="Hear from our cherished customers about their unforgettable dining experiences at Pizza di Napoli."
|
description="Hear from our cherished customers about their unforgettable dining experiences at Pizza di Napoli."
|
||||||
@@ -333,16 +208,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Brussels Food Guide",
|
"Rated 4.9/5 Stars", "Winner 'Best Pizza Brussels'", "100k+ Happy Customers", "Awarded 'Restaurant of the Year'", "5000+ Online Bookings Monthly", "Featured in Gourmet Guides", "Certified 'Authentic Italian'"]}
|
||||||
"The Pizza Review",
|
title="Our Achievements & Guest Satisfaction"
|
||||||
"Gourmet Magazine EU",
|
description="We're proud of our track record, reflecting our dedication to culinary excellence and an unforgettable dining experience."
|
||||||
"Taste of Belgium",
|
|
||||||
"Restaurant Critics Journal",
|
|
||||||
"Local Eats Brussels",
|
|
||||||
"Flavor & Forte",
|
|
||||||
]}
|
|
||||||
title="Featured In"
|
|
||||||
description="Proudly recognized by leading food critics and local publications for our commitment to quality."
|
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={false}
|
showCard={false}
|
||||||
/>
|
/>
|
||||||
@@ -354,59 +222,34 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
id: "faq-1", title: "How can I make a reservation?", content: "We highly recommend making a reservation, especially for peak hours and weekends. You can call us directly at +32 2 123 45 67 or visit our contact section for online booking options."},
|
||||||
title: "Do you take reservations?",
|
|
||||||
content: "Yes, we highly recommend making a reservation, especially for dinner and weekend visits, to ensure you get a table. You can book directly via our contact section or call us.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-2",
|
id: "faq-2", title: "What are your vegetarian and vegan options?", content: "Our menu features a variety of delicious vegetarian pizzas and pasta dishes. For vegan options, we offer plant-based cheese upon request for most pizzas. Please ask your server for details."},
|
||||||
title: "Do you offer vegetarian or vegan options?",
|
|
||||||
content: "Absolutely! Our menu includes a variety of delicious vegetarian pizzas and pasta dishes. We also have vegan cheese options available upon request for most pizzas.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-3",
|
id: "faq-3", title: "Is online ordering available for pickup or delivery?", content: "Yes, you can conveniently order online for both pickup and delivery through our website. Simply navigate to the 'Our Menu' section to place your order."},
|
||||||
title: "Can I order online for pickup or delivery?",
|
|
||||||
content: "Yes, online ordering for both pickup and delivery is available through our website. Simply visit the 'Our Menu' section and select your desired items.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-4",
|
id: "faq-4", title: "Do you offer catering services for events?", content: "Yes, Pizza di Napoli provides catering for various events and private gatherings. Please contact us to discuss your specific requirements and explore our custom menu possibilities."},
|
||||||
title: "Do you cater for events?",
|
|
||||||
content: "Yes, we offer catering services for private events and gatherings. Please contact us directly to discuss your needs and custom menu options.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-5",
|
id: "faq-5", title: "Are there gluten-free options available?", content: "We are pleased to offer a gluten-free crust option for our pizzas to accommodate dietary needs. Kindly inform your server about any allergies or dietary restrictions when ordering."},
|
||||||
title: "Are there gluten-free options?",
|
|
||||||
content: "We do offer a gluten-free crust option for our pizzas. Please inform your server about any dietary restrictions when ordering.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-6",
|
id: "faq-6", title: "What are your restaurant's operating hours?", content: "Our operating hours are: Monday-Friday: 12 PM - 3 PM (Lunch) & 6 PM - 10 PM (Dinner); Saturday-Sunday: 12 PM - 11 PM (All Day). Please note that hours may vary on public holidays."},
|
||||||
title: "What are your opening hours?",
|
|
||||||
content: "Our current opening hours are: Monday-Friday: 12 PM - 3 PM (Lunch) & 6 PM - 10 PM (Dinner); Saturday-Sunday: 12 PM - 11 PM (All Day). Hours may vary on public holidays.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Your Questions, Answered"
|
title="Frequently Asked Questions"
|
||||||
description="Find quick answers to common questions about our restaurant, menu, and services."
|
description="Here are some common questions about Pizza di Napoli, our menu, and services to help plan your visit."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactSplit
|
||||||
|
tag="Plan Your Visit"
|
||||||
|
title="Location, Hours & Reservations"
|
||||||
|
description={`Discover Pizza di Napoli in the heart of Brussels. Whether you're looking for an intimate dinner or a lively gathering, we're ready to host you.\n \n**Address:** Rue de la Loi 100, 1000 Brussels, Belgium\n**Phone:** [+32 2 123 45 67](tel:+3221234567)\n**Email:** [info@pizzadinapoli.com](mailto:info@pizzadinapoli.com)\n\n**Operating Hours:**\n* Monday - Friday: 12:00 PM - 3:00 PM (Lunch) & 6:00 PM - 10:00 PM (Dinner)\n* Saturday - Sunday: 12:00 PM - 11:00 PM (All Day)\n\n**Reservations:** To ensure your preferred dining time, we highly recommend making a reservation. Call us or use our online booking system available through our website (link to be added soon!).`}
|
||||||
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
mediaPosition="right"
|
||||||
variant: "radial-gradient",
|
imageSrc="https://maps.googleapis.com/maps/api/staticmap?center=50.8503,4.3517&zoom=14&size=600x400&markers=color:red%7Clabel:P%7C50.8503,4.3517&key=YOUR_GOOGLE_MAPS_API_KEY_HERE"
|
||||||
}}
|
imageAlt="Location map for Pizza di Napoli in Brussels"
|
||||||
text="Visit Us or Make a Reservation Today!"
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Get Directions",
|
|
||||||
href: "https://maps.app.goo.gl/ewyXQc69sQr2MyXB8",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Call Us",
|
|
||||||
href: "tel:+3221234567",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -417,66 +260,39 @@ export default function LandingPage() {
|
|||||||
logoText="Pizza di Napoli"
|
logoText="Pizza di Napoli"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Menu",
|
title: "Menu", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Pizzas",
|
label: "Pizzas", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Pastas",
|
label: "Pastas", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Desserts",
|
label: "Desserts", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Drinks",
|
label: "Drinks", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Specials",
|
label: "Specials", href: "#specials"},
|
||||||
href: "#specials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact Us", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Reservations",
|
label: "Reservations", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Directions",
|
label: "Location", href: "https://maps.app.goo.gl/ewyXQc69sQr2MyXB8"},
|
||||||
href: "https://maps.app.goo.gl/ewyXQc69sQr2MyXB8",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Call Us",
|
label: "Call Us", href: "tel:+3221234567"},
|
||||||
href: "tel:+3221234567",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Email",
|
label: "Email", href: "mailto:info@pizzadinapoli.com"},
|
||||||
href: "mailto:info@pizzadinapoli.com",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user