diff --git a/src/app/page.tsx b/src/app/page.tsx index 79bd97a..4f336f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import { Activity, Award, Feather, Heart, ShieldCheck, Sparkles, Quote } from "lucide-react"; export default function LandingPage() { @@ -40,6 +41,8 @@ export default function LandingPage() { name: "Portfolio", id: "#products"}, { name: "Testimonials", id: "#testimonials"}, + { + name: "FAQs", id: "#faq"}, { name: "Socials", id: "#social-media"}, { @@ -210,6 +213,37 @@ export default function LandingPage() { /> +