Merge version_1 into main #2
201
src/app/page.tsx
201
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Mr. Bagel"
|
||||
/>
|
||||
@@ -58,42 +48,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Gorham's Favorite Local Spot for Fresh Bagels & Full Breakfast"
|
||||
description="Start your day the right way. From scratch-made breakfast plates to legendary lunch wraps, come experience the warmth and quality that keeps our locals coming back every single day."
|
||||
tag="Since 2012 - Serving Gorham with Love"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Full Menu", href: "#menu"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086037.jpg?_wi=1",
|
||||
imageAlt: "Fresh artisan bagel sandwich",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086037.jpg", imageAlt: "Fresh artisan bagel sandwich"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissants-vanilla-pie-table-with-glass-milk_114579-4265.jpg",
|
||||
imageAlt: "Croissants and vanilla pie on the table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-breakfast-with-pancakes_53876-30978.jpg",
|
||||
imageAlt: "American Breakfast with pancakes",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-breakfast-meal-assortment_23-2148833910.jpg",
|
||||
imageAlt: "Flat lay delicious breakfast meal assortment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg?_wi=1",
|
||||
imageAlt: "Mr. Bagel shop atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissants-vanilla-pie-table-with-glass-milk_114579-4265.jpg", imageAlt: "Croissants and vanilla pie on the table"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -122,41 +91,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Breakfast Burrito",
|
||||
price: "$11.64",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wrap_123827-36140.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Breakfast Burrito", price: "$11.64", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wrap_123827-36140.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Classic Breakfast Sandwich",
|
||||
price: "$4.04",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-loaf-platter_114579-87734.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Classic Breakfast Sandwich", price: "$4.04", imageSrc: "http://img.b2bpic.net/free-photo/sweet-loaf-platter_114579-87734.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Western Omelette",
|
||||
price: "$11.13",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanich-omelet-plate_74190-5956.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pancakes",
|
||||
price: "$8.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/served-meal-tray_23-2147693534.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Croissant",
|
||||
price: "$2.85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-milky-cappuccino-with-cookie-blue-table_114579-4248.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Cinnamon Bun",
|
||||
price: "$3.62",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-rolls-buns-wooden-table-kanelbulle-swedish-dessert_123827-22602.jpg",
|
||||
},
|
||||
id: "3", name: "Western Omelette", price: "$11.13", imageSrc: "http://img.b2bpic.net/free-photo/spanich-omelet-plate_74190-5956.jpg"},
|
||||
]}
|
||||
title="Fresh From Our Kitchen"
|
||||
description="Explore our delicious selection of breakfast plates, sandwiches, and fresh baked goods."
|
||||
@@ -169,60 +108,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chelle",
|
||||
date: "5 months ago",
|
||||
title: "Regular Customer",
|
||||
quote: "Nancy remembers you by name no matter how many times you come in! They are an amazing group of women who really care about their community!",
|
||||
tag: "Delicious",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-having-virtual-date_23-2149307212.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086037.jpg?_wi=2",
|
||||
imageAlt: "smiling customer portrait casual",
|
||||
},
|
||||
id: "1", name: "Chelle", date: "5 months ago", title: "Regular Customer", quote: "Nancy remembers you by name no matter how many times you come in! They are an amazing group of women who really care about their community!", tag: "Delicious", avatarSrc: "http://img.b2bpic.net/free-photo/woman-having-virtual-date_23-2149307212.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086037.jpg", imageAlt: "smiling customer portrait casual"},
|
||||
{
|
||||
id: "2",
|
||||
name: "TriosGaming",
|
||||
date: "a month ago",
|
||||
title: "Breakfast Regular",
|
||||
quote: "I am a regular at the Gorham location simply because of the staff and the great energy with a smile I am greeted with each and every time.",
|
||||
tag: "Great Service",
|
||||
avatarSrc: "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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg?_wi=2",
|
||||
imageAlt: "smiling customer portrait casual",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Hallie Fuchs",
|
||||
date: "a year ago",
|
||||
title: "Foodie",
|
||||
quote: "If you’re visiting Portland and want a delicious authentic breakfast, not a touristy microwaved one, this is your spot!!",
|
||||
tag: "Authentic",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/stylist-with-brushes-looking-camera_23-2147783941.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wrap_123827-36140.jpg?_wi=2",
|
||||
imageAlt: "smiling customer portrait casual",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Scott Linscott",
|
||||
date: "a year ago",
|
||||
title: "Local Guide",
|
||||
quote: "LOVE the new coffee and layout. Breakfast burrito was phenomenal. Great place to meet with friends.",
|
||||
tag: "Quality",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-positive-african-american-with-afro-hairstyle-waving-smiling-while-walking-street-wearing-trendy-outfit-headphones-neck_176420-19795.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-loaf-platter_114579-87734.jpg?_wi=2",
|
||||
imageAlt: "smiling customer portrait casual",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "nicholas sweatt",
|
||||
date: "5 years ago",
|
||||
title: "Community Member",
|
||||
quote: "Great food and great people. Heather remembered my name and chatted with me like I was still a regular.",
|
||||
tag: "Friendly",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spanich-omelet-plate_74190-5956.jpg?_wi=2",
|
||||
imageAlt: "smiling customer portrait casual",
|
||||
},
|
||||
id: "2", name: "TriosGaming", date: "a month ago", title: "Breakfast Regular", quote: "I am a regular at the Gorham location simply because of the staff and the great energy with a smile I am greeted with each and every time.", tag: "Great Service", avatarSrc: "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", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg", imageAlt: "smiling customer portrait casual"},
|
||||
]}
|
||||
title="Loved by Gorham Locals"
|
||||
description="See why we're considered the best local breakfast gem in town."
|
||||
@@ -234,25 +122,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We open at 6 AM every Tuesday through Sunday. We are closed on Mondays.",
|
||||
},
|
||||
id: "1", title: "What are your operating hours?", content: "We open at 6 AM every Tuesday through Sunday. We are closed on Mondays."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I eat in?",
|
||||
content: "Yes! We have plenty of seating for you to enjoy your breakfast or lunch with friends and family.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer takeout?",
|
||||
content: "Absolutely. You can give us a call at (207) 839-2802 to place your order for pickup.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Where are you located?",
|
||||
content: "You can find us at 13 New Portland Rd, Gorham, ME 04038.",
|
||||
},
|
||||
id: "2", title: "Can I eat in?", content: "Yes! We have plenty of seating for you to enjoy your breakfast or lunch with friends and family."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about visiting Mr. Bagel Gorham."
|
||||
@@ -264,16 +136,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Start Your Morning with Us"
|
||||
description="Have a large catering order or just want to call ahead for pickup? Reach out to us today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (207) 839-2802",
|
||||
href: "tel:2078392802",
|
||||
},
|
||||
text: "Call Now: (207) 839-2802", href: "tel:2078392802"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -284,37 +153,9 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "13 New Portland Rd",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Gorham, ME 04038",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "(207) 839-2802",
|
||||
href: "tel:2078392802",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user