Update src/app/page.tsx

This commit is contained in:
2026-06-10 10:07:26 +00:00
parent c017ca60e5
commit 6380d972db

View File

@@ -95,15 +95,15 @@ export default function LandingPage() {
{
type: "text", text: "Fresh Ingredients"},
{
type: "text-icon", text: "Speedy Service", icon: Flame,
type: "text-icon", text: "Speedy Service", icon: Flame
},
{
type: "text", text: "Unbeatable Flavors"},
{
type: "text-icon", text: "Daily Deals", icon: Sparkles,
type: "text-icon", text: "Daily Deals", icon: Sparkles
},
{
type: "text", text: "Always Craveable"},
type: "text", text: "Always Craveable"}
]}
marqueeSpeed={35}
/>
@@ -146,7 +146,7 @@ export default function LandingPage() {
text: "Limited Time Offers"},
{
icon: Utensils,
text: "Customizable Orders"},
text: "Customizable Orders"}
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food-composition-with-slate_23-2148131291.jpg", imageAlt: "crunchwrap supreme close up"},
@@ -162,7 +162,7 @@ export default function LandingPage() {
text: "Premium Meats"},
{
icon: Award,
text: "Signature Sauces"},
text: "Signature Sauces"}
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-recipe-presentation_23-2151950849.jpg", imageAlt: "crunchwrap supreme close up"},
@@ -178,10 +178,10 @@ export default function LandingPage() {
text: "Drive-Thru Friendly"},
{
icon: Sparkles,
text: "Online Ordering"},
text: "Online Ordering"}
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805518.jpg", imageAlt: "crunchwrap supreme close up"},
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805518.jpg", imageAlt: "crunchwrap supreme close up"}
]}
title="Flavor, Freshness & Fun Every Single Bite!"
description="Discover why Taco Bell ECR is the go-to spot for Mexican-inspired cravings. We blend innovation with tradition to bring you dishes that are truly unforgettable."
@@ -208,7 +208,7 @@ export default function LandingPage() {
{
id: "p5", name: "Chicken Quesadilla", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-meat-salad-sandwich-grey-surface-burger-sandwich-bread-pita-meat_140725-102085.jpg", imageAlt: "Chicken Quesadilla"},
{
id: "p6", name: "Soft Taco", price: "$2.39", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-plate_23-2148629354.jpg", imageAlt: "Soft Taco"},
id: "p6", name: "Soft Taco", price: "$2.39", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-plate_23-2148629354.jpg", imageAlt: "Soft Taco"}
]}
title="Our Most Popular Bites"
description="Dive into our selection of fan favorites and discover your next obsession. From savory burritos to crunchy tacos, we have something for everyone!"
@@ -225,18 +225,21 @@ export default function LandingPage() {
{
id: "combo-1", badge: "Best Value", badgeIcon: Sparkles,
price: "$5.00", subtitle: "Cravings Box", features: [
"1 Classic Taco", "1 Burrito", "1 Side Item", "1 Medium Drink"],
"1 Classic Taco", "1 Burrito", "1 Side Item", "1 Medium Drink"
]
},
{
id: "combo-2", badge: "Fan Favorite", badgeIcon: Heart,
price: "$7.00", subtitle: "Deluxe Box", features: [
"1 Chalupa Supreme", "1 Beefy 5-Layer Burrito", "1 Nacho Fries", "1 Large Drink"],
"1 Chalupa Supreme", "1 Beefy 5-Layer Burrito", "1 Nacho Fries", "1 Large Drink"
]
},
{
id: "combo-3", badge: "Spicy Deal", badgeIcon: Flame,
price: "$6.50", subtitle: "Hot Combo", features: [
"1 Spicy Potato Soft Taco", "1 Fire! Ranch Burrito", "1 Chips & Cheese", "1 Medium Drink"],
},
"1 Spicy Potato Soft Taco", "1 Fire! Ranch Burrito", "1 Chips & Cheese", "1 Medium Drink"
]
}
]}
title="Unbeatable Value Combos"
description="Grab a deal that satisfies your hunger and your wallet! Our combos offer the perfect pairing of your Taco Bell favorites."
@@ -260,7 +263,7 @@ export default function LandingPage() {
{
src: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-cape-holding-little-delivery-food-package-trying-hear-pink-background_140725-40471.jpg", alt: "David C."},
{
src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", alt: "Jessica M."},
src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", alt: "Jessica M."}
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -292,7 +295,7 @@ export default function LandingPage() {
{
text: "Order Online Now", href: "https://www.tacobell.com/order"},
{
text: "Find Our Location", href: "https://www.google.com/maps/search/Taco+Bell+ECR"},
text: "Find Our Location", href: "https://www.google.com/maps/search/Taco+Bell+ECR"}
]}
/>
</div>
@@ -312,25 +315,25 @@ export default function LandingPage() {
{
label: "About Us", href: "#about"},
{
label: "Customer Reviews", href: "#reviews"},
],
label: "Customer Reviews", href: "#reviews"}
]
},
{
title: "Support", items: [
{
label: "FAQs", href: "#"},
{
label: "Contact Us", href: "#contact"},
],
label: "Contact Us", href: "#contact"}
]
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
label: "Terms of Service", href: "#"}
]
}
]}
copyrightText="© 2024 Taco Bell ECR. All rights reserved."
/>