diff --git a/src/app/page.tsx b/src/app/page.tsx
index d87f0ff..28cc4d5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,93 +32,58 @@ export default function LandingPage() {
@@ -126,10 +91,10 @@ export default function LandingPage() {
@@ -174,33 +124,18 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- imageSrc: "http://img.b2bpic.net/free-photo/pleased-pretty-caucasian-woman-with-wrapped-hair-towel-sitting-table_141793-120912.jpg",
- },
+ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-pretty-caucasian-woman-with-wrapped-hair-towel-sitting-table_141793-120912.jpg"},
{
- id: "2",
- name: "Michael R.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-before-after-rhinoplasty-side-view_23-2149947602.jpg",
- },
+ id: "2", name: "Michael R.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-before-after-rhinoplasty-side-view_23-2149947602.jpg"},
{
- id: "3",
- name: "Emily K.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg",
- },
+ id: "3", name: "Emily K.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg"},
{
- id: "4",
- name: "David W.",
- imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg",
- },
+ id: "4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg"},
{
- id: "5",
- name: "Jessica L.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautifu-smiling-nurse-uniform-happily-looking-camera-white-background_574295-2681.jpg",
- },
+ id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautifu-smiling-nurse-uniform-happily-looking-camera-white-background_574295-2681.jpg"},
]}
- cardTitle="Patient Stories"
- cardTag="Trusted by hundreds"
+ cardTitle="Histórias dos Pacientes"
+ cardTag="Recomendado por centenas"
cardAnimation="slide-up"
/>
@@ -208,24 +143,15 @@ export default function LandingPage() {
@@ -237,23 +163,14 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "How long is recovery?",
- content: "Recovery varies by procedure but generally ranges from 2 to 6 weeks.",
- },
+ id: "q1", title: "Quanto tempo dura a recuperação?", content: "A recuperação varia conforme o procedimento, mas geralmente dura entre 2 a 6 semanas."},
{
- id: "q2",
- title: "Are consultations private?",
- content: "Absolutely. Your privacy is our priority throughout the entire process.",
- },
+ id: "q2", title: "As consultas são privadas?", content: "Absolutamente. Sua privacidade é nossa prioridade absoluta durante todo o processo."},
{
- id: "q3",
- title: "What qualifications do you hold?",
- content: "Dr. Smith is board-certified with over 20 years of specialized experience.",
- },
+ id: "q3", title: "Quais são as qualificações do Dr.?", content: "O Dr. Smith é certificado e possui mais de 20 anos de experiência especializada."},
]}
- title="Common Inquiries"
- description="Answers to frequently asked questions about surgical procedures and recovery."
+ title="Dúvidas Frequentes"
+ description="Respostas para as perguntas mais comuns sobre cirurgias e recuperação."
faqsAnimation="blur-reveal"
/>
@@ -261,26 +178,18 @@ export default function LandingPage() {
@@ -289,10 +198,10 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file