diff --git a/src/app/page.tsx b/src/app/page.tsx index a9fc045..75eae38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,11 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Heart } from "lucide-react"; +import { Heart, Briefcase, ExternalLink, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -46,22 +46,25 @@ export default function LandingPage() {
-