import React from "react"; import Image from "next/image"; import AnimatedText from "@/components/common/AnimatedText"; import { faqs } from "@/data/faq"; export default function Faq() { return (
img
faq


It is a long established fact that a reader will be distracted the readable content of a page when looking at layout the point of using lorem the is Ipsum less normal distribution of letters.

UNIQUE PROJECTS
It is a long established fact that a reader will be distracted the readable content of a page when
UNIQUE PROJECTS
It is a long established fact that a reader will be distracted the readable content of a page when
{faqs.map((faq, index) => (
{faq.answer}
))}
); }