diff --git a/src/app/page.tsx b/src/app/page.tsx index 100cee8..52eba75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Crown, User } from "lucide-react"; +import { Award, Camera, Crown, Flag, MapPin, Sparkles, User } from "lucide-react"; export default function LandingPage() { return ( @@ -34,46 +34,26 @@ export default function LandingPage() { @@ -81,16 +61,13 @@ export default function LandingPage() {
@@ -410,13 +263,9 @@ export default function LandingPage() { logoAlt="SWING LAB Logo" logoText="SWING LAB" leftLink={{ - text: "스윙랩 소개", - href: "#about", - }} + text: "스윙랩 소개", href: "#about"}} rightLink={{ - text: "문의하기", - href: "#contact", - }} + text: "문의하기", href: "#contact"}} />