From 49f808274e3c09a96ac9fddc7413f4b97e676fa8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:42:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e765ab..b619051 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,6 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Link from "next/link"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; import TextAbout from "@/components/sections/about/TextAbout"; @@ -10,7 +9,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Zap, Lightbulb, Globe, Smartphone, Code, Award, MessageSquare, CheckCircle, Target, Send, Briefcase } from "lucide-react"; +import { Zap, Lightbulb, Globe, Smartphone, Code, Award, MessageSquare, CheckCircle, Target } from "lucide-react"; const HomePage = () => { const navItems = [ @@ -100,7 +99,7 @@ const HomePage = () => { { text: "See Our Services", href: "/services" }, ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} ariaLabel="Hero section" />