Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 26c50c34ee | |||
| ff0a88f159 | |||
| d02098e1b6 | |||
| 551dc91246 | |||
| 58c5eecc60 | |||
| 63342c0b82 | |||
| 3e8b8182da |
1420
src/app/layout.tsx
1420
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -82,7 +82,10 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lamps-coffee-shop_116348-51.jpg?_wi=2"
|
||||
imageAlt="The Bridge restaurant interior"
|
||||
buttons={[{ text: "Reserve a Table", href: "#reserve" }]}
|
||||
buttons={[
|
||||
{ text: "Reserve a Table", href: "#reserve" },
|
||||
{ text: "Call Now", href: "tel:+97677116466" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user