From c15383a7f59ae23e71ce2225aba646240f2ff71c Mon Sep 17 00:00:00 2001
From: Emil Gulamov <125820963+mearashadowfax@users.noreply.github.com>
Date: Sat, 17 Feb 2024 08:15:22 +0400
Subject: [PATCH] Add inline scripts and adjust webpage content
Added inline scripts for tabs and accordion features in the FeaturesNavs and FAQ components respectively. Also, adjusted the comment in FAQ component and made changes in the FooterSection component for improved content display. Adjusted the margin and added anchor tag in the copyright section.
---
src/components/FAQ.astro | 4 +++-
src/components/FeaturesNavs.astro | 1 +
src/components/FooterSection.astro | 12 +++++++++---
3 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/src/components/FAQ.astro b/src/components/FAQ.astro
index 6d78e54..86257f7 100644
--- a/src/components/FAQ.astro
+++ b/src/components/FAQ.astro
@@ -6,7 +6,7 @@ import AccordionItem from "./ui/blocks/AccordionItem.astro";
const subTitle: string =
"Ask us anything about our brand and products, and get factual responses.";
-// Define a helper function to generate ids
+// Helper function to generate ids
const makeId = (base: any, index: any) => `${base}${index + 1}`;
const faqs = [
@@ -75,3 +75,5 @@ const faqs = [
+
+
\ No newline at end of file
diff --git a/src/components/FeaturesNavs.astro b/src/components/FeaturesNavs.astro
index 7d16874..ee42135 100644
--- a/src/components/FeaturesNavs.astro
+++ b/src/components/FeaturesNavs.astro
@@ -126,3 +126,4 @@ const title: string = `Customize
\ No newline at end of file
diff --git a/src/components/FooterSection.astro b/src/components/FooterSection.astro
index 451aa6b..1904f71 100644
--- a/src/components/FooterSection.astro
+++ b/src/components/FooterSection.astro
@@ -179,14 +179,20 @@ const company: Links[] = [