From 8503dca61a0da8ea05f102b2140d99b7591e9309 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:40:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 712af19..4bfbda2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,9 +11,6 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; import { Award, Shield, Zap } from "lucide-react"; export default function LandingPage() { @@ -38,7 +35,7 @@ export default function LandingPage() { { name: "Sobre", id: "about" }, { name: "Diferenciais", id: "features" }, { name: "Produtos", id: "products" }, - { name: "Depo: "Depoimentos", id: "testimonials" }, + { name: "Depoimentos", id: "testimonials" }, { name: "Contato", id: "contact" }, ]} brandName="Valverde" @@ -76,10 +73,7 @@ export default function LandingPage() {
- - - - +
@@ -135,7 +129,6 @@ export default function LandingPage() { title="Pronto para começar?" description="Entre em contato agora e receba um atendimento exclusivo da equipe Valverde." imageSrc="http://img.b2bpic.net/free-photo/abstract-grainy-texture-background_23-2151891739.jpg?_wi=5" - buttonText="Falar no WhatsApp" onSubmit={(email) => console.log(email)} mediaAnimation="blur-reveal" /> -- 2.49.1