From 06547500b382f5d538921dc84bca6f05996a6242 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 10:20:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 065a079..7184b00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import HeroPersonalLinks from "@/components/sections/hero/HeroPersonalLinks"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; @@ -12,7 +12,7 @@ import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import { Zap, ArrowUpRight, TrendingUp, Shield, Users } from "lucide-react"; +import { Zap, ArrowUpRight, TrendingUp, Shield, Users, Mail, Linkedin, Github } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -40,17 +40,18 @@ export default function WebAgency2Page() { button={{ text: "Request Audit", href: "#contact" }} />
-
-- 2.49.1