From 1920260f6fffcfefccc198eb04dbf8f6f239bdfb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 11:19:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9d9863..b59da76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Cactus, Flame, Star } from 'lucide-react'; +import { Flame, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -43,10 +43,10 @@ export default function LandingPage() { description="Where the tacos are loud, the micheladas are cold, and nobody leaves hungry. Serious authentic Mexican food. Not serious people." tag="Family Favorite in Decatur" tagIcon={Flame} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg?_wi=1", imageAlt: "Sizzling authentic tacos" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg", imageAlt: "Sizzling authentic tacos" }, { imageSrc: "http://img.b2bpic.net/free-photo/spicy-michelada-drink-assortment-table_23-2149027846.jpg", imageAlt: "Cold refreshing michelada" @@ -64,7 +64,7 @@ export default function LandingPage() {
-- 2.49.1