diff --git a/src/components/FAQ.astro b/src/components/FAQ.astro index f1f2329..6d78e54 100644 --- a/src/components/FAQ.astro +++ b/src/components/FAQ.astro @@ -7,7 +7,7 @@ const subTitle: string = "Ask us anything about our brand and products, and get factual responses."; // Define a helper function to generate ids -const makeId = (base, index) => `${base}${index + 1}`; +const makeId = (base: any, index: any) => `${base}${index + 1}`; const faqs = [ { diff --git a/src/components/HeroSection.astro b/src/components/HeroSection.astro index 710e12f..5614400 100644 --- a/src/components/HeroSection.astro +++ b/src/components/HeroSection.astro @@ -67,16 +67,16 @@ const reviews:string = "12.8k";