Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c59dfd3ce3 | |||
| f65764550c |
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Make a Reservation", href: "contact" },
|
{ text: "Make a Reservation", href: "contact" },
|
||||||
{ text: "View Menu", href: "features" }
|
{ text: "See Cocktails", href: "features" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Reserve Now", href: "https://example.com/reserve" },
|
{ text: "Reserve Now", href: "https://example.com/reserve" },
|
||||||
{ text: "Call: (212) 555-VAULT", href: "tel:+12125555828" }
|
{ text: "View Hours", href: "https://example.com/hours" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user