Update src/app/page.tsx

This commit is contained in:
2026-04-25 17:06:28 +00:00
parent a739a5bc6d
commit 249553fa81

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Our Values",
id: "about",
},
name: "Our Values", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Titos Tacos & More"
/>
@@ -55,46 +47,23 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
variant: "plain"}}
title="Fresh Street Tacos. Fast. Always Flavorful."
description="From sizzling asada burritos to fresh street tacos—Titos Tacos & More serves bold, made-to-order Mexican food with fast, friendly service you can count on."
tag="AUTHENTIC STREET COMFORT"
buttons={[
{
text: "Order Online",
href: "#",
},
text: "Order Online", href: "#"},
{
text: "Find Us",
href: "#contact",
},
text: "Find Us", href: "#contact"},
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/hands-making-delicious-tacos_23-2150799537.jpg",
imageAlt: "sizzling street taco grill close up",
},
imageSrc: "http://img.b2bpic.net/free-photo/hands-making-delicious-tacos_23-2150799537.jpg", imageAlt: "sizzling street taco grill close up"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-cutting-tomato-with-knife_23-2148898543.jpg",
imageAlt: "sizzling street taco grill close up",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-wooden-table_1147-558.jpg",
imageAlt: "Mexican tacos on wooden table",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-unfolded-burrito-yellow-background_23-2148329130.jpg",
imageAlt: "Top view arrangement with unfolded burrito and yellow background",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg",
imageAlt: "Man preparing salad with fresh vegetables on a wooden table.",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-cutting-tomato-with-knife_23-2148898543.jpg", imageAlt: "sizzling street taco grill close up"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -110,20 +79,11 @@ export default function LandingPage() {
tag="OUR PROMISE"
metrics={[
{
id: "m1",
value: "4.6",
description: "Local Rating",
},
id: "m1", value: "4.6", description: "Local Rating"},
{
id: "m2",
value: "Fast",
description: "Service Speed",
},
id: "m2", value: "Fast", description: "Service Speed"},
{
id: "m3",
value: "Daily",
description: "Fresh Ingredients",
},
id: "m3", value: "Daily", description: "Fresh Ingredients"},
]}
/>
</div>
@@ -145,59 +105,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Signature",
name: "Street Tacos",
price: "$3.50",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150830983.jpg",
},
id: "p1", brand: "Signature", name: "Street Tacos", price: "$3.50", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150830983.jpg"},
{
id: "p2",
brand: "Hearty",
name: "Asada Burrito",
price: "$9.95",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024769.jpg",
},
id: "p2", brand: "Hearty", name: "Asada Burrito", price: "$9.95", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024769.jpg"},
{
id: "p3",
brand: "Classic",
name: "Quesadillas",
price: "$7.50",
rating: 4,
reviewCount: "80",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pita-pancake-with-melted-cheese_23-2149342900.jpg",
},
id: "p3", brand: "Classic", name: "Quesadillas", price: "$7.50", rating: 4,
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pita-pancake-with-melted-cheese_23-2149342900.jpg"},
{
id: "p4",
brand: "Healthy",
name: "Burrito Bowl",
price: "$10.50",
rating: 5,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/poke-bowl-with-rice-salmoncucumbermangoonionwakame-salad-poppy-seeds-ands-sunflowers-seeds-isolated-yellow-backgroundxa_123827-24143.jpg",
},
id: "p4", brand: "Healthy", name: "Burrito Bowl", price: "$10.50", rating: 5,
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/poke-bowl-with-rice-salmoncucumbermangoonionwakame-salad-poppy-seeds-ands-sunflowers-seeds-isolated-yellow-backgroundxa_123827-24143.jpg"},
{
id: "p5",
brand: "Side",
name: "Fresh Salsa",
price: "$1.50",
rating: 5,
reviewCount: "60",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration-with-food_23-2149317321.jpg",
},
id: "p5", brand: "Side", name: "Fresh Salsa", price: "$1.50", rating: 5,
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration-with-food_23-2149317321.jpg"},
{
id: "p6",
brand: "Side",
name: "Guacamole",
price: "$2.50",
rating: 5,
reviewCount: "55",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-guacamole-with-nacho-chip-isolated-white-background_123827-22599.jpg",
},
id: "p6", brand: "Side", name: "Guacamole", price: "$2.50", rating: 5,
reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/mexican-guacamole-with-nacho-chip-isolated-white-background_123827-22599.jpg"},
]}
title="Fan Favorites You Cant Miss"
description="Hand-crafted and authentic, our signature items are why regulars keep coming back."
@@ -209,30 +133,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/cute-elegant-calm-happy-woman-green-summer-dress-sits-with-coffee-cafe-enjoying-morning_343596-3671.jpg",
},
id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/cute-elegant-calm-happy-woman-green-summer-dress-sits-with-coffee-cafe-enjoying-morning_343596-3671.jpg"},
{
id: "t2",
name: "Michael C.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-hot-dog-cafe-terrace_169016-55849.jpg",
},
id: "t2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-hot-dog-cafe-terrace_169016-55849.jpg"},
{
id: "t3",
name: "Emily R.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-tacos-chips_23-2148764345.jpg",
},
id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-tacos-chips_23-2148764345.jpg"},
{
id: "t4",
name: "David K.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893490.jpg",
},
id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893490.jpg"},
{
id: "t5",
name: "Maria G.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cafe-dines-traditional-shakshuka-ayran_169016-16512.jpg",
},
id: "t5", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cafe-dines-traditional-shakshuka-ayran_169016-16512.jpg"},
]}
cardTitle="What Locals Are Saying"
cardAnimation="slide-up"
@@ -246,20 +155,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer delivery?",
content: "Yes, we are on major delivery apps and offer pickup.",
},
id: "f1", title: "Do you offer delivery?", content: "Yes, we are on major delivery apps and offer pickup."},
{
id: "f2",
title: "Are ingredients fresh?",
content: "Always. We prep daily to ensure the highest quality.",
},
id: "f2", title: "Are ingredients fresh?", content: "Always. We prep daily to ensure the highest quality."},
{
id: "f3",
title: "Can I cater with you?",
content: "Absolutely, reach out to our team via phone to discuss.",
},
id: "f3", title: "Can I cater with you?", content: "Absolutely, reach out to our team via phone to discuss."},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-hands-preparing-delicious-meal_23-2149661346.jpg"
title="Common Questions"
@@ -272,8 +172,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="GET IN TOUCH"
title="Visit Titos Tacos & More"
description="Come grab a bite! Located at 123 Main St. Open daily 10am - 10pm."
@@ -285,29 +184,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Links",
items: [
title: "Links", items: [
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
],
},
]}