diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5931596..b055922 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,6 +10,7 @@ import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FooterMedia from "@/components/sections/footer/FooterMedia";
+import FaqDouble from "@/components/sections/faq/FaqDouble";
import { Zap, BookOpen, Users, Lock, BarChart3, Calendar, CreditCard, BookMarked, Award, Lightbulb, Heart, CheckCircle, HelpCircle } from "lucide-react";
export default function HomePage() {
@@ -23,17 +24,15 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Product",
- items: [
- { label: "Features", href: "/features" },
- { label: "Pricing", href: "/pricing" },
+ title: "Product", items: [
+ { label: "Features", href: "#features" },
+ { label: "Pricing", href: "#pricing" },
{ label: "Security", href: "/security" },
{ label: "Roadmap", href: "/roadmap" },
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -41,8 +40,7 @@ export default function HomePage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Documentation", href: "https://docs.edumanagepro.com" },
{ label: "API Reference", href: "https://api.edumanagepro.com/docs" },
{ label: "Support", href: "/support" },
@@ -58,7 +56,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumLarge"
- background="noiseDiagonalGradient"
+ background="circleGradient"
cardStyle="outline"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -72,7 +70,7 @@ export default function HomePage() {