From 6340da23abecfd33a7d90c469dc778a56b344824 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 03:34:56 +0000 Subject: [PATCH] Update src/app/servicos/page.tsx --- src/app/servicos/page.tsx | 114 +++++++------------------------------- 1 file changed, 21 insertions(+), 93 deletions(-) diff --git a/src/app/servicos/page.tsx b/src/app/servicos/page.tsx index bd1575b..e5bd345 100644 --- a/src/app/servicos/page.tsx +++ b/src/app/servicos/page.tsx @@ -12,29 +12,25 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -45,42 +41,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "1", - brand: "Reabilitação", - name: "Implantes Premium", - price: "Sob Consulta", - rating: 5, - reviewCount: "50+", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg?_wi=3", - }, - { - id: "2", - brand: "Estética", - name: "Ortodontia", - price: "Sob Consulta", - rating: 5, - reviewCount: "80+", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg?_wi=4", - }, - { - id: "3", - brand: "Infantil", - name: "Odontopediatria", - price: "Sob Consulta", - rating: 5, - reviewCount: "40+", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg?_wi=5", - }, - { - id: "4", - brand: "Clínico", - name: "Endodontia", - price: "Sob Consulta", - rating: 5, - reviewCount: "60+", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg?_wi=6", - }, + { id: "1", brand: "Reabilitação", name: "Implantes Premium", price: "Sob Consulta", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg" }, + { id: "2", brand: "Estética", name: "Ortodontia", price: "Sob Consulta", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg" }, + { id: "3", brand: "Infantil", name: "Odontopediatria", price: "Sob Consulta", rating: 5, reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg" }, + { id: "4", brand: "Clínico", name: "Endodontia", price: "Sob Consulta", rating: 5, reviewCount: "60+", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg" } ]} title="Tratamentos Premium" description="Soluções completas para sua saúde bucal." @@ -89,47 +53,11 @@ export default function LandingPage() {