Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-30 05:28:35 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Location",
id: "location",
},
name: "Location", id: "location"},
]}
brandName="Carmine's Pizzeria"
/>
@@ -56,16 +48,12 @@ export default function LandingPage() {
description="Niagara Falls' finest thin-crust pizza, legendary wings, and authentic Italian subs. Open daily from 3 PM."
buttons={[
{
text: "Call to Order",
href: "tel:+19053744400",
},
text: "Call to Order", href: "tel:+19053744400"},
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049661.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049661.jpg"
/>
</div>
@@ -75,26 +63,14 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Thin & Crispy Crust",
description: "Hand-stretched dough baked to golden perfection for that signature snap.",
buttonIcon: "Pizza",
imageSrc: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049661.jpg?_wi=2",
imageAlt: "modern italian restaurant pizza table",
},
title: "Thin & Crispy Crust", description: "Hand-stretched dough baked to golden perfection for that signature snap.", buttonIcon: Pizza,
imageSrc: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049661.jpg", imageAlt: "modern italian restaurant pizza table"},
{
title: "Legendary Wings",
description: "Crispy outside, juicy inside. The best wings in Niagara, guaranteed.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-pizza_23-2150283032.jpg?_wi=1",
imageAlt: "gourmet italian pepperoni pizza close up",
},
title: "Legendary Wings", description: "Crispy outside, juicy inside. The best wings in Niagara, guaranteed.", buttonIcon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-pizza_23-2150283032.jpg", imageAlt: "gourmet italian pepperoni pizza close up"},
{
title: "Family Friendly",
description: "Genuine, warm service that makes every customer feel part of the family.",
buttonIcon: "Heart",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-decorating-chicken-wings-with-rosemary_23-2147717029.jpg?_wi=1",
imageAlt: "crispy buffalo chicken wings wooden tray",
},
title: "Family Friendly", description: "Genuine, warm service that makes every customer feel part of the family.", buttonIcon: Heart,
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-decorating-chicken-wings-with-rosemary_23-2147717029.jpg", imageAlt: "crispy buffalo chicken wings wooden tray"},
]}
title="Why Choose Carmine's?"
description="Authentic Italian flavors prepared with passion and tradition in the heart of Niagara Falls."
@@ -109,26 +85,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Pepperoni & Mushroom Pizza",
price: "From $12",
variant: "Popular Choice",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-pizza_23-2150283032.jpg?_wi=2",
},
id: "p1", name: "Pepperoni & Mushroom Pizza", price: "From $12", variant: "Popular Choice", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-pizza_23-2150283032.jpg"},
{
id: "p2",
name: "Party Pack Wings (6 lbs)",
price: "$60.00",
variant: "Best Seller",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-decorating-chicken-wings-with-rosemary_23-2147717029.jpg?_wi=2",
},
id: "p2", name: "Party Pack Wings (6 lbs)", price: "$60.00", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-decorating-chicken-wings-with-rosemary_23-2147717029.jpg"},
{
id: "p3",
name: "Chicken Parm Sub",
price: "$14.99",
variant: "Top Rated",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-with-red-tablecloth-marble-background_114579-47845.jpg?_wi=1",
},
id: "p3", name: "Chicken Parm Sub", price: "$14.99", variant: "Top Rated", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-with-red-tablecloth-marble-background_114579-47844.jpg"},
]}
title="Our Signature Dishes"
description="Explore the local favorites that have made Carmine's a community staple."
@@ -141,60 +102,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Maria T.",
date: "Jan 2025",
title: "Local Guide",
quote: "Hands down best place in town for pizza and wings!",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149005448.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-with-red-tablecloth-marble-background_114579-47845.jpg?_wi=2",
imageAlt: "italian chicken parmigiana sub sandwich",
},
id: "1", name: "Maria T.", date: "Jan 2025", title: "Local Guide", quote: "Hands down best place in town for pizza and wings!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149005448.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-with-red-tablecloth-marble-background_114579-47844.jpg", imageAlt: "italian chicken parmigiana sub sandwich"},
{
id: "2",
name: "James K.",
date: "Dec 2024",
title: "Customer",
quote: "Great sauce, thin crispy crust, exactly how I like it.",
tag: "Fan",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-eating-sandwich_1153-6264.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149005448.jpg",
imageAlt: "smiling customer portrait",
},
id: "2", name: "James K.", date: "Dec 2024", title: "Customer", quote: "Great sauce, thin crispy crust, exactly how I like it.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-eating-sandwich_1153-6264.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149005448.jpg", imageAlt: "smiling customer portrait"},
{
id: "3",
name: "Sarah L.",
date: "Nov 2024",
title: "Resident",
quote: "Chicken parm sub is out of this world.",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-shopping-bags-one-hand-credit-card-other_23-2148673233.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-eating-sandwich_1153-6264.jpg",
imageAlt: "happy diner portrait",
},
id: "3", name: "Sarah L.", date: "Nov 2024", title: "Resident", quote: "Chicken parm sub is out of this world.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-shopping-bags-one-hand-credit-card-other_23-2148673233.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-eating-sandwich_1153-6264.jpg", imageAlt: "happy diner portrait"},
{
id: "4",
name: "David M.",
date: "Oct 2024",
title: "Customer",
quote: "Carmine's is our go-to spot every Friday night.",
tag: "Fan",
avatarSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-shopping-bags-one-hand-credit-card-other_23-2148673233.jpg",
imageAlt: "smiling female customer",
},
id: "4", name: "David M.", date: "Oct 2024", title: "Customer", quote: "Carmine's is our go-to spot every Friday night.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-shopping-bags-one-hand-credit-card-other_23-2148673233.jpg", imageAlt: "smiling female customer"},
{
id: "5",
name: "Elena R.",
date: "Sept 2024",
title: "Regular",
quote: "The most authentic Italian experience in Niagara.",
tag: "Local",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149005448.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg",
imageAlt: "happy customer portrait portrait",
},
id: "5", name: "Elena R.", date: "Sept 2024", title: "Regular", quote: "The most authentic Italian experience in Niagara.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149005448.jpg", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg", imageAlt: "happy customer portrait portrait"},
]}
title="Loved by Niagara Falls"
description="Join our community of happy pizza lovers."
@@ -210,65 +126,41 @@ export default function LandingPage() {
description="Decades of serving the best quality food to our Niagara community."
metrics={[
{
id: "m1",
icon: Pizza,
title: "Pizzas Hand-Tossed",
value: "1M+",
},
id: "m1", icon: Pizza,
title: "Pizzas Hand-Tossed", value: "1M+"},
{
id: "m2",
icon: Zap,
title: "Wings Served Daily",
value: "500+",
},
id: "m2", icon: Zap,
title: "Wings Served Daily", value: "500+"},
{
id: "m3",
icon: Heart,
title: "Happy Customers",
value: "15K+",
},
id: "m3", icon: Heart,
title: "Happy Customers", value: "15K+"},
{
id: "m4",
icon: Calendar,
title: "Years in Business",
value: "25",
},
id: "m4", icon: Calendar,
title: "Years in Business", value: "25"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049661.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049661.jpg"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Reviews",
href: "#reviews",
},
label: "Reviews", href: "#reviews"},
{
label: "Location",
href: "#location",
},
label: "Location", href: "#location"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "(905) 374-4400",
href: "tel:+19053744400",
},
label: "(905) 374-4400", href: "tel:+19053744400"},
{
label: "7156 Drummond Rd",
href: "#",
},
label: "7156 Drummond Rd", href: "#"},
],
},
]}