Update src/app/page.tsx
This commit is contained in:
230
src/app/page.tsx
230
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Leaf, Flame, Shield } from 'lucide-react';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -31,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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 Grazie"
|
||||
/>
|
||||
@@ -57,16 +46,10 @@ export default function LandingPage() {
|
||||
logoText="Pizzeria Grazie"
|
||||
description="Authentic Italian flavors crafted with tradition, wood-fired passion, and the finest ingredients from Italy to your plate."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Book a Table", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/assortment-raw-meat-with-wineglass_23-2147840855.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/assortment-raw-meat-with-wineglass_23-2147840855.jpg"
|
||||
imageAlt="Rustic Pizzeria atmosphere"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,9 +59,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Passion for Italy"
|
||||
description={[
|
||||
"At Pizzeria Grazie, we believe in the simplicity and beauty of authentic Italian cuisine.",
|
||||
"Every pizza is a story of tradition, made from 72-hour fermented dough and hand-selected tomatoes grown under the Mediterranean sun.",
|
||||
]}
|
||||
"At Pizzeria Grazie, we believe in the simplicity and beauty of authentic Italian cuisine.", "Every pizza is a story of tradition, made from 72-hour fermented dough and hand-selected tomatoes grown under the Mediterranean sun."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,28 +69,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Artisan Dough",
|
||||
description: "Long fermentation for maximum flavor and light crust.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/twig-ripe-tomatoes-green-herbs_329181-1337.jpg?_wi=1",
|
||||
buttonIcon: "Zap",
|
||||
title: "Artisan Dough", description: "Long fermentation for maximum flavor and light crust.", imageSrc: "http://img.b2bpic.net/free-photo/twig-ripe-tomatoes-green-herbs_329181-1337.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Fresh Produce",
|
||||
description: "Imported DOP tomatoes and fresh local herbs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-vine-tomatoes-bowl-with-tomatoes-isolated-wooden-kitchen-board-with-olives-bowl-eggs-grey-wooden-background_141793-53112.jpg?_wi=1",
|
||||
buttonIcon: "Leaf",
|
||||
title: "Fresh Produce", description: "Imported DOP tomatoes and fresh local herbs.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-vine-tomatoes-bowl-with-tomatoes-isolated-wooden-kitchen-board-with-olives-bowl-eggs-grey-wooden-background_141793-53112.jpg", buttonIcon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Wood-Fired Oven",
|
||||
description: "Baked in traditional ovens at 450°C for perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134283.jpg?_wi=1",
|
||||
buttonIcon: "Flame",
|
||||
title: "Wood-Fired Oven", description: "Baked in traditional ovens at 450°C for perfection.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134283.jpg", buttonIcon: Flame,
|
||||
},
|
||||
{
|
||||
title: "Quality Cheese",
|
||||
description: "Authentic buffalo mozzarella and aged pecorino.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-white-eggplants-with-knife-cutting-board-peppers-broccoli-basket-wooden-background_141793-49535.jpg",
|
||||
buttonIcon: "Shield",
|
||||
title: "Quality Cheese", description: "Authentic buffalo mozzarella and aged pecorino.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-white-eggplants-with-knife-cutting-board-peppers-broccoli-basket-wooden-background_141793-49535.jpg", buttonIcon: Shield,
|
||||
},
|
||||
]}
|
||||
title="The Art of Grazie"
|
||||
@@ -124,48 +93,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Margherita",
|
||||
price: "$14",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-cheese-plate_140725-143.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Diavola",
|
||||
price: "$16",
|
||||
variant: "Spicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-meat-pizza-with-pepperoni-chicken-beef_141793-2443.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Funghi",
|
||||
price: "$16",
|
||||
variant: "Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-round-mushroom-pizza-white-wooden-table_23-2148076202.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Quattro Formaggi",
|
||||
price: "$18",
|
||||
variant: "Cheese",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-view-margarita-pizza-garnished-with-basil_140725-8731.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Prosciutto",
|
||||
price: "$19",
|
||||
variant: "Gourmet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-italian-pizza-with-ingredients-white-wooden-table_23-2148195061.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Vegetariana",
|
||||
price: "$15",
|
||||
variant: "Healthy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/avocado-pizza-wooden-board-cheese-tomato-basil-spices-olives-top-view_141793-2321.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Margherita", price: "$14", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-cheese-plate_140725-143.jpg" },
|
||||
{ id: "p2", name: "Diavola", price: "$16", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-meat-pizza-with-pepperoni-chicken-beef_141793-2443.jpg" },
|
||||
{ id: "p3", name: "Funghi", price: "$16", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/rustic-round-mushroom-pizza-white-wooden-table_23-2148076202.jpg" },
|
||||
{ id: "p4", name: "Quattro Formaggi", price: "$18", variant: "Cheese", imageSrc: "http://img.b2bpic.net/free-photo/half-view-margarita-pizza-garnished-with-basil_140725-8731.jpg" },
|
||||
{ id: "p5", name: "Prosciutto", price: "$19", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/fresh-italian-pizza-with-ingredients-white-wooden-table_23-2148195061.jpg" },
|
||||
{ id: "p6", name: "Vegetariana", price: "$15", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/avocado-pizza-wooden-board-cheese-tomato-basil-spices-olives-top-view_141793-2321.jpg" },
|
||||
]}
|
||||
title="Our Signature Pizza"
|
||||
description="Explore our curated selection of wood-fired specialties."
|
||||
@@ -177,61 +110,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Giulia Rossi",
|
||||
date: "Oct 2023",
|
||||
title: "Best Pizza in Town",
|
||||
quote: "The dough is incredibly light and authentic. Reminds me of home.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-seafood-dish-with-salmon_23-2150463267.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-raw-meat-with-wineglass_23-2147840855.jpg?_wi=2",
|
||||
imageAlt: "happy customer italian restaurant dinner",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marco Bianchi",
|
||||
date: "Sept 2023",
|
||||
title: "Exceptional Quality",
|
||||
quote: "Their ingredients are truly fresh and the staff makes you feel right at home.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-eat-salade-restaurant-waiting-woman-with-bouquet-roses_496169-302.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-making-pasta-with-dark-background_23-2148296879.jpg",
|
||||
imageAlt: "happy customer italian restaurant dinner",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Verdi",
|
||||
date: "Aug 2023",
|
||||
title: "Cozy Atmosphere",
|
||||
quote: "Perfect for a date night. Everything from the music to the service was flawless.",
|
||||
tag: "Romantic",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/twig-ripe-tomatoes-green-herbs_329181-1337.jpg?_wi=2",
|
||||
imageAlt: "happy customer italian restaurant dinner",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Luca Neri",
|
||||
date: "July 2023",
|
||||
title: "Highly Recommend!",
|
||||
quote: "I've tried many pizzas but Grazie is consistently the best. A must visit.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/three-stylish-young-people-having-fun-lunch-cafe-talking-each-other-laughing-jokes_273609-9011.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-vine-tomatoes-bowl-with-tomatoes-isolated-wooden-kitchen-board-with-olives-bowl-eggs-grey-wooden-background_141793-53112.jpg?_wi=2",
|
||||
imageAlt: "happy customer italian restaurant dinner",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sofia Giallo",
|
||||
date: "June 2023",
|
||||
title: "Wonderful Experience",
|
||||
quote: "Exquisite attention to detail, from the crust to the olive oil selection.",
|
||||
tag: "Diner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134283.jpg?_wi=2",
|
||||
imageAlt: "happy customer italian restaurant dinner",
|
||||
},
|
||||
{ id: "1", name: "Giulia Rossi", date: "Oct 2023", title: "Best Pizza in Town", quote: "The dough is incredibly light and authentic. Reminds me of home.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-seafood-dish-with-salmon_23-2150463267.jpg", imageSrc: "http://img.b2bpic.net/free-photo/assortment-raw-meat-with-wineglass_23-2147840855.jpg", imageAlt: "happy customer italian restaurant dinner" },
|
||||
{ id: "2", name: "Marco Bianchi", date: "Sept 2023", title: "Exceptional Quality", quote: "Their ingredients are truly fresh and the staff makes you feel right at home.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-eat-salade-restaurant-waiting-woman-with-bouquet-roses_496169-302.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-making-pasta-with-dark-background_23-2148296879.jpg", imageAlt: "happy customer italian restaurant dinner" },
|
||||
{ id: "3", name: "Elena Verdi", date: "Aug 2023", title: "Cozy Atmosphere", quote: "Perfect for a date night. Everything from the music to the service was flawless.", tag: "Romantic", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", imageSrc: "http://img.b2bpic.net/free-photo/twig-ripe-tomatoes-green-herbs_329181-1337.jpg", imageAlt: "happy customer italian restaurant dinner" },
|
||||
{ id: "4", name: "Luca Neri", date: "July 2023", title: "Highly Recommend!", quote: "I've tried many pizzas but Grazie is consistently the best. A must visit.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/three-stylish-young-people-having-fun-lunch-cafe-talking-each-other-laughing-jokes_273609-9011.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-vine-tomatoes-bowl-with-tomatoes-isolated-wooden-kitchen-board-with-olives-bowl-eggs-grey-wooden-background_141793-53112.jpg", imageAlt: "happy customer italian restaurant dinner" },
|
||||
{ id: "5", name: "Sofia Giallo", date: "June 2023", title: "Wonderful Experience", quote: "Exquisite attention to detail, from the crust to the olive oil selection.", tag: "Diner", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134283.jpg", imageAlt: "happy customer italian restaurant dinner" },
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Heartwarming reviews from our community of food lovers."
|
||||
@@ -242,15 +125,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"TripAdvisor",
|
||||
"Michelin Guide",
|
||||
"Eater",
|
||||
"Gambero Rosso",
|
||||
"Local Foodie",
|
||||
"Food Network",
|
||||
"City Journal",
|
||||
]}
|
||||
names={["TripAdvisor", "Michelin Guide", "Eater", "Gambero Rosso", "Local Foodie", "Food Network", "City Journal"]}
|
||||
title="Proudly Recognized By"
|
||||
description="Awarded and celebrated for our commitment to quality Italian dining."
|
||||
/>
|
||||
@@ -261,21 +136,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer reservations?",
|
||||
content: "Yes, we recommend booking a table in advance through our online form or by phone.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are there vegan options?",
|
||||
content: "Absolutely, we have specialized vegan pizzas featuring artisanal plant-based cheese.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is your restaurant family-friendly?",
|
||||
content: "We welcome guests of all ages and provide a warm environment for families.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer reservations?", content: "Yes, we recommend booking a table in advance through our online form or by phone." },
|
||||
{ id: "f2", title: "Are there vegan options?", content: "Absolutely, we have specialized vegan pizzas featuring artisanal plant-based cheese." },
|
||||
{ id: "f3", title: "Is your restaurant family-friendly?", content: "We welcome guests of all ages and provide a warm environment for families." },
|
||||
]}
|
||||
title="Common Inquiries"
|
||||
description="Here is what you need to know about dining at Pizzeria Grazie."
|
||||
@@ -289,30 +152,11 @@ export default function LandingPage() {
|
||||
title="Reserve Your Table"
|
||||
description="We look forward to hosting you soon."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "date",
|
||||
type: "date",
|
||||
placeholder: "Date",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "date", type: "date", placeholder: "Date", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "notes",
|
||||
placeholder: "Special requests or party size",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "notes", placeholder: "Special requests or party size", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-girl-pajama-moving-balcony-city-sunny-morning-her-long-hair-flying-wind-she-smiling_197531-2307.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -320,14 +164,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Pizzeria Grazie"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user