Compare commits
10 Commits
version_13
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| b0574ccab2 | |||
| f9dc1fee1b | |||
| 75bf4ebaf7 | |||
| 71b1f3577e | |||
| 2d00ac4397 | |||
| 0f49eafd67 | |||
| 487f0529d0 | |||
| ebfe40f9fd | |||
| cc0a0d1c24 | |||
| 1a8b9eafe1 |
@@ -41,6 +41,7 @@ export default function FullMenuPage() {
|
||||
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"] },
|
||||
@@ -56,11 +57,11 @@ export default function FullMenuPage() {
|
||||
<FooterCard
|
||||
logoText="Mr. Bagel Gorham"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: MapPin, href: "#", ariaLabel: "Location" }
|
||||
{ icon: Instagram, href: "https://www.instagram.com/gorhammisterbagel/", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://www.facebook.com/MrBagelGorham/", ariaLabel: "Facebook" },
|
||||
{ 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>
|
||||
|
||||
@@ -114,11 +114,11 @@ 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: Instagram, href: "https://www.instagram.com/gorhammisterbagel/", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://www.facebook.com/MrBagelGorham/", ariaLabel: "Facebook" },
|
||||
{ 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