Update src/app/page.tsx

This commit is contained in:
2026-05-10 05:11:37 +00:00
parent 7eae143026
commit 8871cf13fd

View File

@@ -50,6 +50,11 @@ export default function LandingPage() {
variant: "gradient-bars"}}
title="Authentic Mexican, 99.9% Fresh."
description="Experience the true taste of Mexico. We source the finest, freshest ingredients to bring you authentic, healthy street food without the shortcuts."
buttons={[
{
text: "Browse Our Menu", href: "#menu"
}
]}
kpis={[
{
value: "99.9%", label: "Fresh Ingredients"},
@@ -255,4 +260,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}