diff --git a/src/app/page.tsx b/src/app/page.tsx index d1ab028..a59f798 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,8 @@ import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { Sparkles, @@ -27,6 +29,8 @@ import { Rocket, Star, Shield, + HelpCircle, + Phone, } from "lucide-react"; const navItems = [ @@ -69,12 +73,9 @@ export default function HomePage() { ]} buttonAnimation="slide-up" dashboard={{ - title: "Real-Time Analytics Hub", - logoIcon: Hexagon, + title: "Real-Time Analytics Hub", logoIcon: Hexagon, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/modern-saas-dashboard-interface-with-dar-1772635123298-6d81c50e.png", - searchPlaceholder: "Search analytics...", - buttons: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU6xKu5e9dkfUT0L0ASADQQk39/modern-saas-dashboard-interface-with-dar-1772635123298-6d81c50e.png", searchPlaceholder: "Search analytics...", buttons: [ { text: "Dashboard", href: "#features" }, { text: "Export Data", href: "#" }, ], @@ -86,48 +87,32 @@ export default function HomePage() { ], stats: [ { - title: "Active Users", - values: [2450, 3890, 4250], - description: "Monthly growth", - }, + title: "Active Users", values: [2450, 3890, 4250], + description: "Monthly growth"}, { - title: "Revenue", - values: [245000, 385000, 520000], - valuePrefix: "$", - description: "Annual recurring", - }, + title: "Revenue", values: [245000, 385000, 520000], + valuePrefix: "$", description: "Annual recurring"}, { - title: "Uptime", - values: [99.8, 99.9, 99.95], - valueSuffix: "%", - description: "System reliability", - }, + title: "Uptime", values: [99.8, 99.9, 99.95], + valueSuffix: "%", description: "System reliability"}, ], - chartTitle: "Usage Trends", - chartData: [ + chartTitle: "Usage Trends", chartData: [ { value: 45 }, { value: 60 }, { value: 75 }, { value: 55 }, { value: 85 }, ], - listTitle: "Recent Activity", - listItems: [ + listTitle: "Recent Activity", listItems: [ { icon: CheckCircle, - title: "Deployment Successful", - status: "Completed", - }, + title: "Deployment Successful", status: "Completed"}, { icon: AlertCircle, - title: "System Alert", - status: "Active", - }, + title: "System Alert", status: "Active"}, { icon: TrendingUp, - title: "Performance Updated", - status: "Synced", - }, + title: "Performance Updated", status: "Synced"}, ], }} /> @@ -145,96 +130,83 @@ export default function HomePage() { animationType="slide-up" features={[ { - id: "automation", - label: "01", - title: "Intelligent Automation", - items: [ - "Workflow automation", - "Task scheduling", - "Smart notifications", - "Custom triggers", - ], + id: "automation", label: "01", title: "Intelligent Automation", items: [ + "Workflow automation", "Task scheduling", "Smart notifications", "Custom triggers"], buttons: [{ text: "Learn More", href: "#" }], }, { - id: "analytics", - label: "02", - title: "Advanced Analytics", - items: [ - "Real-time dashboards", - "Custom reports", - "Data visualization", - "Predictive insights", - ], + id: "analytics", label: "02", title: "Advanced Analytics", items: [ + "Real-time dashboards", "Custom reports", "Data visualization", "Predictive insights"], buttons: [{ text: "Explore", href: "#" }], }, { - id: "integration", - label: "03", - title: "Seamless Integration", - items: [ - "500+ app integrations", - "API access", - "Webhook support", - "Custom connectors", - ], + id: "integration", label: "03", title: "Seamless Integration", items: [ + "500+ app integrations", "API access", "Webhook support", "Custom connectors"], buttons: [{ text: "View Integrations", href: "#" }], }, { - id: "security", - label: "04", - title: "Enterprise Security", - items: [ - "SOC 2 Type II", - "End-to-end encryption", - "Role-based access", - "Compliance certified", - ], + id: "security", label: "04", title: "Enterprise Security", items: [ + "SOC 2 Type II", "End-to-end encryption", "Role-based access", "Compliance certified"], buttons: [{ text: "Security Info", href: "#" }], }, ]} /> +