Update src/app/page.tsx
This commit is contained in:
240
src/app/page.tsx
240
src/app/page.tsx
@@ -32,55 +32,27 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="La Sicilia In Bocca"
|
||||
button={{ text: "Order Now", href: "#products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Authentic Sicily in Every Bite"
|
||||
description="Experience the true essence of traditional Sicilian pastry craft. From legendary cannoli to golden arancini, our kitchen brings the soul of the island directly to Alessandria."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-young-woman-choosing-pastries_171337-16951.jpg",
|
||||
imageAlt: "Sicilian cannoli display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062828.jpg",
|
||||
imageAlt: "Traditional arancini",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-preparing-cake_23-2147821299.jpg",
|
||||
imageAlt: "Pastry shop interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-sweets-desserts_1303-10563.jpg",
|
||||
imageAlt: "Artisanal almond cakes",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-metallic-container-white-towel_114579-61807.jpg",
|
||||
imageAlt: "Sicilian sweets display",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-young-young-woman-choosing-pastries_171337-16951.jpg", imageAlt: "Sicilian cannoli display" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062828.jpg", imageAlt: "Traditional arancini" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/waitress-preparing-cake_23-2147821299.jpg", imageAlt: "Pastry shop interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wedding-sweets-desserts_1303-10563.jpg", imageAlt: "Artisanal almond cakes" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cookies-metallic-container-white-towel_114579-61807.jpg", imageAlt: "Sicilian sweets display" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -93,18 +65,9 @@ export default function LandingPage() {
|
||||
title="A Legacy of Sicilian Sweetness"
|
||||
description="Located in the heart of Alessandria, we are dedicated to preserving the ancient secrets of Sicilian baking. Every ingredient is carefully sourced, every recipe meticulously perfected."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Traditional Recipes",
|
||||
description: "Authentic techniques passed through generations.",
|
||||
},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "High-quality ricotta and local produce daily.",
|
||||
},
|
||||
{
|
||||
title: "Artisanal Craft",
|
||||
description: "Handmade perfection in every single piece.",
|
||||
},
|
||||
{ title: "Traditional Recipes", description: "Authentic techniques passed through generations." },
|
||||
{ title: "Fresh Ingredients", description: "High-quality ricotta and local produce daily." },
|
||||
{ title: "Artisanal Craft", description: "Handmade perfection in every single piece." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cake-topped-with-cream-brulee_140725-1722.jpg"
|
||||
imageAlt="Master pastry chef hands working"
|
||||
@@ -116,22 +79,11 @@ export default function LandingPage() {
|
||||
<FeatureHoverPattern
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
title: "Iconic Cannoli",
|
||||
description: "Freshly filled ricotta cannoli that define perfection.",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Savory Arancini",
|
||||
description: "Golden, crispy, and filled with authentic ragù.",
|
||||
icon: Utensils,
|
||||
},
|
||||
{
|
||||
title: "Custom Cakes",
|
||||
description: "Stunning almond paste cakes for your celebrations.",
|
||||
icon: Cake,
|
||||
},
|
||||
{ title: "Iconic Cannoli", description: "Freshly filled ricotta cannoli that define perfection.", icon: Star },
|
||||
{ title: "Savory Arancini", description: "Golden, crispy, and filled with authentic ragù.", icon: Utensils },
|
||||
{ title: "Custom Cakes", description: "Stunning almond paste cakes for your celebrations.", icon: Cake }
|
||||
]}
|
||||
title="Why We're Loved"
|
||||
description="Discover what makes our pasticceria a local staple in Alessandria."
|
||||
@@ -143,49 +95,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Traditional Cannolo",
|
||||
price: "3,00€",
|
||||
variant: "Ricotta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/holding-mutaki-cookies-wooden-board-hand_114579-22345.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Arancini al Sugo",
|
||||
price: "4,50€",
|
||||
variant: "Savory",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-parmesan-prosciutto-cutting-board_23-2148361290.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Almond Cake Slice",
|
||||
price: "3,50€",
|
||||
variant: "Sweet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-cake-with-nuts-inside-cake-pan-dark-background-sweet-cocoa-dough-cake-biscuit-pie-sugar_140725-96724.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Sicilian Cassata",
|
||||
price: "4,00€",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exquisite-chocolate-dessert-with-raspberry-red-sauce_23-2151998770.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "San Martino Sweets",
|
||||
price: "2,50€",
|
||||
variant: "Traditional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-butter-cookies-with-sugar-powder-wooden-platter_114579-61793.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Pistachio Delight",
|
||||
price: "3,80€",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-rolled-homemade-cookies-wooden-board_114579-83003.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Traditional Cannolo", price: "3,00€", variant: "Ricotta", imageSrc: "http://img.b2bpic.net/free-photo/holding-mutaki-cookies-wooden-board-hand_114579-22345.jpg" },
|
||||
{ id: "p2", name: "Arancini al Sugo", price: "4,50€", variant: "Savory", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-parmesan-prosciutto-cutting-board_23-2148361290.jpg" },
|
||||
{ id: "p3", name: "Almond Cake Slice", price: "3,50€", variant: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-cake-with-nuts-inside-cake-pan-dark-background-sweet-cocoa-dough-cake-biscuit-pie-sugar_140725-96724.jpg" },
|
||||
{ id: "p4", name: "Sicilian Cassata", price: "4,00€", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/exquisite-chocolate-dessert-with-raspberry-red-sauce_23-2151998770.jpg" },
|
||||
{ id: "p5", name: "San Martino Sweets", price: "2,50€", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/crispy-butter-cookies-with-sugar-powder-wooden-platter_114579-61793.jpg" },
|
||||
{ id: "p6", name: "Pistachio Delight", price: "3,80€", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/fresh-rolled-homemade-cookies-wooden-board_114579-83003.jpg" }
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="From morning breakfast to special event delicacies."
|
||||
@@ -196,15 +113,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TripAdvisor Rated",
|
||||
"Google Verified",
|
||||
"Local Food Guide",
|
||||
"Alessandria Daily",
|
||||
"Pastry Excellence",
|
||||
"Culinary Arts Hub",
|
||||
"Traditional Taste",
|
||||
]}
|
||||
names={["TripAdvisor Rated", "Google Verified", "Local Food Guide", "Alessandria Daily", "Pastry Excellence", "Culinary Arts Hub", "Traditional Taste"]}
|
||||
title="Loved by Alessandria"
|
||||
description="Join the hundreds of satisfied food lovers."
|
||||
/>
|
||||
@@ -214,42 +123,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Giulia B.",
|
||||
role: "Foodie",
|
||||
testimonial: "Ottima torta pasta mandorle, dolci belli e buoni!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-hot-chocolate_52683-102636.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marco V.",
|
||||
role: "Local",
|
||||
testimonial: "Arancini buonissimi e cannoli alla ricotta favolosi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24678.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sara R.",
|
||||
role: "Customer",
|
||||
testimonial: "Personale gentilissimo e torte splendide.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-holding-muffin-tray_23-2147984973.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Luca M.",
|
||||
role: "Regular",
|
||||
testimonial: "La miglior pasticceria siciliana in città.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena C.",
|
||||
role: "Tourist",
|
||||
testimonial: "Un vero assaggio di Sicilia ad Alessandria.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12318.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Giulia B.", role: "Foodie", testimonial: "Ottima torta pasta mandorle, dolci belli e buoni!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-hot-chocolate_52683-102636.jpg" },
|
||||
{ id: "t2", name: "Marco V.", role: "Local", testimonial: "Arancini buonissimi e cannoli alla ricotta favolosi.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24678.jpg" },
|
||||
{ id: "t3", name: "Sara R.", role: "Customer", testimonial: "Personale gentilissimo e torte splendide.", imageSrc: "http://img.b2bpic.net/free-photo/waitress-holding-muffin-tray_23-2147984973.jpg" },
|
||||
{ id: "t4", name: "Luca M.", role: "Regular", testimonial: "La miglior pasticceria siciliana in città.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg" },
|
||||
{ id: "t5", name: "Elena C.", role: "Tourist", testimonial: "Un vero assaggio di Sicilia ad Alessandria.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12318.jpg" }
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Stories from our regular visitors."
|
||||
@@ -260,21 +140,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you deliver?",
|
||||
content: "Yes, we offer home delivery services in Alessandria.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I order online?",
|
||||
content: "Absolutely! Use our online ordering portal to get your pastries delivered.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you have custom cakes?",
|
||||
content: "We craft beautiful custom torte for your special occasions.",
|
||||
},
|
||||
{ id: "q1", title: "Do you deliver?", content: "Yes, we offer home delivery services in Alessandria." },
|
||||
{ id: "q2", title: "Can I order online?", content: "Absolutely! Use our online ordering portal to get your pastries delivered." },
|
||||
{ id: "q3", title: "Do you have custom cakes?", content: "We craft beautiful custom torte for your special occasions." }
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -284,9 +152,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Come Say Hello"
|
||||
description="Via Carlo Alberto, 4/6, Alessandria. We are open and waiting for you!"
|
||||
@@ -298,36 +164,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="La Sicilia In Bocca"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Menu", href: "#products" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 La Sicilia In Bocca. All rights reserved."
|
||||
/>
|
||||
@@ -335,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user