Merge version_2 into main #6
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