+ );
+};
+
+const faqsList = [
+ {
+ title: "What is Sanity Gaming",
+ content:
+ "Sanity Gaming is an emerging esports platform that focuses on delivering high-quality content, community engagement, and inclusive experiences for gamers and esports enthusiasts. Our mission is to foster a positive and mentally healthy gaming environment.",
+ },
+ {
+ title: "What services does Sanity Gaming offer",
+ content:
+ "We provide a range of services, including esports highlights, gaming insights, community updates, game reviews, and live tournament coverage. Our goal is to connect gamers, enthusiasts, and organizers in a vibrant community.",
+ },
+ {
+ title: "How is Sanity Gaming different from other esports platforms",
+ content:
+ "Sanity Gaming distinguishes itself by prioritizing inclusivity and mental well-being within the gaming community. We aim to create a space where every gamer feels welcome, regardless of their skill level.",
+ },
+ {
+ title: "Is Sanity Gaming limited to a specific region or audience",
+ content:
+ "While we're an Indian-based company, our vision extends globally. We're dedicated to making a positive impact on the global esports community and welcome enthusiasts from around the world.",
+ },
+];
diff --git a/components/FeatureSection/FeatureSection.jsx b/components/FeatureSection/FeatureSection.jsx
index 48de2e9..e686725 100644
--- a/components/FeatureSection/FeatureSection.jsx
+++ b/components/FeatureSection/FeatureSection.jsx
@@ -3,12 +3,19 @@
import React from "react";
import FeaturesSectionGrid from "./FeatureSectionGrid";
import FeaturesSectionList from "./FeatureSectionList";
+import { motion } from "framer-motion";
export default function FeatureSection() {
return (
-