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