diff --git a/src/app/page.tsx b/src/app/page.tsx index 9911131..88e205e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,9 @@ import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; import Link from "next/link"; -import { Sparkles, Zap, Brain, Award, PenTool, BarChart3, Users, Shield, Lightbulb, CheckCircle, DollarSign, Rocket } from "lucide-react"; +import { Sparkles, Zap, Brain, Award, PenTool, BarChart3, Users, Shield, Lightbulb, CheckCircle, DollarSign, Rocket, HelpCircle } from "lucide-react"; export default function HomePage() { return ( @@ -20,7 +21,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -31,10 +32,9 @@ export default function HomePage() { + {/* Pricing Section */} +
+ +
+ {/* Testimonials Section */}
+ {/* FAQ Section */} +
+ +
+ {/* CTA Section */}