Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7089ea5a41 | |||
| 77cf135ea8 | |||
| 985f4babda | |||
| 8123df49cc | |||
| 9073961dd7 | |||
| 9c46c9880a | |||
| 3947c77506 | |||
| c43afaabea |
1420
src/app/layout.tsx
1420
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -70,8 +70,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "menu" },
|
||||
{ text: "Order Online", href: "contact" }
|
||||
{ text: "Order Now", href: "contact" },
|
||||
{ text: "View Menu", href: "menu" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -217,10 +217,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get in Touch"
|
||||
tag="Call to Order"
|
||||
tagIcon={Phone}
|
||||
title="Enjoy Baghdad Restaurant Today"
|
||||
description="Call us to place an order, make a reservation, or learn more about our catering services. Open daily until 10 PM."
|
||||
title="Call Baghdad Restaurant Now"
|
||||
description="Phone: +1 306-952-0570 | 210 Slimmon Rd #20, Saskatoon"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
|
||||
Reference in New Issue
Block a user