Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 01f898eada | |||
| f9558c5a4d |
@@ -9,6 +9,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
|
||||
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { Sparkles, Zap, Heart } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -52,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}
|
||||
|
||||
Reference in New Issue
Block a user