Merge version_1 into main #2
197
src/app/page.tsx
197
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Pizzeria 4U"
|
||||
/>
|
||||
@@ -57,37 +45,16 @@ export default function LandingPage() {
|
||||
title="Authentic Italian Taste in Jegenstorf"
|
||||
description="Welcome to Pizzeria 4U. Discover the heart of Italy with our wood-fired pizzas, prepared fresh daily using traditional techniques and the finest local ingredients."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Call to Order",
|
||||
href: "tel:+41317612525",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Call to Order", href: "tel:+41317612525" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/homemade-seasonal-french-pear-cookies_166373-833.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/homemade-seasonal-french-pear-cookies_166373-833.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134253.jpg",
|
||||
alt: "Local food enthusiast",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134260.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946415.jpg",
|
||||
alt: "Happy pizza fan",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134263.jpg",
|
||||
alt: "Frequent diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg",
|
||||
alt: "Jegenstorf local",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134253.jpg", alt: "Local food enthusiast" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134260.jpg", alt: "Satisfied customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946415.jpg", alt: "Happy pizza fan" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134263.jpg", alt: "Frequent diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg", alt: "Jegenstorf local" },
|
||||
]}
|
||||
avatarText="Loved by 5,000+ neighbors"
|
||||
/>
|
||||
@@ -98,21 +65,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Passion for Pizza"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Served",
|
||||
value: "10+",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Customer Rating",
|
||||
value: "4.3",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Fresh Daily",
|
||||
value: "100%",
|
||||
},
|
||||
{ icon: Award, label: "Years Served", value: "10+" },
|
||||
{ icon: Star, label: "Customer Rating", value: "4.3" },
|
||||
{ icon: Clock, label: "Fresh Daily", value: "100%" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -125,28 +80,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Traditional Methods",
|
||||
description: "Hand-stretched dough and wood-fired ovens.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg",
|
||||
imageAlt: "cozy pizzeria interior warm lighting",
|
||||
title: "Traditional Methods", description: "Hand-stretched dough and wood-fired ovens.", bentoComponent: "reveal-icon", icon: Flame
|
||||
},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Locally sourced and imported Italian staples.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-seasonal-french-pear-cookies_166373-833.jpg?_wi=2",
|
||||
imageAlt: "cozy pizzeria interior warm lighting",
|
||||
title: "Fresh Ingredients", description: "Locally sourced and imported Italian staples.", bentoComponent: "reveal-icon", icon: Leaf
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Hot and ready, straight to your doorstep.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spread-tomato-sauce-pizza-dough_23-2148357186.jpg",
|
||||
imageAlt: "cozy pizzeria interior warm lighting",
|
||||
title: "Fast Delivery", description: "Hot and ready, straight to your doorstep.", bentoComponent: "reveal-icon", icon: Flame
|
||||
},
|
||||
]}
|
||||
title="Why Pizzeria 4U?"
|
||||
@@ -161,42 +101,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Margherita",
|
||||
price: "CHF 16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-little-cheese-pizza-four-sliced-inside-plate-dark-blue-desk_140725-49551.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pepperoni",
|
||||
price: "CHF 18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-pizza-with-bell-pepper-barbecue-sauce-tray_140725-11449.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vegetarian",
|
||||
price: "CHF 17",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-tuna-cheese-arugula-basil-tomatoes-olives-sprinkled-with-cheese_78826-2351.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Quattro Formaggi",
|
||||
price: "CHF 19",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-wooden-table_23-2148305646.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Prosciutto Rucola",
|
||||
price: "CHF 20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Diavola",
|
||||
price: "CHF 19",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-eggs-sausages-cooked-tasty-salted-peppered-inside-white-plate_140725-14850.jpg",
|
||||
},
|
||||
{ id: "1", name: "Margherita", price: "CHF 16", imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-little-cheese-pizza-four-sliced-inside-plate-dark-blue-desk_140725-49551.jpg" },
|
||||
{ id: "2", name: "Pepperoni", price: "CHF 18", imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-pizza-with-bell-pepper-barbecue-sauce-tray_140725-11449.jpg" },
|
||||
{ id: "3", name: "Vegetarian", price: "CHF 17", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-tuna-cheese-arugula-basil-tomatoes-olives-sprinkled-with-cheese_78826-2351.jpg" },
|
||||
{ id: "4", name: "Quattro Formaggi", price: "CHF 19", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-wooden-table_23-2148305646.jpg" },
|
||||
{ id: "5", name: "Prosciutto Rucola", price: "CHF 20", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg" },
|
||||
{ id: "6", name: "Diavola", price: "CHF 19", imageSrc: "http://img.b2bpic.net/free-photo/top-view-eggs-sausages-cooked-tasty-salted-peppered-inside-white-plate_140725-14850.jpg" },
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Choose your favorite pizza from our hand-selected catalog."
|
||||
@@ -209,21 +119,9 @@ export default function LandingPage() {
|
||||
title="Numbers That Tell Our Story"
|
||||
tag="Reliability"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "180+",
|
||||
description: "Happy Reviews",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
description: "Varieties",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5000+",
|
||||
description: "Pizzas Made",
|
||||
},
|
||||
{ id: "m1", value: "180+", description: "Happy Reviews" },
|
||||
{ id: "m2", value: "20+", description: "Varieties" },
|
||||
{ id: "m3", value: "5000+", description: "Pizzas Made" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -236,26 +134,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah M."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg",
|
||||
alt: "Sarah",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-burger_23-2150347940.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg",
|
||||
alt: "Foodie",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg",
|
||||
alt: "Regular",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg", alt: "Sarah" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-burger_23-2150347940.jpg", alt: "Diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg", alt: "Foodie" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg", alt: "Regular" },
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -265,9 +148,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Get in touch"
|
||||
title="Visit Us Today"
|
||||
description="Bernstrasse 58, 3303 Jegenstorf. Call us to book a table or order for delivery."
|
||||
@@ -281,16 +162,8 @@ export default function LandingPage() {
|
||||
logoText="Pizzeria 4U"
|
||||
copyrightText="© 2025 Pizzeria 4U Jegenstorf"
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user