From 9fdce6be09b4ee0fb7c5972d90987cd936de0b49 Mon Sep 17 00:00:00 2001 From: aryan Date: Thu, 15 Aug 2024 13:14:13 +0530 Subject: [PATCH] Modified links Signed-off-by: aryan --- components/sections/HeroSection.tsx | 4 ++-- constants/faqdata.ts | 2 +- src/app/page.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/sections/HeroSection.tsx b/components/sections/HeroSection.tsx index aaffbdb..defe861 100644 --- a/components/sections/HeroSection.tsx +++ b/components/sections/HeroSection.tsx @@ -49,7 +49,7 @@ export default function HeroSection(props: HeroSectionProps) { single API request. get started ➔ @@ -97,7 +97,7 @@ export default function HeroSection(props: HeroSectionProps) { get started ➔ diff --git a/constants/faqdata.ts b/constants/faqdata.ts index 6242047..30ed91d 100644 --- a/constants/faqdata.ts +++ b/constants/faqdata.ts @@ -2,7 +2,7 @@ export const FAQData = [ { question: "How can I install IntelOwl?", answer: - 'That is super fast and straightforward: follow the guide here', + 'That is super fast and straightforward: follow the guide here', }, { question: diff --git a/src/app/page.tsx b/src/app/page.tsx index bcc4f0e..462655a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function Home() {