Update src/app/page.tsx

This commit is contained in:
2026-06-10 10:05:30 +00:00
parent f42edaa5d7
commit c017ca60e5

View File

@@ -12,7 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Award, Flame, Heart, Sparkles, Star, ThumbsUp, Utensils } from "lucide-react"; import { Award, Flame, Heart, Sparkles, Star, ThumbsUp, Utensils, Taco } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -33,30 +33,18 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Deals", name: "Deals", id: "deals"},
id: "deals",
},
{ {
name: "About Us", name: "About Us", id: "about"},
id: "about",
},
{ {
name: "Reviews", name: "Reviews", id: "reviews"},
id: "reviews",
},
{ {
name: "Order Now", name: "Order Now", id: "contact"},
id: "contact",
},
]} ]}
button={{ button={{
text: "Order Online", text: "Order Online", href: "#contact"}}
href: "#contact",
}}
logoSrc="http://img.b2bpic.net/free-photo/flat-lay-mexican-food-composition-with-slate_23-2148131291.jpg" logoSrc="http://img.b2bpic.net/free-photo/flat-lay-mexican-food-composition-with-slate_23-2148131291.jpg"
logoAlt="Taco Bell ECR Logo" logoAlt="Taco Bell ECR Logo"
brandName="Taco Bell ECR" brandName="Taco Bell ECR"
@@ -66,87 +54,56 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
variant: "downward-rays-animated", variant: "downward-rays-animated"}}
}}
imagePosition="right" imagePosition="right"
title="Unwrap the Flavor Revolution at Taco Bell ECR!" title="Unwrap the Flavor Revolution at Taco Bell ECR!"
description="Experience your favorite Taco Bell classics and exciting new flavors, served fresh and fast. Order now for a taste sensation that hits different!" description="Experience your favorite Taco Bell classics and exciting new flavors, served fresh and fast. Order now for a taste sensation that hits different!"
kpis={[ kpis={[
{ {
value: "100+", value: "100+", label: "Menu Items"},
label: "Menu Items",
},
{ {
value: "Fresh", value: "Fresh", label: "Ingredients Daily"},
label: "Ingredients Daily",
},
{ {
value: "Fast", value: "Fast", label: "Service"},
label: "Service",
},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
tag="Taste the Legend" tag="Taste the Legend"
tagIcon={Sparkles} tagIcon={Sparkles}
buttons={[ buttons={[
{ {
text: "Order Online", text: "Order Online", href: "#contact"},
href: "#contact",
},
{ {
text: "View Full Menu", text: "View Full Menu", href: "#menu"},
href: "#menu",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/delicious-tacos-recipe-presentation_23-2151950849.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/delicious-tacos-recipe-presentation_23-2151950849.jpg"
imageAlt="Variety of delicious Taco Bell tacos and burritos" imageAlt="Variety of delicious Taco Bell tacos and burritos"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg", src: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg", alt: "Satisfied customer 1"},
alt: "Satisfied customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/women-looks-gladfully-each-other-dressed-stylish-clothes-smile-broadly-have-fun-keep-hands-raised-stand-shoulder-shoulder-isolated-yellow-studio_273609-54330.jpg", src: "http://img.b2bpic.net/free-photo/women-looks-gladfully-each-other-dressed-stylish-clothes-smile-broadly-have-fun-keep-hands-raised-stand-shoulder-shoulder-isolated-yellow-studio_273609-54330.jpg", alt: "Satisfied customer 2"},
alt: "Satisfied customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-joyful-mixed-race-curly-haired-women-point-each-other-with-cheerful-expression-say-its-she-stand-closely-each-other-dressed-casually-isolated-yellow-wall-i-choose-you_273609-49720.jpg", src: "http://img.b2bpic.net/free-photo/happy-joyful-mixed-race-curly-haired-women-point-each-other-with-cheerful-expression-say-its-she-stand-closely-each-other-dressed-casually-isolated-yellow-wall-i-choose-you_273609-49720.jpg", alt: "Satisfied customer 3"},
alt: "Satisfied customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205897.jpg", src: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205897.jpg", alt: "Satisfied customer 4"},
alt: "Satisfied customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29110.jpg", src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29110.jpg", alt: "Satisfied customer 5"},
alt: "Satisfied customer 5",
},
]} ]}
avatarText="Join 1M+ happy customers!" avatarText="Join 1M+ happy customers!"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Fresh Ingredients"},
text: "Fresh Ingredients", {
type: "text-icon", text: "Speedy Service", icon: Flame,
}, },
{ {
type: "text-icon", type: "text", text: "Unbeatable Flavors"},
text: "Speedy Service", {
icon: Flame, type: "text-icon", text: "Daily Deals", icon: Sparkles,
}, },
{ {
type: "text", type: "text", text: "Always Craveable"},
text: "Unbeatable Flavors",
},
{
type: "text-icon",
text: "Daily Deals",
icon: Sparkles,
},
{
type: "text",
text: "Always Craveable",
},
]} ]}
marqueeSpeed={35} marqueeSpeed={35}
/> />
@@ -159,19 +116,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Utensils, icon: Utensils,
label: "Years Serving Flavor", label: "Years Serving Flavor", value: "25+"},
value: "25+",
},
{ {
icon: ThumbsUp, icon: ThumbsUp,
label: "Happy Customers Annually", label: "Happy Customers Annually", value: "1M+"},
value: "1M+",
},
{ {
icon: Flame, icon: Flame,
label: "Spicy Choices", label: "Spicy Choices", value: "Endless"},
value: "Endless",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -184,80 +135,53 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Craveable Creations", title: "Craveable Creations", description: "From Crunchwrap Supremes to Nacho Fries, our menu is packed with unique flavors you can't find anywhere else. Constantly innovating to surprise your taste buds!", media: {
description: "From Crunchwrap Supremes to Nacho Fries, our menu is packed with unique flavors you can't find anywhere else. Constantly innovating to surprise your taste buds!", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131309.jpg", imageAlt: "Crunchwrap Supreme"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131309.jpg",
imageAlt: "Crunchwrap Supreme",
},
items: [ items: [
{ {
icon: Taco, icon: Taco,
text: "Iconic Menu Items", text: "Iconic Menu Items"},
},
{ {
icon: Sparkles, icon: Sparkles,
text: "Limited Time Offers", text: "Limited Time Offers"},
},
{ {
icon: Utensils, icon: Utensils,
text: "Customizable Orders", text: "Customizable Orders"},
},
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food-composition-with-slate_23-2148131291.jpg", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food-composition-with-slate_23-2148131291.jpg", imageAlt: "crunchwrap supreme close up"},
imageAlt: "crunchwrap supreme close up",
},
{ {
title: "Fresh & Quality Ingredients", title: "Fresh & Quality Ingredients", description: "We believe great taste starts with great ingredients. Enjoy the freshest produce, seasoned meats, and delicious sauces in every meal.", media: {
description: "We believe great taste starts with great ingredients. Enjoy the freshest produce, seasoned meats, and delicious sauces in every meal.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-bell-peppers-with-ground-meat-dark-grey-background-beef-dolma-vegetables-meal_140725-74591.jpg", imageAlt: "Nacho Fries with cheese"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-bell-peppers-with-ground-meat-dark-grey-background-beef-dolma-vegetables-meal_140725-74591.jpg",
imageAlt: "Nacho Fries with cheese",
},
items: [ items: [
{ {
icon: Star, icon: Star,
text: "Locally Sourced Produce", text: "Locally Sourced Produce"},
},
{ {
icon: Heart, icon: Heart,
text: "Premium Meats", text: "Premium Meats"},
},
{ {
icon: Award, icon: Award,
text: "Signature Sauces", text: "Signature Sauces"},
},
], ],
reverse: true, reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-recipe-presentation_23-2151950849.jpg?_wi=2", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-recipe-presentation_23-2151950849.jpg", imageAlt: "crunchwrap supreme close up"},
imageAlt: "crunchwrap supreme close up",
},
{ {
title: "Lightning-Fast Service", title: "Lightning-Fast Service", description: "Hungry? We've got you covered. Get your delicious order quickly without compromising on quality, perfect for your busy schedule.", media: {
description: "Hungry? We've got you covered. Get your delicious order quickly without compromising on quality, perfect for your busy schedule.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-wooden-board_23-2148764331.jpg", imageAlt: "Chalupa Supreme"},
media: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-wooden-board_23-2148764331.jpg",
imageAlt: "Chalupa Supreme",
},
items: [ items: [
{ {
icon: Flame, icon: Flame,
text: "Quick Order Fulfilment", text: "Quick Order Fulfilment"},
},
{ {
icon: Taco, icon: Taco,
text: "Drive-Thru Friendly", text: "Drive-Thru Friendly"},
},
{ {
icon: Sparkles, icon: Sparkles,
text: "Online Ordering", text: "Online Ordering"},
},
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805518.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805518.jpg", imageAlt: "crunchwrap supreme close up"},
imageAlt: "crunchwrap supreme close up",
},
]} ]}
title="Flavor, Freshness & Fun Every Single Bite!" 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." 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."
@@ -274,47 +198,17 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
products={[ products={[
{ {
id: "p1", id: "p1", name: "Crunchwrap Supreme", price: "$4.79", imageSrc: "http://img.b2bpic.net/free-photo/burrito-cutting-board-near-cardamom-seeds_23-2148254383.jpg", imageAlt: "Crunchwrap Supreme"},
name: "Crunchwrap Supreme",
price: "$4.79",
imageSrc: "http://img.b2bpic.net/free-photo/burrito-cutting-board-near-cardamom-seeds_23-2148254383.jpg",
imageAlt: "Crunchwrap Supreme",
},
{ {
id: "p2", id: "p2", name: "Nacho Fries", price: "$2.29", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-with-sauces-white-plate_114579-19757.jpg", imageAlt: "Nacho Fries"},
name: "Nacho Fries",
price: "$2.29",
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-with-sauces-white-plate_114579-19757.jpg",
imageAlt: "Nacho Fries",
},
{ {
id: "p3", id: "p3", name: "Chalupa Supreme", price: "$4.29", imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22648.jpg", imageAlt: "Chalupa Supreme"},
name: "Chalupa Supreme",
price: "$4.29",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22648.jpg",
imageAlt: "Chalupa Supreme",
},
{ {
id: "p4", id: "p4", name: "Burrito Supreme", price: "$5.19", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805518.jpg", imageAlt: "Burrito Supreme"},
name: "Burrito Supreme",
price: "$5.19",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805518.jpg?_wi=2",
imageAlt: "Burrito Supreme",
},
{ {
id: "p5", 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"},
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", 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"},
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" 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!" description="Dive into our selection of fan favorites and discover your next obsession. From savory burritos to crunchy tacos, we have something for everyone!"
@@ -329,43 +223,19 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "combo-1", id: "combo-1", badge: "Best Value", badgeIcon: Sparkles,
badge: "Best Value", price: "$5.00", subtitle: "Cravings Box", features: [
badgeIcon: Sparkles, "1 Classic Taco", "1 Burrito", "1 Side Item", "1 Medium Drink"],
price: "$5.00",
subtitle: "Cravings Box",
features: [
"1 Classic Taco",
"1 Burrito",
"1 Side Item",
"1 Medium Drink",
],
}, },
{ {
id: "combo-2", id: "combo-2", badge: "Fan Favorite", badgeIcon: Heart,
badge: "Fan Favorite", price: "$7.00", subtitle: "Deluxe Box", features: [
badgeIcon: Heart, "1 Chalupa Supreme", "1 Beefy 5-Layer Burrito", "1 Nacho Fries", "1 Large Drink"],
price: "$7.00",
subtitle: "Deluxe Box",
features: [
"1 Chalupa Supreme",
"1 Beefy 5-Layer Burrito",
"1 Nacho Fries",
"1 Large Drink",
],
}, },
{ {
id: "combo-3", id: "combo-3", badge: "Spicy Deal", badgeIcon: Flame,
badge: "Spicy Deal", price: "$6.50", subtitle: "Hot Combo", features: [
badgeIcon: Flame, "1 Spicy Potato Soft Taco", "1 Fire! Ranch Burrito", "1 Chips & Cheese", "1 Medium Drink"],
price: "$6.50",
subtitle: "Hot Combo",
features: [
"1 Spicy Potato Soft Taco",
"1 Fire! Ranch Burrito",
"1 Chips & Cheese",
"1 Medium Drink",
],
}, },
]} ]}
title="Unbeatable Value Combos" title="Unbeatable Value Combos"
@@ -382,25 +252,15 @@ export default function LandingPage() {
author="Sarah L." author="Sarah L."
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304407.jpg", src: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304407.jpg", alt: "Sarah L."},
alt: "Sarah L.",
},
{ {
src: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4143.jpg", src: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4143.jpg", alt: "Mark T."},
alt: "Mark T.",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outside_23-2149042107.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outside_23-2149042107.jpg", alt: "Emily R."},
alt: "Emily R.",
},
{ {
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", 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."},
alt: "David C.",
},
{ {
src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", alt: "Jessica M."},
alt: "Jessica M.",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -412,14 +272,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Crunchwrap Supreme", "Crunchwrap Supreme", "Nacho Fries", "Chalupa Supreme", "Doritos Locos Tacos", "Cheesy Gordita Crunch", "Bean Burrito", "Cinnamon Twists"]}
"Nacho Fries",
"Chalupa Supreme",
"Doritos Locos Tacos",
"Cheesy Gordita Crunch",
"Bean Burrito",
"Cinnamon Twists",
]}
title="Our Fan Favorites Keep Growing!" title="Our Fan Favorites Keep Growing!"
description="Join thousands of happy customers who can't get enough of our unique flavors. Here are some of the items our community loves the most!" description="Join thousands of happy customers who can't get enough of our unique flavors. Here are some of the items our community loves the most!"
tag="Community Love" tag="Community Love"
@@ -431,20 +284,15 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Ready to Feast?" tag="Ready to Feast?"
title="Your Next Craving is Just a Click Away!" title="Your Next Craving is Just a Click Away!"
description="Ordering from Taco Bell ECR is quick, easy, and satisfying. Get your favorite Mexican-inspired dishes delivered or pick up in-store today." description="Ordering from Taco Bell ECR is quick, easy, and satisfying. Get your favorite Mexican-inspired dishes delivered or pick up in-store today."
buttons={[ buttons={[
{ {
text: "Order Online Now", text: "Order Online Now", href: "https://www.tacobell.com/order"},
href: "https://www.tacobell.com/order",
},
{ {
text: "Find Our Location", text: "Find Our Location", href: "https://www.google.com/maps/search/Taco+Bell+ECR"},
href: "https://www.google.com/maps/search/Taco+Bell+ECR",
},
]} ]}
/> />
</div> </div>
@@ -456,50 +304,31 @@ export default function LandingPage() {
logoText="Taco Bell ECR" logoText="Taco Bell ECR"
columns={[ columns={[
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "Full Menu", label: "Full Menu", href: "#menu"},
href: "#menu",
},
{ {
label: "Special Deals", label: "Special Deals", href: "#deals"},
href: "#deals",
},
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Customer Reviews", label: "Customer Reviews", href: "#reviews"},
href: "#reviews",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "FAQs", label: "FAQs", href: "#"},
href: "#",
},
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}