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