From 01f898eada44509f95c9f5a1de5bfc1148f017fc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:17:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8eb72c4..c764f49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,9 +53,9 @@ export default function LandingPage() { tag="Bem-vindo" tagAnimation="slide-up" marqueeItems={[ - { text: "ExcelĂȘncia em Oftalmologia", icon: Sparkles }, - { text: "Tecnologia Moderna", icon: Zap }, - { text: "Atendimento Humanizado", icon: Heart }, + { type: "text-icon", text: "ExcelĂȘncia em Oftalmologia", icon: Sparkles }, + { type: "text-icon", text: "Tecnologia Moderna", icon: Zap }, + { type: "text-icon", text: "Atendimento Humanizado", icon: Heart }, ]} showMarqueeCard={true} marqueeSpeed={40} -- 2.49.1