From 880479cec293af70962d0d7263da44057cd42043 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 13:20:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 758fba0..f9a6bcc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Mail, MapPin, Phone, Leaf, Flower, Sun } from "lucide-react"; export default function LandingPage() { return ( @@ -149,6 +148,7 @@ export default function LandingPage() { title="Visit Our Community Studio" description="Find us in the heart of the valley. We offer consultations in a cozy, welcoming space." background={{ variant: "plain" }} + useInvertedBackground={false} inputPlaceholder="Your email here" /> -- 2.49.1