4 Commits

Author SHA1 Message Date
ca0753777c Update src/app/page.tsx 2026-05-02 23:55:51 +00:00
b038082129 Merge version_3 into main
Merge version_3 into main
2026-05-02 23:55:02 +00:00
eeaccd79e2 Update src/app/page.tsx 2026-05-02 23:54:59 +00:00
54472b865a Merge version_2 into main
Merge version_2 into main
2026-05-02 23:54:13 +00:00

View File

@@ -126,7 +126,7 @@ export default function LandingPage() {
]}
title="Simple Menu. Perfect Execution."
description="No overwhelming menus. Just perfected dishes made fresh."
buttons={[{ text: "View Full Menu", href: "#contact" }]}
buttons={[{ text: "Browse Our Signature Dishes", href: "#contact" }]}
/>
</div>
@@ -179,6 +179,10 @@ export default function LandingPage() {
title="Know Before You Visit"
description="We focus on quality, not quantity."
faqsAnimation="slide-up"
buttons={[
{
text: "Reserve Your Table Now", href: "#contact"}
]}
/>
</div>