Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a0a17edf36 | |||
| 48c30deadb |
171
src/app/page.tsx
171
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Mama Mias"
|
||||
/>
|
||||
@@ -53,82 +45,51 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Authentic Italian Pizza & Crispy Wings in Philly"
|
||||
description="Serving fresh, made-to-order comfort food at 6832 Bustleton Ave. Experience local favorites, homemade sauces, and friendly service every single day."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.2",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.2", label: "Google Rating"},
|
||||
{
|
||||
value: "346+",
|
||||
label: "Customer Reviews",
|
||||
},
|
||||
value: "346+", label: "Customer Reviews"},
|
||||
{
|
||||
value: "Daily",
|
||||
label: "Freshly Baked",
|
||||
},
|
||||
value: "Daily", label: "Freshly Baked"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Delivery",
|
||||
href: "https://mamamiaspizza76.com",
|
||||
},
|
||||
text: "Order Delivery", href: "https://mamamiaspizza76.com"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fresh-homemade-mini-pizzas_114579-64575.jpg"
|
||||
imageAlt="Fresh Mama Mias pizza"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-business-woman-suit-sitting-her-office-answering-phone-call-with-pleased_1258-194677.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-business-woman-suit-sitting-her-office-answering-phone-call-with-pleased_1258-194677.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-199251.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-199251.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-reunion-celebrating-winter_23-2149628493.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/family-reunion-celebrating-winter_23-2149628493.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Join 500+ happy regulars"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Mozzarella Daily",
|
||||
},
|
||||
type: "text", text: "Fresh Mozzarella Daily"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned Since 1998",
|
||||
},
|
||||
type: "text", text: "Family Owned Since 1998"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Philly Cheesesteaks",
|
||||
},
|
||||
type: "text", text: "Authentic Philly Cheesesteaks"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Crispy Buffalo Wings",
|
||||
},
|
||||
type: "text", text: "Crispy Buffalo Wings"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Delivered Hot to Your Door",
|
||||
},
|
||||
type: "text", text: "Delivered Hot to Your Door"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,34 +115,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "m1",
|
||||
label: "Pizza",
|
||||
title: "Large Plain & Special Pizzas",
|
||||
items: [
|
||||
"Large Plain Cheese",
|
||||
"Meat Lover's Pizza",
|
||||
"Stuffed Crust Special",
|
||||
],
|
||||
id: "m1", label: "Pizza", title: "Large Plain & Special Pizzas", items: [
|
||||
"Large Plain Cheese", "Meat Lover's Pizza", "Stuffed Crust Special"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
label: "Wings",
|
||||
title: "Signature Wings & Platters",
|
||||
items: [
|
||||
"Crispy Buffalo Wings",
|
||||
"BBQ Chicken Platters",
|
||||
"Fresh Baked Sides",
|
||||
],
|
||||
id: "m2", label: "Wings", title: "Signature Wings & Platters", items: [
|
||||
"Crispy Buffalo Wings", "BBQ Chicken Platters", "Fresh Baked Sides"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
label: "Comfort",
|
||||
title: "Philly Favorites",
|
||||
items: [
|
||||
"Authentic Cheesesteaks",
|
||||
"Chicken Burger & Fries",
|
||||
"Specialty Omelettes",
|
||||
],
|
||||
id: "m3", label: "Comfort", title: "Philly Favorites", items: [
|
||||
"Authentic Cheesesteaks", "Chicken Burger & Fries", "Specialty Omelettes"],
|
||||
},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
@@ -194,30 +137,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-suit-sitting-her-office-answering-phone-call-with-pleased_1258-194677.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-suit-sitting-her-office-answering-phone-call-with-pleased_1258-194677.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-199251.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-199251.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-reunion-celebrating-winter_23-2149628493.jpg",
|
||||
},
|
||||
id: "5", name: "Alex Smith", imageSrc: "http://img.b2bpic.net/free-photo/family-reunion-celebrating-winter_23-2149628493.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Neighbors Say"
|
||||
cardTag="Community Love"
|
||||
@@ -229,8 +157,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Order Pickup or Delivery"
|
||||
description="6832 Bustleton Ave, Philadelphia, PA 19149. Give us a call or visit our website to place your order today."
|
||||
@@ -246,35 +173,29 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "6832 Bustleton Ave, Philadelphia",
|
||||
href: "#",
|
||||
},
|
||||
label: "6832 Bustleton Ave, Philadelphia", href: "#"},
|
||||
{
|
||||
label: "(215) 338-8440",
|
||||
href: "tel:2153388440",
|
||||
},
|
||||
label: "(215) 338-8440", href: "tel:2153388440"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Order",
|
||||
items: [
|
||||
title: "Order", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Pickup",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Pickup", href: "#contact"},
|
||||
{
|
||||
label: "Delivery",
|
||||
href: "https://mamamiaspizza76.com",
|
||||
},
|
||||
label: "Delivery", href: "https://mamamiaspizza76.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Mama Mias Pizza & Wings"
|
||||
bottomRightText="Open Daily until 11 PM"
|
||||
@@ -283,4 +204,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user