diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bb087c..df3fd0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,25 +78,13 @@ export default function HomePage() { tagAnimation="slide-up" accordionItems={[ { - id: "1", - title: "Step 1: Submit Details", - content: - "Provide the person or business name, location, and any additional details. Our secure form captures all necessary information while maintaining complete confidentiality.", - }, + id: "1", title: "Step 1: Submit Details", content: "Provide the person or business name, location, and any additional details. Our secure form captures all necessary information while maintaining complete confidentiality."}, { - id: "2", - title: "Step 2: We Verify & Search", - content: - "Our advanced verification system searches through verified databases and cross-references multiple sources to ensure accuracy. We only provide legally accessible information.", - }, + id: "2", title: "Step 2: We Verify & Search", content: "Our advanced verification system searches through verified databases and cross-references multiple sources to ensure accuracy. We only provide legally accessible information."}, { - id: "3", - title: "Step 3: Receive Results Securely", - content: - "Get verified contact numbers delivered securely to your email. All information is encrypted and compliant with data protection regulations.", - }, + id: "3", title: "Step 3: Receive Results Securely", content: "Get verified contact numbers delivered securely to your email. All information is encrypted and compliant with data protection regulations."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-showing-contract_23-2148938351.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-showing-contract_23-2148938351.jpg" imageAlt="form submit data input document" mediaAnimation="slide-up" buttons={[{ text: "Start Free Trial", href: "/contact" }]} @@ -131,45 +119,20 @@ export default function HomePage() { description="Choose the plan that works best for your needs. No hidden fees, cancel anytime." plans={[ { - id: "basic", - price: "₹499", - name: "Basic", - buttons={[{ text: "Get Started", href: "/contact" }]} - features={[ - "5 searches included", - "48-hour delivery", - "Email support", - "Single contact verification", - ]} + id: "basic", price: "₹499", name: "Basic", buttons: [{ text: "Get Started", href: "/contact" }], + features: [ + "5 searches included", "48-hour delivery", "Email support", "Single contact verification"], }, { - id: "standard", - badge: "Most Popular", - badgeIcon: Sparkles, - price: "₹999", - name: "Standard", - buttons={[{ text: "Get Started", href: "/contact" }]} - features={[ - "20 searches included", - "24-hour delivery", - "Priority email support", - "Bulk contact verification", - "Monthly reports", - ]} + id: "standard", badge: "Most Popular", badgeIcon: Sparkles, + price: "₹999", name: "Standard", buttons: [{ text: "Get Started", href: "/contact" }], + features: [ + "20 searches included", "24-hour delivery", "Priority email support", "Bulk contact verification", "Monthly reports"], }, { - id: "premium", - price: "₹1999", - name: "Premium", - buttons={[{ text: "Get Started", href: "/contact" }]} - features={[ - "Unlimited searches", - "Same-day delivery", - "24/7 Priority support", - "Advanced analytics", - "API access", - "Dedicated account manager", - ]} + id: "premium", price: "₹1999", name: "Premium", buttons: [{ text: "Get Started", href: "/contact" }], + features: [ + "Unlimited searches", "Same-day delivery", "24/7 Priority support", "Advanced analytics", "API access", "Dedicated account manager"], }, ]} animationType="slide-up" @@ -183,33 +146,13 @@ export default function HomePage() {