Merge version_1 into main #1
246
src/app/page.tsx
246
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Catering",
|
||||
id: "catering",
|
||||
},
|
||||
{
|
||||
name: "Events",
|
||||
id: "events",
|
||||
},
|
||||
{
|
||||
name: "Visit",
|
||||
id: "visit",
|
||||
},
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Catering", id: "#catering" },
|
||||
{ name: "Events", id: "#events" },
|
||||
{ name: "Visit", id: "#visit" },
|
||||
]}
|
||||
brandName="Molisana Bakery"
|
||||
/>
|
||||
@@ -52,68 +40,30 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Wood-Fired Comfort, Italian Classics & Espresso Done Right."
|
||||
description="From early-morning cappuccinos to hot table favourites and fresh pastries — Molisana Bakery is your daily Italian ritual."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Order Catering",
|
||||
href: "#catering",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Order Catering", href: "#catering" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-white-sweater-pouring-milk-into-coffee-dessert_1157-26624.jpg"
|
||||
imageAlt="authentic italian bakery display"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg",
|
||||
alt: "Medium woman taking food photo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-enjoying-croissant_1170-631.jpg",
|
||||
alt: "Smiling Man Enjoying a Croissant",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg",
|
||||
alt: "Medium shot smiley woman with kebab",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854444.jpg",
|
||||
alt: "American diner aesthetics",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-smiling-woman-cafe-drinking-coffee-date-looking-camera_197531-22708.jpg",
|
||||
alt: "Young smiling woman in a cafe",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg", alt: "Medium woman taking food photo" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-man-enjoying-croissant_1170-631.jpg", alt: "Smiling Man Enjoying a Croissant" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg", alt: "Medium shot smiley woman with kebab" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854444.jpg", alt: "American diner aesthetics" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-smiling-woman-cafe-drinking-coffee-date-looking-camera_197531-22708.jpg", alt: "Young smiling woman in a cafe" },
|
||||
]}
|
||||
avatarText="Join 500+ happy regulars"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Italian",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Daily",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisan Pastry",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hot Table",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Espresso",
|
||||
},
|
||||
{ type: "text", text: "Authentic Italian" },
|
||||
{ type: "text", text: "Fresh Daily" },
|
||||
{ type: "text", text: "Artisan Pastry" },
|
||||
{ type: "text", text: "Hot Table" },
|
||||
{ type: "text", text: "Premium Espresso" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,21 +73,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Daily Italian Ritual"
|
||||
metrics={[
|
||||
{
|
||||
label: "Years of Tradition",
|
||||
value: "15+",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
label: "Fresh Pastries Daily",
|
||||
value: "20+",
|
||||
icon: Coffee,
|
||||
},
|
||||
{
|
||||
label: "Satisfied Customers",
|
||||
value: "500+",
|
||||
icon: Smile,
|
||||
},
|
||||
{ label: "Years of Tradition", value: "15+", icon: Award },
|
||||
{ label: "Fresh Pastries Daily", value: "20+", icon: Coffee },
|
||||
{ label: "Satisfied Customers", value: "500+", icon: Smile },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -150,42 +88,12 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Lasagna Al Forno",
|
||||
price: "CA$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-italian-pasta-with-meat-tomato-sauce-grey-surface-meal-pasta-dough-food-dinner_140725-85885.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Signature Tiramisu",
|
||||
price: "CA$8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-43299.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pistachio Cannoli",
|
||||
price: "CA$5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-raw-vegan-roll-made-from-hazelnuts-purple-grunge-tabletop_181624-44513.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Porchetta Sandwich",
|
||||
price: "CA$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roll-hot-smoked-fish_2829-14225.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cafe Crema",
|
||||
price: "CA$4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-foamy-latte-decorated-with-daffodil_141793-433.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Focaccia Sandwich",
|
||||
price: "CA$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-103644.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Lasagna Al Forno", price: "CA$15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-italian-pasta-with-meat-tomato-sauce-grey-surface-meal-pasta-dough-food-dinner_140725-85885.jpg" },
|
||||
{ id: "p2", name: "Signature Tiramisu", price: "CA$8", imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-43299.jpg" },
|
||||
{ id: "p3", name: "Pistachio Cannoli", price: "CA$5", imageSrc: "http://img.b2bpic.net/free-photo/closeup-raw-vegan-roll-made-from-hazelnuts-purple-grunge-tabletop_181624-44513.jpg" },
|
||||
{ id: "p4", name: "Porchetta Sandwich", price: "CA$12", imageSrc: "http://img.b2bpic.net/free-photo/roll-hot-smoked-fish_2829-14225.jpg" },
|
||||
{ id: "p5", name: "Cafe Crema", price: "CA$4", imageSrc: "http://img.b2bpic.net/free-photo/glass-foamy-latte-decorated-with-daffodil_141793-433.jpg" },
|
||||
{ id: "p6", name: "Focaccia Sandwich", price: "CA$14", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-103644.jpg" },
|
||||
]}
|
||||
title="Our Daily Classics"
|
||||
description="Authentic recipes, generous portions, and the quality you expect from a real Italian eatery."
|
||||
@@ -194,49 +102,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fabiano Daher",
|
||||
handle: "@fabiano",
|
||||
testimonial: "The lasagna and the tiramisu are among the best I have ever tasted in my life.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Constantine Marzavas",
|
||||
handle: "@constantine",
|
||||
testimonial: "Perfect espresso! Opens at 6am so it's a great place to relax before your work day.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-handsome-male-student-with-thick-beard-sitting-wooden-table-with-mug-drinking-coffee-having-happy-cheerful-face-expression_273609-1763.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Aly Amaral",
|
||||
handle: "@aly",
|
||||
testimonial: "The atmosphere feels incredibly authentic, lively, and welcoming.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Oscar Castillo",
|
||||
handle: "@oscar",
|
||||
testimonial: "Excellent place to grab a sandwich or hit up the hot plates. Sandwiches packed with meat!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19633.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "MariaV",
|
||||
handle: "@maria",
|
||||
testimonial: "Best bakery in town by far. The hot table is fantastic, service is excellent.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-senior-woman-wearing-apron-uniform-red-isolated-background-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-32756.jpg",
|
||||
},
|
||||
{ id: "1", name: "Fabiano Daher", handle: "@fabiano", testimonial: "The lasagna and the tiramisu are among the best I have ever tasted in my life.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" },
|
||||
{ id: "2", name: "Constantine Marzavas", handle: "@constantine", testimonial: "Perfect espresso! Opens at 6am so it's a great place to relax before your work day.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-handsome-male-student-with-thick-beard-sitting-wooden-table-with-mug-drinking-coffee-having-happy-cheerful-face-expression_273609-1763.jpg" },
|
||||
{ id: "3", name: "Aly Amaral", handle: "@aly", testimonial: "The atmosphere feels incredibly authentic, lively, and welcoming.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg" },
|
||||
{ id: "4", name: "Oscar Castillo", handle: "@oscar", testimonial: "Excellent place to grab a sandwich or hit up the hot plates. Sandwiches packed with meat!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-drinks-soda-hot-day_613910-19633.jpg" },
|
||||
{ id: "5", name: "MariaV", handle: "@maria", testimonial: "Best bakery in town by far. The hot table is fantastic, service is excellent.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-senior-woman-wearing-apron-uniform-red-isolated-background-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-32756.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Community Says"
|
||||
@@ -247,19 +121,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to feed your team? From corporate catering to private birthday dinners, we bring the authentic taste of Italy to your event."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Catering Quote",
|
||||
href: "mailto:hello@molisanabakery.com",
|
||||
},
|
||||
{
|
||||
text: "Call to Order",
|
||||
href: "tel:+1000000000",
|
||||
},
|
||||
{ text: "Get a Catering Quote", href: "mailto:hello@molisanabakery.com" },
|
||||
{ text: "Call to Order", href: "tel:+1000000000" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -267,45 +133,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Bakery",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "#catering",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#events",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
{
|
||||
label: "Directions",
|
||||
href: "#visit",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "tel:+1000000000",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Bakery", items: [{ label: "Menu", href: "#menu" }, { label: "Catering", href: "#catering" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Events", href: "#events" }] },
|
||||
{ title: "Visit", items: [{ label: "Directions", href: "#visit" }, { label: "Contact", href: "tel:+1000000000" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Molisana Bakery. All rights reserved."
|
||||
bottomRightText="Authentic Italian Daily Rituals"
|
||||
|
||||
Reference in New Issue
Block a user