diff --git a/src/app/page.tsx b/src/app/page.tsx index 752f73c..cebe300 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { ChefHat, Users, MapPin, TrendingUp, Zap, Fire, Mail, Menu } from "lucide-react"; +import { ChefHat, Users, MapPin, TrendingUp, Zap, Mail, Menu } from "lucide-react"; export default function LandingPage() { return ( @@ -50,6 +50,7 @@ export default function LandingPage() { imageAlt="Delicious bomb tacos fresh colorful display" mediaAnimation="slide-up" useInvertedBackground={false} + background={{ variant: "plain" }} testimonials={[ { name: "Maria Santos", handle: "Regular Customer", testimonial: "These tacos are literally bombs! Best tacos I've ever had.", rating: 5, @@ -74,7 +75,7 @@ export default function LandingPage() { title="Signature Bomb Tacos" description="Hand-crafted tacos with premium ingredients and authentic recipes." tag="Best Sellers" - tagIcon={Fire} + tagIcon={Zap} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true}