From c3ebb4d2d6c0cd4864a3c7f85101969a39c599ca Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:13:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 231 ++++++++--------------------------------------- 1 file changed, 39 insertions(+), 192 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24be4c3..7fc3d05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,96 +30,39 @@ export default function LandingPage() {
@@ -131,26 +74,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Excelência e Segurança", - description: "Atendimento focado em resultados naturais e harmonia facial.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-bathrobe-spa_23-2148206144.jpg?_wi=1", - imageAlt: "Resultados naturais", - }, + id: "f1", title: "Excelência e Segurança", description: "Atendimento focado em resultados naturais e harmonia facial.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-bathrobe-spa_23-2148206144.jpg", imageAlt: "Resultados naturais"}, items: [ - { - icon: CheckCircle, - text: "Profissionais qualificados", - }, - { - icon: CheckCircle, - text: "Atendimento personalizado", - }, + { icon: CheckCircle, text: "Profissionais qualificados" }, + { icon: CheckCircle, text: "Atendimento personalizado" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-defocused-orchids_23-2148385919.jpg?_wi=2", - imageAlt: "luxurious skincare clinic professional aesthetic background", }, ]} title="Por que escolher nossa clínica?" @@ -160,46 +90,15 @@ export default function LandingPage() {
@@ -248,16 +127,10 @@ export default function LandingPage() { title="Sobre a Clínica Lumina" description="Nossa clínica é um refúgio de bem-estar e sofisticação. Combinamos técnicas modernas com um ambiente acolhedor para que você se sinta cuidada e valorizada em cada detalhe." metrics={[ - { - value: "10+", - title: "Anos de experiência", - }, - { - value: "5k+", - title: "Clientes atendidas", - }, + { value: "10+", title: "Anos de experiência" }, + { value: "5k+", title: "Clientes atendidas" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-posing-with-defocused-orchids_23-2148385919.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/woman-posing-with-defocused-orchids_23-2148385919.jpg" mediaAnimation="slide-up" /> @@ -265,9 +138,7 @@ export default function LandingPage() {
-- 2.49.1