diff --git a/src/app/page.tsx b/src/app/page.tsx
index c14ef93..71a2868 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -51,9 +45,7 @@ export default function LandingPage() {
description="Authentic Mexican street food. Bold flavor. Real people. No shortcuts."
buttons={[
{
- text: "Order Now",
- href: "#order",
- },
+ text: "Order Now", href: "#order"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-tacos-wooden-background_23-2148629309.jpg"
showBlur={true}
@@ -65,14 +57,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "Local Guide",
- "Foodie Reviews",
- "Verified Customer",
- "Street Eat Weekly",
- "City Pulse",
- "Taco Enthusiast Club",
- "Authentic Eats Review",
- ]}
+ "Local Guide", "Foodie Reviews", "Verified Customer", "Street Eat Weekly", "City Pulse", "Taco Enthusiast Club", "Authentic Eats Review"]}
title="People Can’t Stop Talking About Us"
description="Don't just take our word for it—see what our community has to say about the bold flavors of La Sabrosita."
/>
@@ -86,32 +71,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- brand: "Signature",
- name: "Carne Asada Burrito",
- price: "$12.99",
- rating: 5,
- reviewCount: "128",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-roll-fried-chicken-strips-with-mayo-tomato-lettuce-wrapped-tortilla_141793-4847.jpg",
- },
+ id: "p1", brand: "Signature", name: "Carne Asada Burrito", price: "$12.99", rating: 5,
+ reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-roll-fried-chicken-strips-with-mayo-tomato-lettuce-wrapped-tortilla_141793-4847.jpg"},
{
- id: "p2",
- brand: "Signature",
- name: "Street Tacos",
- price: "$9.99",
- rating: 5,
- reviewCount: "240",
- imageSrc: "http://img.b2bpic.net/free-photo/diet-healthy-tacos-with-pork-avocado-wooden-background-selective-focusgenerative-ai_1258-153035.jpg",
- },
+ id: "p2", brand: "Signature", name: "Street Tacos", price: "$9.99", rating: 5,
+ reviewCount: "240", imageSrc: "http://img.b2bpic.net/free-photo/diet-healthy-tacos-with-pork-avocado-wooden-background-selective-focusgenerative-ai_1258-153035.jpg"},
{
- id: "p3",
- brand: "Signature",
- name: "Loaded Quesadilla",
- price: "$10.50",
- rating: 4,
- reviewCount: "89",
- imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ground-meat_658428-392.jpg",
- },
+ id: "p3", brand: "Signature", name: "Loaded Quesadilla", price: "$10.50", rating: 4,
+ reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ground-meat_658428-392.jpg"},
]}
title="Signature Favorites"
description="Authentic ingredients crafted with passion. Our menu brings the heart of Mexican street food to you."
@@ -123,10 +90,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Built on Flavor and Energy"
description={[
- "La Sabrosita started as a small taco truck. No marketing. No hype.",
- "Just real food made right. People came for the flavor and stayed for the experience.",
- "Every plate is made with care. Every customer matters.",
- ]}
+ "La Sabrosita started as a small taco truck. No marketing. No hype.", "Just real food made right. People came for the flavor and stayed for the experience.", "Every plate is made with care. Every customer matters."]}
/>
@@ -134,11 +98,10 @@ export default function LandingPage() {
@@ -153,4 +116,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file