Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-10 06:33:51 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -219,7 +219,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Reserve Your Table Today"
ctaDescription="Experience authentic flavors. Book now to secure your seat during peak hours. Limited seating available."
ctaDescription="Peak hours fill quickly—reserve now for guaranteed seating."
ctaButton={{ text: "Book a Reservation", href: "#reservations" }}
ctaIcon={Calendar}
useInvertedBackground={true}
@@ -273,4 +273,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}