From 338e5afb566a6aa3c651154407fd89a623569a44 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 06:11:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} /> -- 2.49.1