Merge version_1 into main #20
@@ -12,7 +12,7 @@ import { Playfair_Display, Inter } from "next/font/google";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: '.AL FARO - Pizza al Taglio',
|
||||
description: 'Authentic pizza al taglio experience.',
|
||||
description: 'Artisanal Pizza al Taglio in the heart of the city.',
|
||||
openGraph: {
|
||||
"title": ".AL FARO",
|
||||
"siteName": ".AL FARO Pizza al Taglio",
|
||||
|
||||
@@ -17,7 +17,7 @@ export default function Page() {
|
||||
<NavbarStyleCentered navItems={navItems} brandName=".AL FARO" />
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard logoText=".AL FARO" description="Pizza al Taglio" buttons={[{ text: "Order Now" }]} background={{ variant: "plain" }} />
|
||||
<HeroLogoBillboard logoText=".AL FARO" description="Pizza al Taglio" buttons={[{ text: "Order Now" }]} background={{ variant: "plain" }} mediaAnimation="none" />
|
||||
</div>
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne names={["Gambero Rosso", "TripAdvisor"]} title="As Featured In" description="Proudly featured in leading food publications." textboxLayout="default" useInvertedBackground={false} />
|
||||
@@ -26,13 +26,13 @@ export default function Page() {
|
||||
<MediaAbout title="Our Story" description="Crafting authentic pizza experience with premium ingredients." useInvertedBackground={false} />
|
||||
</div>
|
||||
<div id="varieta" data-section="varieta">
|
||||
<ProductCardTwo title="Our Menu" description="Discover our artisanal pizza selection." gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} />
|
||||
<ProductCardTwo title="Our Menu" description="Discover our artisanal pizza selection." gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} products={[{id: "1", brand: "Classica", name: "Margherita", price: "$8", rating: 5, reviewCount: "10", imageSrc: "https://images.unsplash.com/photo-1574071318508-1cdbab80d002?q=80&w=600&auto=format&fit=crop"}, {id: "2", brand: "Special", name: "Diavola", price: "$10", rating: 5, reviewCount: "8", imageSrc: "https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?q=80&w=600&auto=format&fit=crop"}, {id: "3", brand: "Gourmet", name: "Tartufata", price: "$12", rating: 5, reviewCount: "12", imageSrc: "https://images.unsplash.com/photo-1513104890138-7c749659a591?q=80&w=600&auto=format&fit=crop"}]} />
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne title="Customer Stories" description="What our customers say." gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" testimonials={[]} useInvertedBackground={false} />
|
||||
<TestimonialCardOne title="Customer Stories" description="What our customers say." gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" testimonials={[{ id: "1", name: "John D.", role: "Foodie", company: "Local", rating: 5 }, { id: "2", name: "Sarah M.", role: "Blogger", company: "Reviews", rating: 5 }]} useInvertedBackground={false} />
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm title="Get in Touch" description="We would love to hear from you." inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "email", type: "email", placeholder: "Your Email" }]} useInvertedBackground={false} />
|
||||
<ContactSplitForm title="Get in Touch" description="We would love to hear from you." inputs={[{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "email", type: "email", placeholder: "Your Email", required: true }]} useInvertedBackground={false} />
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple columns={[]} bottomLeftText=".AL FARO" bottomRightText="© 2024" />
|
||||
|
||||
Reference in New Issue
Block a user