From ca68371968ee3f9a67d71286127f3a984cba932a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:21:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a0e50c..ed37d16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,12 +67,9 @@ 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" @@ -122,12 +119,9 @@ 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" @@ -160,7 +154,7 @@ export default function QueTacoLanding() { description="Follow us on social media for daily location updates and special announcements, or message us with catering inquiries and special requests. Hours: Mon-Thu 11:30 AM-11 PM, Fri-Sat 11:30 AM-12 AM, Closed Sundays." buttons={[ { text: "Follow on Instagram", href: "https://instagram.com" }, - { text: "Message Us", href: "#" }, + { text: "Order Catering", href: "#" }, ]} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} -- 2.49.1