From 723d300c738ec58b9b8b0e90c71dc3009ef52c1d Mon Sep 17 00:00:00 2001 From: sanjidaRimi023 Date: Wed, 6 May 2026 20:22:05 +0600 Subject: [PATCH] refector:home page btn accessibility change --- src/components/HeroSection.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/HeroSection.tsx b/src/components/HeroSection.tsx index 2dd6a01..11789d6 100644 --- a/src/components/HeroSection.tsx +++ b/src/components/HeroSection.tsx @@ -2,11 +2,11 @@ import { Button } from "@/components/ui/button"; import { motion } from "framer-motion"; import { ArrowRight, ChevronDown } from "lucide-react"; import { useEffect, useRef } from "react"; +import { Link } from "react-router-dom"; export default function HeroSection() { const containerRef = useRef(null); - // Parallax effect for floating shapes useEffect(() => { const handleMouseMove = (e: MouseEvent) => { if (!containerRef.current) return; @@ -154,7 +154,7 @@ export default function HeroSection() { size="lg" className="bg-primary text-primary-foreground font-semibold px-8 py-6 text-lg rounded-full neon-glow hover:neon-glow-strong transition-all group" > - Get Started + Get In Touch