Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:27:40 +00:00
parent ca68371968
commit 991d4135d1

View File

@@ -67,9 +67,12 @@ export default function QueTacoLanding() {
tagIcon={Utensils}
textboxLayout="default"
features={[
{ title: "Classic Carne Asada Tacos", description: "Tender grilled beef, fresh cilantro, onion, and lime. Served on corn tortillas.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mexican-tacos-plate_23-2148181603.jpg", imageAlt: "Delicious carne asada tacos"},
{ title: "Seasoned Chicken & Fish", description: "Marinated chicken or fresh fish tacos with cabbage slaw and chipotle crema.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brazilian-food-with-beans-lime_23-2148751900.jpg", imageAlt: "Protein options for tacos"},
{ title: "Authentic Beverages", description: "Refreshing Mexican sodas, fresh limeade, and seasonal agua frescas.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-michelada-cocktail-with-beer-lime-juicehot-saucesalted-rim-tomato-juice_123827-22019.jpg", imageAlt: "Traditional Mexican drinks"},
{
title: "Classic Carne Asada Tacos", description: "Tender grilled beef, fresh cilantro, onion, and lime. Served on corn tortillas.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mexican-tacos-plate_23-2148181603.jpg", imageAlt: "Delicious carne asada tacos"},
{
title: "Seasoned Chicken & Fish", description: "Marinated chicken or fresh fish tacos with cabbage slaw and chipotle crema.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brazilian-food-with-beans-lime_23-2148751900.jpg", imageAlt: "Protein options for tacos"},
{
title: "Authentic Beverages", description: "Refreshing Mexican sodas, fresh limeade, and seasonal agua frescas.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-michelada-cocktail-with-beer-lime-juicehot-saucesalted-rim-tomato-juice_123827-22019.jpg", imageAlt: "Traditional Mexican drinks"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -119,9 +122,12 @@ export default function QueTacoLanding() {
tagIcon={CheckCircle}
textboxLayout="default"
features={[
{ title: "Fresh Daily Ingredients", description: "Every ingredient is sourced fresh each morning from local Lexington suppliers. No shortcuts, no compromises.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables_1303-4811.jpg", imageAlt: "Fresh produce used in our tacos"},
{ title: "Quick Service, Never Rushed", description: "Get your tacos fast without sacrificing quality. We're proud of every order we hand you, made fresh to order.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-alarm-clock_1154-134.jpg", imageAlt: "Efficient taco truck service"},
{ title: "Built for the Community", description: "We're locals serving locals. Your feedback shapes our menu and our mission every single day.", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-outside_23-2149033593.jpg", imageAlt: "Community-focused food truck"},
{
title: "Fresh Daily Ingredients", description: "Every ingredient is sourced fresh each morning from local Lexington suppliers. No shortcuts, no compromises.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables_1303-4811.jpg", imageAlt: "Fresh produce used in our tacos"},
{
title: "Quick Service, Never Rushed", description: "Get your tacos fast without sacrificing quality. We're proud of every order we hand you, made fresh to order.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-alarm-clock_1154-134.jpg", imageAlt: "Efficient taco truck service"},
{
title: "Built for the Community", description: "We're locals serving locals. Your feedback shapes our menu and our mission every single day.", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-outside_23-2149033593.jpg", imageAlt: "Community-focused food truck"},
]}
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"