2 Commits

Author SHA1 Message Date
c59dfd3ce3 Update src/app/page.tsx 2026-01-08 15:57:29 +00:00
f65764550c Update src/app/page.tsx 2026-01-08 15:54:05 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
imagePosition="right"
buttons={[
{ text: "Make a Reservation", href: "contact" },
{ text: "View Menu", href: "features" }
{ text: "See Cocktails", href: "features" }
]}
/>
</div>
@@ -124,7 +124,7 @@ export default function LandingPage() {
useInvertedBackground="noInvert"
buttons={[
{ 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>