5 Commits

Author SHA1 Message Date
32ee5a2f7c Merge version_3 into main
Merge version_3 into main
2026-03-06 23:13:24 +00:00
72c9e18ed9 Update src/app/page.tsx 2026-03-06 23:13:20 +00:00
23d79d5785 Merge version_2 into main
Merge version_2 into main
2026-03-06 23:10:55 +00:00
d2101ccf9c Update src/app/page.tsx 2026-03-06 23:10:45 +00:00
773de65fa7 Merge version_1 into main
Merge version_1 into main
2026-03-06 23:09:05 +00:00

View File

@@ -65,8 +65,8 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Visit Us Today", href: "contact" },
{ text: "View Menu", href: "#" }
{ text: "Make a Reservation", href: "contact" },
{ text: "Order Now", href: "product" }
]}
buttonAnimation="slide-up"
/>
@@ -193,7 +193,7 @@ export default function LandingPage() {
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Get Directions"
buttonText="Reserve Your Table"
termsText="We respect your privacy. Join our mailing list for updates and special offers."
/>
</div>