From 9399aec31d4c6f6a4e45cc05704a3d9bd076490f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 19:23:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d96dc75..801009c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Home, MapPin, User, Mail, Phone, Instagram, Facebook } from "lucide-react"; +import { Home, User } from "lucide-react"; export default function LandingPage() { return ( @@ -136,13 +136,12 @@ export default function LandingPage() { description="Luxury, location, and heartfelt hospitality—all in one place. Reserve your dates now." buttons={[{ text: "Book Now", href: "https://booking.com" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />