diff --git a/src/app/page.tsx b/src/app/page.tsx
index f554579..c637450 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,6 +8,7 @@ import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
+import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
@@ -45,19 +46,16 @@ export default function HomePage() {
background={{ variant: "downward-rays-static" }}
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8437.jpg",
- alt: "D-Max Zwembaden luxury pool project",
- },
+ src: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8437.jpg", alt: "D-Max Zwembaden luxury pool project"},
]}
avatarText="20+ jaren ervaring | 4.9★ rating | 47+ tevreden klanten"
buttons={[
{ text: "Vraag een offerte aan", href: "/contact" },
- { text: "Bekijk onze realisaties", href: "#portfolio" },
+ { text: "Bekijk onze realisaties", href: "portfolio" },
]}
buttonAnimation="slide-up"
className="w-full"
containerClassName="py-20 md:py-32"
- useInvertedBackground={false}
/>
@@ -65,21 +63,15 @@ export default function HomePage() {