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 ➔ - +
@@ -96,12 +95,12 @@ export default function HeroSection(props: HeroSectionProps) {
API request. - get started ➔ - +
From 955ae03025fd209ee61c7115b0f28005cabd79c3 Mon Sep 17 00:00:00 2001 From: Pranav Marwaha <167099647+Pranav-Marwaha-73@users.noreply.github.com> Date: Fri, 27 Mar 2026 17:03:18 +0530 Subject: [PATCH 2/2] Fix installation link in HeroSection Updated installation link in HeroSection component. --- components/sections/HeroSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/sections/HeroSection.tsx b/components/sections/HeroSection.tsx index 69cb37b..aad59de 100644 --- a/components/sections/HeroSection.tsx +++ b/components/sections/HeroSection.tsx @@ -48,7 +48,7 @@ export default function HeroSection(props: HeroSectionProps) { single API request. get started ➔ @@ -96,7 +96,7 @@ export default function HeroSection(props: HeroSectionProps) { get started ➔