Compare commits
13 Commits
version_26
...
version_28
| Author | SHA1 | Date | |
|---|---|---|---|
| 616a47e007 | |||
| 72d8d8a702 | |||
| abcf154af2 | |||
| 0139250bac | |||
| 57aaabd866 | |||
| 13ee19efd8 | |||
| 2e652dff51 | |||
| 353d7a7237 | |||
| 5ea0547e8e | |||
| 172d3de433 | |||
| cc7025e5dd | |||
| bdb362d530 | |||
| b824796170 |
@@ -60,6 +60,7 @@ export default function FullMenuPage() {
|
||||
{ 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."
|
||||
copyrightTextClassName="text-black"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -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, MapPin, Quote } from "lucide-react";
|
||||
import { Coffee, MapPin, Quote, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -46,6 +46,7 @@ export default function LandingPage() {
|
||||
tag="Since 2012 - Serving Gorham with Love"
|
||||
buttons={[
|
||||
{ text: "View Full Menu", href: "/menu" },
|
||||
{ text: "Call Now", href: "tel:2078392808" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776093445959-rw6mue2h.png", imageAlt: "Fresh artisan bagel sandwich" },
|
||||
@@ -103,6 +104,9 @@ 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", href: "tel:2078392808" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,9 +117,10 @@ export default function LandingPage() {
|
||||
{ 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."
|
||||
copyrightTextClassName="text-black"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120006e6;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user