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" />