33import React from "react" ;
44import Image from "next/image" ;
55import Link from "next/link" ;
6- import { usePathname } from "next/navigation" ;
76import { motion , useInView , useSpring , useTransform } from "framer-motion" ;
87import { useEffect , useRef , useState } from "react" ;
98import {
@@ -12,18 +11,14 @@ import {
1211 Calendar ,
1312 MessageCircle ,
1413 ArrowRight ,
15- CheckCircle2 ,
1614 Star ,
1715 Search ,
1816 CreditCard ,
1917 Zap ,
20- Check ,
21- Menu ,
22- X
18+ Check
2319} from "lucide-react" ;
2420
2521import { Button } from "@/components/ui/button" ;
26- import NoillinIcon from "@/components/NoillinIcon" ;
2722import Footer from "@/components/Footer" ;
2823import Navbar from "@/components/Navbar" ;
2924
@@ -176,7 +171,6 @@ function TestimonialSlider({ testimonials }: { testimonials: Testimonial[] }) {
176171}
177172
178173export default function HomePage ( ) {
179- const pathname = usePathname ( ) ;
180174 return (
181175 < div className = "min-h-screen bg-[#F1F5F9] text-slate-900 font-sans selection:bg-emerald-100 selection:text-emerald-900" >
182176 < Navbar />
@@ -471,7 +465,7 @@ export default function HomePage() {
471465 Ready to Join the < br /> < span className = "text-emerald-500" > Future Economy?</ span >
472466 </ h2 >
473467 < p className = "text-slate-400 text-base sm:text-lg md:text-xl font-medium mb-10 sm:mb-12 max-w-xl mx-auto leading-relaxed" >
474- Unlock elite partnerships and scale your presence with the world' s most advanced influencer infrastructure.
468+ Unlock elite partnerships and scale your presence with the world' s most advanced influencer infrastructure.
475469 </ p >
476470 < div className = "flex flex-col sm:flex-row items-center justify-center gap-6" >
477471 < Link href = "/signup" >
0 commit comments