From 3546ff4758888a90631fec448d5e9f0e4a0f73e3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 10:39:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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() { /> +
+ +
+