11 Commits

Author SHA1 Message Date
61bed5c560 Update src/app/page.tsx 2026-04-13 17:29:28 +00:00
6e6dfac2b4 Merge version_21 into main
Merge version_21 into main
2026-04-13 17:27:26 +00:00
da1241fd35 Update src/app/page.tsx 2026-04-13 17:27:23 +00:00
0f7d986a61 Update src/app/menu/page.tsx 2026-04-13 17:27:23 +00:00
671d1ef372 Merge version_20 into main
Merge version_20 into main
2026-04-13 17:23:31 +00:00
2e40285b7e Update src/app/page.tsx 2026-04-13 17:23:28 +00:00
7d183200f5 Update src/app/menu/page.tsx 2026-04-13 17:23:27 +00:00
b30cbba332 Merge version_19 into main
Merge version_19 into main
2026-04-13 17:11:58 +00:00
993d833a73 Update src/app/page.tsx 2026-04-13 17:11:55 +00:00
4c01c028d6 Update src/app/menu/page.tsx 2026-04-13 17:11:54 +00:00
96bdf487e2 Merge version_18 into main
Merge version_18 into main
2026-04-13 17:10:28 +00:00
2 changed files with 3 additions and 31 deletions

View File

@@ -5,7 +5,7 @@ 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";
import { MapPin } from "lucide-react";
export default function FullMenuPage() {
return (
@@ -57,24 +57,12 @@ export default function FullMenuPage() {
<FooterCard
logoText="Mr. Bagel Gorham"
socialLinks={[
{ 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. 13 New Portland Rd, Gorham, ME 04038."
/>
<div className="flex justify-center mt-8">
<iframe
src="https://www.instagram.com/p/DFR-Gv0JzGZ/embed"
width="400"
height="480"
frameBorder="0"
scrolling="no"
allowTransparency={true}
/>
</div>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -8,7 +8,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Coffee, Instagram, Facebook, MapPin, Quote } from "lucide-react";
import { Coffee, MapPin, Quote } from "lucide-react";
export default function LandingPage() {
return (
@@ -46,7 +46,6 @@ export default function LandingPage() {
tag="Since 2012 - Serving Gorham with Love"
buttons={[
{ text: "View Full Menu", href: "/menu" },
{ text: "Contact Us", href: "#contact" },
]}
mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776093445959-rw6mue2h.png", imageAlt: "Fresh artisan bagel sandwich" },
@@ -104,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>
@@ -114,22 +110,10 @@ export default function LandingPage() {
<FooterCard
logoText="Mr. Bagel Gorham"
socialLinks={[
{ 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. 13 New Portland Rd, Gorham, ME 04038."
/>
<div className="flex justify-center mt-8">
<iframe
src="https://www.instagram.com/p/DFR-Gv0JzGZ/embed"
width="400"
height="480"
frameBorder="0"
scrolling="no"
allowTransparency={true}
/>
</div>
</div>
</ReactLenis>
</ThemeProvider>