From fcb63fbc7b454372b71dc872aaa6787f85e26b9e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:45:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 158 +++++++++++------------------------------------ 1 file changed, 35 insertions(+), 123 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea7f315..257bee3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,63 +47,40 @@ export default function LandingPage() {
@@ -140,23 +107,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "s1", - title: "Estética Dental", - description: "Sorrisos harmônicos com facetas e lentes de contato em cerâmica.", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-white-teeth_624325-1623.jpg", - }, + id: "s1", title: "Estética Dental", description: "Sorrisos harmônicos com facetas e lentes de contato em cerâmica.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-white-teeth_624325-1623.jpg"}, { - id: "s2", - title: "Ortodontia", - description: "Alinhamento preciso e estético com as melhores tecnologias do mercado.", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66792.jpg", - }, + id: "s2", title: "Ortodontia", description: "Alinhamento preciso e estético com as melhores tecnologias do mercado.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66792.jpg"}, { - id: "s3", - title: "Implantes", - description: "Recupere a função e a estética com implantes duradouros e seguros.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053274.jpg", - }, + id: "s3", title: "Implantes", description: "Recupere a função e a estética com implantes duradouros e seguros.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053274.jpg"}, ]} title="Nossas Especialidades" description="Tratamentos pensados para transformar seu sorriso com segurança e eficácia." @@ -165,44 +120,20 @@ export default function LandingPage() {
@@ -244,25 +164,17 @@ export default function LandingPage() {