diff --git a/src/app/page.tsx b/src/app/page.tsx index 42f8546..d648e22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { CheckCircle, Eye, Heart, Lightbulb, Search, Shield, UserCheck } from "lucide-react"; +import { CheckCircle, Eye, Heart, Lightbulb, Search, Shield, UserCheck, HeartHandshake, Stethoscope, Grid3X3, SlidersHorizontal } from "lucide-react"; export default function LandingPage() { return ( @@ -33,35 +33,21 @@ export default function LandingPage() { @@ -69,80 +55,51 @@ export default function LandingPage() {
@@ -152,12 +109,9 @@ export default function LandingPage() { useInvertedBackground={true} tag="Why Clear Seoul" title="클리어서울안과가 특별한 이유" - description="저희는 환자분들의 소중한 눈을 위해 끊임없이 연구하고 최선을 다합니다. 차별화된 진료 시스템으로 만족스러운 시력 교정 결과를 약속드립니다." buttons={[ { - text: "자세히 알아보기", - href: "#clinic-features", - }, + text: "자세히 알아보기", href: "#clinic-features"}, ]} /> @@ -166,80 +120,54 @@ export default function LandingPage() {