5 Commits

Author SHA1 Message Date
6fbcb12862 Update src/app/page.tsx 2026-04-13 16:48:48 +00:00
bdf7670330 Update src/app/menu/page.tsx 2026-04-13 16:48:47 +00:00
492f39e33c Merge version_12 into main
Merge version_12 into main
2026-04-13 16:46:29 +00:00
389b617793 Update src/app/page.tsx 2026-04-13 16:46:26 +00:00
70c8310d5b Merge version_11 into main
Merge version_11 into main
2026-04-13 16:42:54 +00:00
2 changed files with 36 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ 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 { Instagram, Facebook, MapPin } from "lucide-react";
export default function FullMenuPage() {
@@ -25,15 +26,32 @@ export default function FullMenuPage() {
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Full Menu", id: "/menu" },
{ name: "Testimonials", id: "/#testimonials" },
{ 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: "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", "Tonys 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"
@@ -48,4 +66,4 @@ export default function FullMenuPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -80,9 +80,21 @@ export default function LandingPage() {
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. The staff is so friendly and everything is always super fresh.", rating: 5, icon: Quote },
{ id: "2", name: "Sarah J.", handle: "@sarahj", testimonial: "I never start my morning without a coffee and a wrap here. 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. My go-to breakfast spot on weekends.", rating: 5, icon: Quote }
{ 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>