3 Commits

Author SHA1 Message Date
d42282c801 Merge version_4 into main
Merge version_4 into main
2026-05-26 03:21:59 +00:00
feec197e49 Update src/app/page.tsx 2026-05-26 03:21:56 +00:00
394171b69b Merge version_3 into main
Merge version_3 into main
2026-05-26 03:18:06 +00:00

View File

@@ -136,6 +136,11 @@ export default function LandingPage() {
]}
title="Signature Tapas & Rare Tequilas"
description="Explore a selection of our most celebrated dishes and exclusive tequila offerings, meticulously chosen for exceptional taste and quality."
buttons={[
{
text: "View Full Menu", href: "#menu"
}
]}
/>
</div>
@@ -264,4 +269,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}