From 4bd5aa1fcf83b88199e7dd5572c2d6add12aa926 Mon Sep 17 00:00:00 2001 From: Pranav Marwaha <167099647+Pranav-Marwaha-73@users.noreply.github.com> Date: Fri, 27 Mar 2026 13:22:31 +0530 Subject: [PATCH 1/2] fix: replace Next.js Link with native anchor tags for get started buttons --- components/sections/HeroSection.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/components/sections/HeroSection.tsx b/components/sections/HeroSection.tsx index 4dae79f..69cb37b 100644 --- a/components/sections/HeroSection.tsx +++ b/components/sections/HeroSection.tsx @@ -1,7 +1,6 @@ "use client"; /* eslint-disable @next/next/no-img-element */ -import Link from "next/link"; import { motion } from "framer-motion"; import { TypeAnimation } from "react-type-animation"; @@ -48,12 +47,12 @@ export default function HeroSection(props: HeroSectionProps) { From multiple sources with just a{" "} single API request. - get started ➔ - +