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() {