From eeeb0fab81fa315de2bf3b1df789b2237a6b3814 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:16:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e5656f2..3b11637 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import { Eye, Zap, Brain, Shield } from "lucide-react"; +import Link from "next/link"; export default function LandingPage() { return (