2 Commits

Author SHA1 Message Date
6043ee1030 Update src/app/page.tsx 2026-04-16 03:56:53 +00:00
58abe0b9a3 Merge version_2 into main
Merge version_2 into main
2026-04-16 03:55:46 +00:00

View File

@@ -121,6 +121,10 @@ export default function LandingPage() {
]}
title="Menu Highlights"
description="Discover our most-loved dishes, crafted with tradition and care."
buttons={[
{
text: "View Full Menu", href: "#"},
]}
/>
</div>
@@ -219,4 +223,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}