diff --git a/src/app/page.tsx b/src/app/page.tsx index e97cbe3..b908caa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Cake, Coffee, MapPin, Mail, Sparkles } from "lucide-react"; +import { Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -96,6 +96,8 @@ export default function LandingPage() { title="Stay Updated" description="Subscribe to our updates for new menu launches and special events." tagIcon={Mail} + background={{ variant: "plain" }} + useInvertedBackground={false} />