Compare commits
2 Commits
version_21
...
version_22
| Author | SHA1 | Date | |
|---|---|---|---|
| 61bed5c560 | |||
| 6e6dfac2b4 |
@@ -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,10 +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" },
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -123,4 +118,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user