Update src/app/page.tsx

This commit is contained in:
2026-05-09 12:42:44 +00:00
parent 4006ffa075
commit 536d6b3bb1

View File

@@ -53,6 +53,7 @@ export default function LandingPage() {
variant: "gradient-bars"}}
title="Fast Taste, Big Flavor"
description="Experience the best tacos and fast food in Tiznit. Fresh ingredients, lightning-fast service, and unforgettable taste."
buttons={[{ text: "View Menu", href: "#products" }]}
testimonials={[
{
name: "Hamza B.", handle: "@hamza", testimonial: "Best tacos in Tiznit! Always fresh and delivered super fast.", rating: 5,
@@ -257,4 +258,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}