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} />