Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-03-28 04:39:33 +00:00

View File

@@ -29,17 +29,11 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Story",
id: "#story",
},
name: "Story", id: "#story"},
{
name: "Order",
id: "#order",
},
name: "Order", id: "#order"},
]}
brandName="La Sabrosita"
/>
@@ -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 Cant 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."]}
/>
</div>
@@ -134,11 +98,10 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
tag="Visit Us"
title="Ready to Taste It?"
description="Come by and grab something real. You'll definitely come back."
description="Come by and grab something real at 3215 Denargo St, Denver, CO 80216, Estados Unidos. You'll definitely come back."
imageSrc="http://img.b2bpic.net/free-photo/delicious-traditional-tacos-arrangement_23-2150799467.jpg"
mediaAnimation="slide-up"
/>
@@ -153,4 +116,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}