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={[
|
buttons={[
|
||||||
{ text: "View Menu", href: "menu" },
|
{ text: "Order Now", href: "contact" },
|
||||||
{ text: "Order Online", href: "contact" }
|
{ text: "View Menu", href: "menu" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -217,10 +217,10 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Get in Touch"
|
tag="Call to Order"
|
||||||
tagIcon={Phone}
|
tagIcon={Phone}
|
||||||
title="Enjoy Baghdad Restaurant Today"
|
title="Call Baghdad Restaurant Now"
|
||||||
description="Call us to place an order, make a reservation, or learn more about our catering services. Open daily until 10 PM."
|
description="Phone: +1 306-952-0570 | 210 Slimmon Rd #20, Saskatoon"
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
|
|||||||
Reference in New Issue
Block a user