diff --git a/src/app/page.tsx b/src/app/page.tsx
index d714af0..fac9106 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,6 +9,7 @@ import ProductCardOne from "@/components/sections/product/ProductCardOne";
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import TeamCardFive from "@/components/sections/team/TeamCardFive";
+import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import Link from "next/link";
import { Sparkles, Award, Zap, Shield, BarChart3, Code, Palette, Smartphone, TrendingUp, Users, Globe } from "lucide-react";
@@ -21,7 +22,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles"
- background="blurBottom"
+ background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -46,7 +47,7 @@ export default function HomePage() {