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() {