Update src/app/page.tsx
This commit is contained in:
@@ -6,12 +6,10 @@ import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Award, Flame, Pizza, Users, Star } from "lucide-react";
|
||||
import { Pizza, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -57,6 +55,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="La Nostra Passione"
|
||||
description="Siamo una pizzeria a conduzione familiare dove la qualità è al centro di tutto. Utilizziamo farine scelte e ingredienti del territorio per offrirti ogni giorno il miglior impasto possibile."
|
||||
bulletPoints={[
|
||||
@@ -74,6 +73,7 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Classica", name: "Margherita", price: "7,50€", rating: 5, reviewCount: "45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DvuhQ4zh1lbuW4FBoLMxPHbRb2/uploaded-1779176760369-iw3k0n87.png" },
|
||||
{ id: "p2", brand: "Gourmet", name: "Bufalina", price: "10,00€", rating: 5, reviewCount: "32", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DvuhQ4zh1lbuW4FBoLMxPHbRb2/uploaded-1779176760369-iw3k0n87.png" }
|
||||
@@ -87,6 +87,7 @@ export default function LandingPage() {
|
||||
description="Tutto quello che c'è da sapere."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Avete opzioni senza glutine?", content: "Sì, offriamo un impasto dedicato per ogni esigenza." },
|
||||
{ id: "f2", title: "Dove vi trovate?", content: "Siamo nel cuore della città, in Via Roma 123." }
|
||||
@@ -97,6 +98,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
text="Vieni a trovarci o chiamaci per prenotare il tuo tavolo!"
|
||||
buttons={[{ text: "Prenota", href: "tel:+39000000000" }]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user