Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b32ddad4a | |||
| b12831a84e | |||
| 4168cb73a1 | |||
| 559db62e26 | |||
| 10e0233c3c | |||
| 148f0b2eb6 |
1419
src/app/layout.tsx
1419
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
|||||||
ratingText="4.6 Stars (121 Reviews)"
|
ratingText="4.6 Stars (121 Reviews)"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now: (347) 607-3166", href: "tel:3476073166" },
|
{ text: "Call Now: (347) 607-3166", href: "tel:3476073166" },
|
||||||
{ text: "Order Online" }
|
{ text: "Order via DoorDash" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call: (347) 607-3166", href: "tel:3476073166" },
|
{ text: "Call: (347) 607-3166", href: "tel:3476073166" },
|
||||||
{ text: "Order Online" }
|
{ text: "Order via DoorDash" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user