7 Commits

Author SHA1 Message Date
87ffeea259 Merge version_3 into main
Merge version_3 into main
2026-03-03 19:32:06 +00:00
75a90eee33 Update src/app/page.tsx 2026-03-03 19:32:02 +00:00
c33a87295b Merge version_3 into main
Merge version_3 into main
2026-03-03 19:27:44 +00:00
991d4135d1 Update src/app/page.tsx 2026-03-03 19:27:40 +00:00
91491c3560 Merge version_3 into main
Merge version_3 into main
2026-03-03 19:21:38 +00:00
ca68371968 Update src/app/page.tsx 2026-03-03 19:21:34 +00:00
214fdc3cba Merge version_2 into main
Merge version_2 into main
2026-03-03 19:11:48 +00:00

View File

@@ -130,7 +130,7 @@ export default function QueTacoLanding() {
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"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -160,7 +160,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}