2 Commits

Author SHA1 Message Date
0cb4503cc4 Update src/app/page.tsx 2026-05-10 16:44:56 +00:00
402a79c13c Merge version_1 into main
Merge version_1 into main
2026-05-10 16:44:15 +00:00

View File

@@ -148,7 +148,7 @@ export default function LandingPage() {
tag="Visit Us"
title="Book Your Table"
description="Reserve a table for your next dining experience."
buttons={[{ text: "Reserve Now", href: "#contact" }]}
buttons={[{ text: "Secure Your Reservation Now", href: "#contact" }]}
/>
</div>
@@ -165,4 +165,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}