From 83c0934584814ab8e2a64d33a13afeacb3f7b72a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 11:28:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) 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() {
-
-- 2.49.1