diff --git a/src/app/page.tsx b/src/app/page.tsx index fbee4c6..daa764f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardFour from '@/components/sections/product/ProductCardFour'; import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Utensils, Award, MapPin, Phone } from "lucide-react"; +import { Utensils, Award, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -154,6 +154,7 @@ export default function LandingPage() { mediaPosition="right" buttonText="Reservar Ahora" useInvertedBackground={true} + background={{ variant: "plain" }} />