Compare commits
48 Commits
version_4
...
version_22
| Author | SHA1 | Date | |
|---|---|---|---|
| 61bed5c560 | |||
| 6e6dfac2b4 | |||
| da1241fd35 | |||
| 0f7d986a61 | |||
| 671d1ef372 | |||
| 2e40285b7e | |||
| 7d183200f5 | |||
| b30cbba332 | |||
| 993d833a73 | |||
| 4c01c028d6 | |||
| 96bdf487e2 | |||
| 9befad2146 | |||
| a4573bdf93 | |||
| d64ee2bccc | |||
| 48d90ded81 | |||
| 27b84cd784 | |||
| 2913c01795 | |||
| b0574ccab2 | |||
| f9dc1fee1b | |||
| 75bf4ebaf7 | |||
| 71b1f3577e | |||
| 2d00ac4397 | |||
| 0f49eafd67 | |||
| 487f0529d0 | |||
| ebfe40f9fd | |||
| cc0a0d1c24 | |||
| 1a8b9eafe1 | |||
| 6fbcb12862 | |||
| bdf7670330 | |||
| 492f39e33c | |||
| 389b617793 | |||
| 70c8310d5b | |||
| 5e24734de3 | |||
| 0b21a992b8 | |||
| ec9e438b4d | |||
| 63f115dbbc | |||
| 9de8d46990 | |||
| 73e581ec81 | |||
| 18b8cde776 | |||
| 1d1b9438f0 | |||
| 114cbd57de | |||
| dd5cc7fe91 | |||
| f69e294521 | |||
| eeea36db83 | |||
| 7bfe5e095a | |||
| 6620707b16 | |||
| ba8c6d2c77 | |||
| 5316be8ca9 |
68
src/app/menu/page.tsx
Normal file
68
src/app/menu/page.tsx
Normal file
@@ -0,0 +1,68 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import { MapPin } from "lucide-react";
|
||||
|
||||
export default function FullMenuPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Full Menu", id: "/menu" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
]}
|
||||
brandName="Mr. Bagel"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<PricingCardOne
|
||||
title="Full Menu"
|
||||
description="Explore our scratch-made breakfast, lunch, and pastry selections."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "lunch", badge: "Lunch", price: "$4.95 - $11.50", subtitle: "Lunch Specials", features: ["Hamburger $8.50", "Grilled Cheese $4.95", "BLT $6.95", "Chicken/Steak Bomb $11.50", "Wraps $8.95-$11.50", "Cobb Salad $10.50", "Garden Salad $7.95", "Caesar Salad $7.95", "Chef Salad $10.50", "Add Chicken +$2.00"] },
|
||||
{ id: "merch", badge: "Merch", price: "$15.53", subtitle: "Gear & Goods", features: ["MUG CLUB 20oz Mug"] },
|
||||
{ id: "beverages", badge: "Beverages", price: "Varies", subtitle: "Refreshments", features: ["Coffee", "Pepsi Products", "Tea", "Milk", "RedBull"] },
|
||||
{ id: "pastries", badge: "Pastries", price: "$1.00 - $4.66", subtitle: "Baked Goods", features: ["Muffins", "Cinnamon Bun $3.62", "Croissant $2.85", "Day Old Goodies $1.55", "Strudel $3.00", "Whoopie Pies $4.66", "Tony’s Donuts $1.00", "Blueberry Strudel $3.50", "Cookies $3.00", "Gluten Free Brownie $2.59", "Blueberry Muffin Top $1.55"] },
|
||||
{ id: "sides", badge: "Breakfast Sides", price: "$1.55 - $5.95", subtitle: "A la carte", features: ["Side Of Bacon (3 Pieces) $3.11", "Side Of Sausage (2 Patties) $3.11", "Single Egg $1.55", "Side Of Ham Steak $3.36", "Side Of Hash $3.88", "Side Of Toast (2 Pieces) $1.81", "Sharkbite Side $5.95", "Side Of Homefries $2.95", "SIDE OF LOX $3.88", "Hashbrown $1.55"] },
|
||||
{ id: "plates", badge: "Breakfast Plates", price: "$7.50 - $11.64", subtitle: "Served Hot", features: ["Cheese Omelette $8.28", "Western Omelette $11.13", "Meat & Cheese Omelette $10.87", "Veggie & Cheese Omelette $10.87", "2 Eggs Your Way $7.50", "Sharkbite Breakfast $11.64", "Breakfast Burrito $11.64", "Egg & Cheese Breakfast Quesadilla $8.28"] },
|
||||
{ id: "sandwiches", badge: "Breakfast Sandwiches", price: "$4.04 - $8.27", subtitle: "Signature Series", features: ["Oh-My Sandwich $7.76", "Buxton Bomb $8.27", "The Sarah $7.76", "Classic Breakfast Sandwich $4.04", "Western Breakfast Sandwich $7.76"] },
|
||||
{ id: "bagels", badge: "Bagels + Cream Cheese", price: "$6.21 - $24.84", subtitle: "Bulk & Cream Cheese", features: ["Bagel W/ Cream Cheese", "1/2 Dozen Bagels $12.42", "Dozen Bagels $24.84", "Day Old Bagels $6.21", "2oz Cream Cheese", "4oz Cream Cheese", "8oz Cream Cheese", "16oz Cream Cheese"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Mr. Bagel Gorham"
|
||||
socialLinks={[
|
||||
{ icon: MapPin, href: "#", ariaLabel: "13 New Portland Rd, Gorham, ME 04038" }
|
||||
]}
|
||||
copyrightText="© 2025 Mr. Bagel Gorham. All rights reserved. 13 New Portland Rd, Gorham, ME 04038."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -6,10 +6,9 @@ import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Coffee, Instagram, Facebook, MapPin } from "lucide-react";
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Coffee, MapPin, Quote } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,7 +30,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Full Menu", id: "/menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
@@ -46,8 +45,7 @@ export default function LandingPage() {
|
||||
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: "Contact Us", href: "#contact" },
|
||||
{ text: "View Full Menu", href: "/menu" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776093445959-rw6mue2h.png", imageAlt: "Fresh artisan bagel sandwich" },
|
||||
@@ -72,33 +70,31 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776093445960-aaw5kzmk.png" },
|
||||
{ id: "2", name: "", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776093445960-4j6162y3.png" },
|
||||
{ id: "3", name: "", price: "", 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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex P.", date: "Oct 2024", title: "Amazing local gem", quote: "The best bagels in Gorham, hands down. The staff is so friendly and everything is always super fresh.", tag: "Local Regular", avatarSrc: "https://ui-avatars.com/api/?name=Alex+P&background=random" },
|
||||
{ id: "2", name: "Sarah J.", date: "Nov 2024", title: "Daily morning stop", quote: "I never start my morning without a coffee and a wrap here. Consistently great service and delicious food.", tag: "Daily Customer", avatarSrc: "https://ui-avatars.com/api/?name=Sarah+J&background=random" },
|
||||
{ id: "3", name: "Mike R.", date: "Jan 2025", title: "Great breakfast plates", quote: "The portions are huge and the quality is unmatched. My go-to breakfast spot on weekends.", tag: "Foodie", avatarSrc: "https://ui-avatars.com/api/?name=Mike+R&background=random" }
|
||||
]}
|
||||
title="Loved by Gorham Locals"
|
||||
description="See why we're considered the best local breakfast gem in town."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex P.", handle: "@alexp", testimonial: "The best bagels in Gorham, hands down.", rating: 5, icon: Quote },
|
||||
{ id: "2", name: "Sarah J.", handle: "@sarahj", testimonial: "Consistently great service and delicious food.", rating: 5, icon: Quote },
|
||||
{ id: "3", name: "Mike R.", handle: "@miker", testimonial: "The portions are huge and the quality is unmatched.", rating: 5, icon: Quote },
|
||||
{ id: "4", name: "Tom B.", handle: "@tomb", testimonial: "Great atmosphere and even better bagels!", rating: 5, icon: Quote },
|
||||
{ id: "5", name: "Linda W.", handle: "@lindaw", testimonial: "Perfect morning ritual.", rating: 5, icon: Quote },
|
||||
{ id: "6", name: "James K.", handle: "@jamesk", testimonial: "Always fresh, always warm.", rating: 5, icon: Quote },
|
||||
{ id: "7", name: "Elena G.", handle: "@elenag", testimonial: "Super friendly local spot!", rating: 5, icon: Quote },
|
||||
{ id: "8", name: "David F.", handle: "@davidf", testimonial: "The wraps are to die for.", rating: 5, icon: Quote },
|
||||
{ id: "9", name: "Karen S.", handle: "@karens", testimonial: "My favorite place for a lazy weekend breakfast.", rating: 5, icon: Quote },
|
||||
{ id: "10", name: "Brian H.", handle: "@brianh", testimonial: "Exceptional service every time.", rating: 5, icon: Quote },
|
||||
{ id: "11", name: "Rachel L.", handle: "@rachell", testimonial: "Everything is always cooked fresh.", rating: 5, icon: Quote },
|
||||
{ id: "12", name: "Steve M.", handle: "@stevem", testimonial: "Just what Gorham needed.", rating: 5, icon: Quote },
|
||||
{ id: "13", name: "Diane C.", handle: "@dianec", testimonial: "Highly recommended for everyone.", rating: 5, icon: Quote },
|
||||
{ id: "14", name: "Chris V.", handle: "@chrisv", testimonial: "Really nice spot to relax.", rating: 5, icon: Quote },
|
||||
{ id: "15", name: "Susan B.", handle: "@susanb", testimonial: "Truly the best in town.", rating: 5, icon: Quote }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,9 +103,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
text="Call us at (207) 839-2802 to place your order or inquire about catering. We're ready to serve your breakfast needs!"
|
||||
buttons={[
|
||||
{ text: "Call Now: (207) 839-2802", href: "tel:2078392802" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -117,11 +110,9 @@ export default function LandingPage() {
|
||||
<FooterCard
|
||||
logoText="Mr. Bagel Gorham"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: MapPin, href: "#", ariaLabel: "Location" }
|
||||
{ icon: MapPin, href: "#", ariaLabel: "13 New Portland Rd, Gorham, ME 04038" }
|
||||
]}
|
||||
copyrightText="© 2025 Mr. Bagel Gorham. All rights reserved."
|
||||
copyrightText="© 2025 Mr. Bagel Gorham. All rights reserved. 13 New Portland Rd, Gorham, ME 04038."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user