From a970adf5632662f913ca175c89e75ea9c48cd50a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 17:19:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }} />