From a56bbd0c58562ea8a0d0cfb36fc315ffd08acffc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:23:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bd2d9d..59587b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Award, Phone, Mail, MapPin } from "lucide-react"; export default function LandingPage() { @@ -38,6 +37,7 @@ export default function LandingPage() { { name: "Contato", id: "contact" }, ]} brandName="Multcolor" + button={{ text: "Contato", href: "#contact" }} /> @@ -84,6 +84,7 @@ export default function LandingPage() { textboxLayout="split" animationType="slide-up" gridVariant="three-columns-all-equal-width" + useInvertedBackground={false} products={[ { id: "s1", name: "Manutenção Preventiva", price: "Consulte", imageSrc: "https://images.unsplash.com/photo-1581092160607-ee2252247672?q=80&w=800" }, { id: "s2", name: "Reparo Especializado", price: "Consulte", imageSrc: "https://images.unsplash.com/photo-1504384764586-bb4cdc1707b0?q=80&w=800" }, @@ -95,6 +96,7 @@ export default function LandingPage() {