Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user