From f27298f34adf04bd219479b4afce8183bf1f0744 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:41:07 +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 52ced1a..c1678ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Coffee, MapPin, Sparkles, Star, Users, Phone } from "lucide-react"; +import { Coffee, MapPin, Sparkles, Star, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -166,6 +166,8 @@ export default function LandingPage() { title="Visit Us" description="Located in the heart of the city at 123 Artisan Way. Reach us by phone at (555) 123-4567." buttons={[{ text: "Call Us", href: "tel:+15551234567" }, { text: "Get Directions", href: "https://maps.google.com" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1