diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8f1aad8..c1ad8e0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,9 +48,7 @@ export default function AboutPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Get Free Valuation", - href: "contact", - }} + text: "Get Free Valuation", href: "contact"}} /> @@ -63,37 +61,27 @@ export default function AboutPage() { tagAnimation="slide-up" buttons={[ { - text: "Get In Touch", - href: "contact", - }, + text: "Get In Touch", href: "contact"}, ]} buttonAnimation="slide-up" bulletPoints={[ { - title: "Founded with Purpose", - description: - "Started by two successful entrepreneurs who understood the complexities and sensitivities of selling a business. We've grown into a team of 25+ advisors dedicated solely to business exits.", - icon: Award, + title: "Founded with Purpose", description: + "Started by two successful entrepreneurs who understood the complexities and sensitivities of selling a business. We've grown into a team of 25+ advisors dedicated solely to business exits.", icon: Award, }, { - title: "Deep Industry Expertise", - description: - "Our team includes former business founders, investment bankers, tax consultants, legal experts, and operational professionals who understand every dimension of business transactions.", - icon: CheckCircle, + title: "Deep Industry Expertise", description: + "Our team includes former business founders, investment bankers, tax consultants, legal experts, and operational professionals who understand every dimension of business transactions.", icon: CheckCircle, }, { - title: "Commitment to Confidentiality", - description: - "Confidentiality isn't just our policy—it's our culture. We've maintained zero data breaches in 20+ years through military-grade security protocols and absolute discretion.", - icon: Shield, + title: "Commitment to Confidentiality", description: + "Confidentiality isn't just our policy—it's our culture. We've maintained zero data breaches in 20+ years through military-grade security protocols and absolute discretion.", icon: Shield, }, { - title: "Founder-Centric Approach", - description: - "We treat every founder's exit as if it were our own. Your goals, timeline, and concerns drive every decision we make in the process.", - }, + title: "Founder-Centric Approach", description: + "We treat every founder's exit as if it were our own. Your goals, timeline, and concerns drive every decision we make in the process."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/multinational-business-colleagues-working-together_1163-5308.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/multinational-business-colleagues-working-together_1163-5308.jpg" imageAlt="Team of business advisors in consultation" mediaAnimation="opacity" imagePosition="left" @@ -112,40 +100,28 @@ export default function AboutPage() { features={[ { icon: DollarSign, - title: "Holistic Valuation", - description: - "We employ DCF, comparable transactions, asset-based, and market approaches to establish a realistic valuation range and identify key value drivers for optimization.", - }, + title: "Holistic Valuation", description: + "We employ DCF, comparable transactions, asset-based, and market approaches to establish a realistic valuation range and identify key value drivers for optimization."}, { icon: Users, - title: "Strategic Buyer Identification", - description: - "Leveraging our network of 200+ pre-qualified buyers including PE firms, corporate acquirers, and strategic investors, we match your business with ideal buyers.", - }, + title: "Strategic Buyer Identification", description: + "Leveraging our network of 200+ pre-qualified buyers including PE firms, corporate acquirers, and strategic investors, we match your business with ideal buyers."}, { icon: FileText, - title: "Professional Data Room Setup", - description: - "We organize and present your financial records, legal documents, operational metrics, and market position through a secure, efficient virtual data room.", - }, + title: "Professional Data Room Setup", description: + "We organize and present your financial records, legal documents, operational metrics, and market position through a secure, efficient virtual data room."}, { icon: Handshake, - title: "Expert Negotiation Support", - description: - "Our seasoned negotiators secure optimal terms—purchase price, payment structure, earnouts, warranties, and non-compete clauses.", - }, + title: "Expert Negotiation Support", description: + "Our seasoned negotiators secure optimal terms—purchase price, payment structure, earnouts, warranties, and non-compete clauses."}, { icon: ClipboardCheck, - title: "Legal & Compliance Excellence", - description: - "Full navigation of FDI regulations, MCA filings, tax structuring, and industry-specific compliance requirements ensures a smooth, compliant transaction.", - }, + title: "Legal & Compliance Excellence", description: + "Full navigation of FDI regulations, MCA filings, tax structuring, and industry-specific compliance requirements ensures a smooth, compliant transaction."}, { icon: TrendingUp, - title: "Seamless Post-Close Transition", - description: - "From handover coordination to knowledge transfer and post-sale support, we ensure business continuity and your successful exit from operations.", - }, + title: "Seamless Post-Close Transition", description: + "From handover coordination to knowledge transfer and post-sale support, we ensure business continuity and your successful exit from operations."}, ]} animationType="slide-up" textboxLayout="default" @@ -162,32 +138,17 @@ export default function AboutPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - title: "Founder-Led Advisory", - subtitle: - "10+ senior advisors have successfully exited their own businesses, deeply understanding founder challenges and aspirations", - category: "Founder Experience", - value: "100% Relevant", - }, + id: "1", title: "Founder-Led Advisory", subtitle: + "10+ senior advisors have successfully exited their own businesses, deeply understanding founder challenges and aspirations", category: "Founder Experience", value: "100% Relevant"}, { - id: "2", - title: "Investment Banking Heritage", - subtitle: - "Team includes former partners from Goldman Sachs, Morgan Stanley, and leading boutique investment banks with M&A expertise", - category: "Banking Background", - value: "15+ Years Avg", - }, + id: "2", title: "Investment Banking Heritage", subtitle: + "Team includes former partners from Goldman Sachs, Morgan Stanley, and leading boutique investment banks with M&A expertise", category: "Banking Background", value: "15+ Years Avg"}, { - id: "3", - title: "Industry Specialists", - subtitle: - "Dedicated advisors covering technology, manufacturing, retail, healthcare, FMCG, and service sectors with sector-specific expertise", - category: "Sector Coverage", - value: "12+ Sectors", - }, + id: "3", title: "Industry Specialists", subtitle: + "Dedicated advisors covering technology, manufacturing, retail, healthcare, FMCG, and service sectors with sector-specific expertise", category: "Sector Coverage", value: "12+ Sectors"}, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} /> @@ -200,19 +161,13 @@ export default function AboutPage() { socialLinks={[ { icon: Linkedin, - href: "https://www.linkedin.com/company/indiabusinesssale", - ariaLabel: "LinkedIn", - }, + href: "https://www.linkedin.com/company/indiabusinesssale", ariaLabel: "LinkedIn"}, { icon: Twitter, - href: "https://twitter.com/indiabusinesssale", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/indiabusinesssale", ariaLabel: "Twitter"}, { icon: Globe, - href: "https://www.indiabusinesssale.com", - ariaLabel: "Website", - }, + href: "https://www.indiabusinesssale.com", ariaLabel: "Website"}, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index e532304..5eee39a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,9 +52,7 @@ export default function HomePage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Get Free Valuation", - href: "contact", - }} + text: "Get Free Valuation", href: "contact"}} /> @@ -65,13 +63,9 @@ export default function HomePage() { description="Sell Your Business Confidentially & Profitably. Get expert tax, legal, and advisory support to maximize your exit value. Connect with India's trusted business sale advisors in minutes." buttons={[ { - text: "Get Free Valuation", - href: "contact", - }, + text: "Get Free Valuation", href: "contact"}, { - text: "Learn More", - href: "about", - }, + text: "Learn More", href: "about"}, ]} buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} @@ -92,37 +86,27 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "Schedule Consultation", - href: "about", - }, + text: "Schedule Consultation", href: "about"}, ]} buttonAnimation="slide-up" bulletPoints={[ { - title: "Confidentiality First", - description: - "We maintain strict confidentiality protocols throughout the entire transaction process, protecting your business reputation and employee morale.", - icon: Shield, + title: "Confidentiality First", description: + "We maintain strict confidentiality protocols throughout the entire transaction process, protecting your business reputation and employee morale.", icon: Shield, }, { - title: "Tax & Legal Expertise", - description: - "Our team includes experienced tax consultants and legal advisors who optimize your exit structure for maximum post-tax returns.", - icon: CheckCircle, + title: "Tax & Legal Expertise", description: + "Our team includes experienced tax consultants and legal advisors who optimize your exit structure for maximum post-tax returns.", icon: CheckCircle, }, { - title: "Proven Track Record", - description: - "Successfully facilitated over 500+ business sales ranging from ₹5 crore to ₹500+ crore valuations across diverse sectors.", - icon: Award, + title: "Proven Track Record", description: + "Successfully facilitated over 500+ business sales ranging from ₹5 crore to ₹500+ crore valuations across diverse sectors.", icon: Award, }, { - title: "End-to-End Support", - description: - "From valuation and buyer identification through closing and transition planning, we manage every critical step of your exit journey.", - }, + title: "End-to-End Support", description: + "From valuation and buyer identification through closing and transition planning, we manage every critical step of your exit journey."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/multinational-business-colleagues-working-together_1163-5308.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/multinational-business-colleagues-working-together_1163-5308.jpg" imageAlt="Team of business advisors in consultation" mediaAnimation="opacity" imagePosition="right" @@ -141,40 +125,28 @@ export default function HomePage() { features={[ { icon: DollarSign, - title: "Business Valuation", - description: - "Comprehensive valuation using multiple methodologies to establish realistic market value and identify value-enhancement opportunities.", - }, + title: "Business Valuation", description: + "Comprehensive valuation using multiple methodologies to establish realistic market value and identify value-enhancement opportunities."}, { icon: Users, - title: "Buyer Identification", - description: - "Access to our extensive network of qualified buyers including strategic acquirers, financial investors, and seasoned entrepreneurs.", - }, + title: "Buyer Identification", description: + "Access to our extensive network of qualified buyers including strategic acquirers, financial investors, and seasoned entrepreneurs."}, { icon: FileText, - title: "Documentation & Due Diligence", - description: - "Professional data room management and comprehensive due diligence support to accelerate the buying process and close deals faster.", - }, + title: "Documentation & Due Diligence", description: + "Professional data room management and comprehensive due diligence support to accelerate the buying process and close deals faster."}, { icon: Handshake, - title: "Negotiation & Structuring", - description: - "Expert negotiation to secure optimal deal terms, earnouts, and payment structures that maximize your returns and minimize tax liability.", - }, + title: "Negotiation & Structuring", description: + "Expert negotiation to secure optimal deal terms, earnouts, and payment structures that maximize your returns and minimize tax liability."}, { icon: ClipboardCheck, - title: "Regulatory & Compliance", - description: - "Full compliance with FDI regulations, MCA requirements, and industry-specific rules ensuring seamless transaction execution.", - }, + title: "Regulatory & Compliance", description: + "Full compliance with FDI regulations, MCA requirements, and industry-specific rules ensuring seamless transaction execution."}, { icon: TrendingUp, - title: "Transition Planning", - description: - "Smooth handover management and post-sale planning to ensure business continuity and your successful exit from operations.", - }, + title: "Transition Planning", description: + "Smooth handover management and post-sale planning to ensure business continuity and your successful exit from operations."}, ]} animationType="slide-up" textboxLayout="default" @@ -191,53 +163,17 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "valuation", - name: "Business Valuation & Analysis", - price: "Starting ₹50,000", - variant: "Strategic Planning", - imageSrc: "http://img.b2bpic.net/free-photo/whiteboard-success-research-adult-human-office_1418-529.jpg?_wi=1", - imageAlt: "Business valuation financial analysis documents", - }, + id: "valuation", name: "Business Valuation & Analysis", price: "Starting ₹50,000", variant: "Strategic Planning", imageSrc: "http://img.b2bpic.net/free-photo/whiteboard-success-research-adult-human-office_1418-529.jpg", imageAlt: "Business valuation financial analysis documents"}, { - id: "exit-planning", - name: "Exit Strategy Development", - price: "Starting ₹1,00,000", - variant: "Multi-Year Planning", - imageSrc: "http://img.b2bpic.net/free-photo/positive-worker-dancing-having-fun-startup-office-enjoying-listening-music-work-break-african-american-executive-manager-doing-dance-moves-after-finishing-company-investment-strategy_482257-74335.jpg?_wi=1", - imageAlt: "Exit strategy consulting", - }, + id: "exit-planning", name: "Exit Strategy Development", price: "Starting ₹1,00,000", variant: "Multi-Year Planning", imageSrc: "http://img.b2bpic.net/free-photo/positive-worker-dancing-having-fun-startup-office-enjoying-listening-music-work-break-african-american-executive-manager-doing-dance-moves-after-finishing-company-investment-strategy_482257-74335.jpg", imageAlt: "Exit strategy consulting"}, { - id: "buyer-sourcing", - name: "Buyer Identification & Sourcing", - price: "Commission-based", - variant: "Success-Driven", - imageSrc: "http://img.b2bpic.net/free-photo/african-man-guy-black-suit-students-with-talet-girl-white-blouse_1157-41615.jpg?_wi=1", - imageAlt: "Buyer network identification", - }, + id: "buyer-sourcing", name: "Buyer Identification & Sourcing", price: "Commission-based", variant: "Success-Driven", imageSrc: "http://img.b2bpic.net/free-photo/african-man-guy-black-suit-students-with-talet-girl-white-blouse_1157-41615.jpg", imageAlt: "Buyer network identification"}, { - id: "tax-optimization", - name: "Tax & Structure Optimization", - price: "Starting ₹75,000", - variant: "Post-Tax Maximization", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-credit-assessment-concept_23-2149167956.jpg?_wi=1", - imageAlt: "Tax optimization strategy", - }, + id: "tax-optimization", name: "Tax & Structure Optimization", price: "Starting ₹75,000", variant: "Post-Tax Maximization", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-credit-assessment-concept_23-2149167956.jpg", imageAlt: "Tax optimization strategy"}, { - id: "legal-compliance", - name: "Legal & Regulatory Compliance", - price: "Starting ₹1,00,000", - variant: "Full Documentation", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325873.jpg?_wi=1", - imageAlt: "Legal compliance management", - }, + id: "legal-compliance", name: "Legal & Regulatory Compliance", price: "Starting ₹1,00,000", variant: "Full Documentation", imageSrc: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325873.jpg", imageAlt: "Legal compliance management"}, { - id: "due-diligence", - name: "Due Diligence Management", - price: "Starting ₹2,00,000", - variant: "Professional Support", - imageSrc: "http://img.b2bpic.net/free-photo/analyzing-lifestyle-female-marketing-tech-high_1421-249.jpg?_wi=1", - imageAlt: "Due diligence support", - }, + id: "due-diligence", name: "Due Diligence Management", price: "Starting ₹2,00,000", variant: "Professional Support", imageSrc: "http://img.b2bpic.net/free-photo/analyzing-lifestyle-female-marketing-tech-high_1421-249.jpg", imageAlt: "Due diligence support"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -255,56 +191,26 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", - title: "500+ Successful Exits", - subtitle: - "Facilitated business sales across India with average 6-12 month timelines", - category: "Experience", - value: "₹2000+ Cr", - }, + id: "1", title: "500+ Successful Exits", subtitle: + "Facilitated business sales across India with average 6-12 month timelines", category: "Experience", value: "₹2000+ Cr"}, { - id: "2", - title: "Expert Team of 25+", - subtitle: - "Seasoned advisors with 15+ years average experience in M&A and exit planning", - category: "Expertise", - value: "100% Qualified", - }, + id: "2", title: "Expert Team of 25+", subtitle: + "Seasoned advisors with 15+ years average experience in M&A and exit planning", category: "Expertise", value: "100% Qualified"}, { - id: "3", - title: "98% Client Satisfaction", - subtitle: - "Consistently rated highly for professionalism, confidentiality, and results delivery", - category: "Quality", - value: "Industry Leading", - }, + id: "3", title: "98% Client Satisfaction", subtitle: + "Consistently rated highly for professionalism, confidentiality, and results delivery", category: "Quality", value: "Industry Leading"}, { - id: "4", - title: "Strategic Network", - subtitle: - "Connected with 200+ pre-qualified buyers including PE firms, strategic investors, and entrepreneurs", - category: "Network", - value: "Exclusive Access", - }, + id: "4", title: "Strategic Network", subtitle: + "Connected with 200+ pre-qualified buyers including PE firms, strategic investors, and entrepreneurs", category: "Network", value: "Exclusive Access"}, { - id: "5", - title: "Zero Conflicts", - subtitle: - "Independent advisory with no competing interests - your success is our only agenda", - category: "Integrity", - value: "Fully Aligned", - }, + id: "5", title: "Zero Conflicts", subtitle: + "Independent advisory with no competing interests - your success is our only agenda", category: "Integrity", value: "Fully Aligned"}, { - id: "6", - title: "Confidentiality Guaranteed", - subtitle: - "Multi-layer security protocols and NDA compliance with zero data breaches in 20+ years", - category: "Trust", - value: "Bank-Grade Security", - }, + id: "6", title: "Confidentiality Guaranteed", subtitle: + "Multi-layer security protocols and NDA compliance with zero data breaches in 20+ years", category: "Trust", value: "Bank-Grade Security"}, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} /> @@ -321,65 +227,29 @@ export default function HomePage() { showRating={true} testimonials={[ { - id: "1", - name: "Rajesh Kumar", - handle: "Founder, TechSoft Solutions", - testimonial: - "IndiaBusinessSale made my exit seamless and confidential. They maximized my valuation by 35% through smart structuring. The entire team was professional, transparent, and truly understood my concerns about employee welfare during the transition.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", - imageAlt: "professional tech entrepreneur portrait", - }, + id: "1", name: "Rajesh Kumar", handle: "Founder, TechSoft Solutions", testimonial: + "IndiaBusinessSale made my exit seamless and confidential. They maximized my valuation by 35% through smart structuring. The entire team was professional, transparent, and truly understood my concerns about employee welfare during the transition.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "professional tech entrepreneur portrait"}, { - id: "2", - name: "Priya Sharma", - handle: "CEO, Fashion & Home Co.", - testimonial: - "After 15 years building my brand, I needed the right partner for exit. Their buyer network was impressive, and they secured an offer 40% above my initial expectations. Tax optimization alone saved me over ₹3 crores. Highly recommended!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-body-woman-standing_1149-1823.jpg", - imageAlt: "professional female CEO business portrait", - }, + id: "2", name: "Priya Sharma", handle: "CEO, Fashion & Home Co.", testimonial: + "After 15 years building my brand, I needed the right partner for exit. Their buyer network was impressive, and they secured an offer 40% above my initial expectations. Tax optimization alone saved me over ₹3 crores. Highly recommended!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/full-body-woman-standing_1149-1823.jpg", imageAlt: "professional female CEO business portrait"}, { - id: "3", - name: "Amit Patel", - handle: "Managing Partner, Manufacturing House", - testimonial: - "The confidentiality they maintained was exceptional - not even our employees knew we were in exit discussions. Their legal and tax teams ensured zero compliance issues. The entire process took just 9 months from valuation to closing.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-camera-with-arms-crossed_23-2148308598.jpg", - imageAlt: "manufacturing industry professional portrait", - }, + id: "3", name: "Amit Patel", handle: "Managing Partner, Manufacturing House", testimonial: + "The confidentiality they maintained was exceptional - not even our employees knew we were in exit discussions. Their legal and tax teams ensured zero compliance issues. The entire process took just 9 months from valuation to closing.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-camera-with-arms-crossed_23-2148308598.jpg", imageAlt: "manufacturing industry professional portrait"}, { - id: "4", - name: "Sneha Desai", - handle: "Founder, Digital Marketing Agency", - testimonial: - "I was uncertain about exit timings and terms. IndiaBusinessSale provided realistic counseling and didn't pressure me. When I was ready, they moved fast - finding the perfect strategic buyer who valued our culture and team.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-cup-coffee_23-2149330971.jpg", - imageAlt: "digital marketing founder woman portrait", - }, + id: "4", name: "Sneha Desai", handle: "Founder, Digital Marketing Agency", testimonial: + "I was uncertain about exit timings and terms. IndiaBusinessSale provided realistic counseling and didn't pressure me. When I was ready, they moved fast - finding the perfect strategic buyer who valued our culture and team.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-cup-coffee_23-2149330971.jpg", imageAlt: "digital marketing founder woman portrait"}, { - id: "5", - name: "Vikram Singh", - handle: "Director, Healthcare Services Ltd", - testimonial: - "Their regulatory expertise in healthcare compliance was crucial. They navigated MCA and industry-specific FDI rules perfectly. I closed successfully with a foreign strategic investor without any compliance delays.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doctor-with-stethoscope-lights_181624-15323.jpg", - imageAlt: "healthcare executive professional portrait", - }, + id: "5", name: "Vikram Singh", handle: "Director, Healthcare Services Ltd", testimonial: + "Their regulatory expertise in healthcare compliance was crucial. They navigated MCA and industry-specific FDI rules perfectly. I closed successfully with a foreign strategic investor without any compliance delays.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doctor-with-stethoscope-lights_181624-15323.jpg", imageAlt: "healthcare executive professional portrait"}, { - id: "6", - name: "Meera Nair", - handle: "Co-founder, E-commerce Platform", - testimonial: - "From first call to final closing in 8 months. They handled everything - valuation, buyer vetting, due diligence coordination, and post-sale transition planning. Truly a one-stop solution for business exit.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173784.jpg", - imageAlt: "e-commerce founder woman entrepreneur portrait", - }, + id: "6", name: "Meera Nair", handle: "Co-founder, E-commerce Platform", testimonial: + "From first call to final closing in 8 months. They handled everything - valuation, buyer vetting, due diligence coordination, and post-sale transition planning. Truly a one-stop solution for business exit.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173784.jpg", imageAlt: "e-commerce founder woman entrepreneur portrait"}, ]} animationType="slide-up" /> @@ -394,7 +264,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286113.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286113.jpg" imageAlt="Business consultation meeting" mediaAnimation="opacity" mediaPosition="right" @@ -412,19 +282,13 @@ export default function HomePage() { socialLinks={[ { icon: Linkedin, - href: "https://www.linkedin.com/company/indiabusinesssale", - ariaLabel: "LinkedIn", - }, + href: "https://www.linkedin.com/company/indiabusinesssale", ariaLabel: "LinkedIn"}, { icon: Twitter, - href: "https://twitter.com/indiabusinesssale", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/indiabusinesssale", ariaLabel: "Twitter"}, { icon: Globe, - href: "https://www.indiabusinesssale.com", - ariaLabel: "Website", - }, + href: "https://www.indiabusinesssale.com", ariaLabel: "Website"}, ]} /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 747aad6..1771730 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -34,9 +34,7 @@ export default function ServicesPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Get Free Valuation", - href: "contact", - }} + text: "Get Free Valuation", href: "contact"}} /> @@ -49,34 +47,22 @@ export default function ServicesPage() { features={[ { icon: DollarSign, - title: "Business Valuation", - description: "Comprehensive valuation using multiple methodologies to establish realistic market value and identify value-enhancement opportunities.", - }, + title: "Business Valuation", description: "Comprehensive valuation using multiple methodologies to establish realistic market value and identify value-enhancement opportunities."}, { icon: Users, - title: "Buyer Identification", - description: "Access to our extensive network of qualified buyers including strategic acquirers, financial investors, and seasoned entrepreneurs.", - }, + title: "Buyer Identification", description: "Access to our extensive network of qualified buyers including strategic acquirers, financial investors, and seasoned entrepreneurs."}, { icon: FileText, - title: "Documentation & Due Diligence", - description: "Professional data room management and comprehensive due diligence support to accelerate the buying process and close deals faster.", - }, + title: "Documentation & Due Diligence", description: "Professional data room management and comprehensive due diligence support to accelerate the buying process and close deals faster."}, { icon: Handshake, - title: "Negotiation & Structuring", - description: "Expert negotiation to secure optimal deal terms, earnouts, and payment structures that maximize your returns and minimize tax liability.", - }, + title: "Negotiation & Structuring", description: "Expert negotiation to secure optimal deal terms, earnouts, and payment structures that maximize your returns and minimize tax liability."}, { icon: ClipboardCheck, - title: "Regulatory & Compliance", - description: "Full compliance with FDI regulations, MCA requirements, and industry-specific rules ensuring seamless transaction execution.", - }, + title: "Regulatory & Compliance", description: "Full compliance with FDI regulations, MCA requirements, and industry-specific rules ensuring seamless transaction execution."}, { icon: TrendingUp, - title: "Transition Planning", - description: "Smooth handover management and post-sale planning to ensure business continuity and your successful exit from operations.", - }, + title: "Transition Planning", description: "Smooth handover management and post-sale planning to ensure business continuity and your successful exit from operations."}, ]} animationType="slide-up" textboxLayout="default" @@ -92,53 +78,17 @@ export default function ServicesPage() { tagAnimation="slide-up" products={[ { - id: "valuation", - name: "Business Valuation & Analysis", - price: "Starting ₹50,000", - variant: "Strategic Planning", - imageSrc: "http://img.b2bpic.net/free-photo/whiteboard-success-research-adult-human-office_1418-529.jpg?_wi=2", - imageAlt: "Business valuation financial analysis documents", - }, + id: "valuation", name: "Business Valuation & Analysis", price: "Starting ₹50,000", variant: "Strategic Planning", imageSrc: "http://img.b2bpic.net/free-photo/whiteboard-success-research-adult-human-office_1418-529.jpg", imageAlt: "Business valuation financial analysis documents"}, { - id: "exit-planning", - name: "Exit Strategy Development", - price: "Starting ₹1,00,000", - variant: "Multi-Year Planning", - imageSrc: "http://img.b2bpic.net/free-photo/positive-worker-dancing-having-fun-startup-office-enjoying-listening-music-work-break-african-american-executive-manager-doing-dance-moves-after-finishing-company-investment-strategy_482257-74335.jpg?_wi=2", - imageAlt: "strategic exit planning business roadmap", - }, + id: "exit-planning", name: "Exit Strategy Development", price: "Starting ₹1,00,000", variant: "Multi-Year Planning", imageSrc: "http://img.b2bpic.net/free-photo/positive-worker-dancing-having-fun-startup-office-enjoying-listening-music-work-break-african-american-executive-manager-doing-dance-moves-after-finishing-company-investment-strategy_482257-74335.jpg", imageAlt: "strategic exit planning business roadmap"}, { - id: "buyer-sourcing", - name: "Buyer Identification & Sourcing", - price: "Commission-based", - variant: "Success-Driven", - imageSrc: "http://img.b2bpic.net/free-photo/african-man-guy-black-suit-students-with-talet-girl-white-blouse_1157-41615.jpg?_wi=2", - imageAlt: "business buyer network meeting handshake", - }, + id: "buyer-sourcing", name: "Buyer Identification & Sourcing", price: "Commission-based", variant: "Success-Driven", imageSrc: "http://img.b2bpic.net/free-photo/african-man-guy-black-suit-students-with-talet-girl-white-blouse_1157-41615.jpg", imageAlt: "business buyer network meeting handshake"}, { - id: "tax-optimization", - name: "Tax & Structure Optimization", - price: "Starting ₹75,000", - variant: "Post-Tax Maximization", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-credit-assessment-concept_23-2149167956.jpg?_wi=2", - imageAlt: "tax planning financial strategy consultation", - }, + id: "tax-optimization", name: "Tax & Structure Optimization", price: "Starting ₹75,000", variant: "Post-Tax Maximization", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-credit-assessment-concept_23-2149167956.jpg", imageAlt: "tax planning financial strategy consultation"}, { - id: "legal-compliance", - name: "Legal & Regulatory Compliance", - price: "Starting ₹1,00,000", - variant: "Full Documentation", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325873.jpg?_wi=2", - imageAlt: "legal compliance documents contract review", - }, + id: "legal-compliance", name: "Legal & Regulatory Compliance", price: "Starting ₹1,00,000", variant: "Full Documentation", imageSrc: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325873.jpg", imageAlt: "legal compliance documents contract review"}, { - id: "due-diligence", - name: "Due Diligence Management", - price: "Starting ₹2,00,000", - variant: "Professional Support", - imageSrc: "http://img.b2bpic.net/free-photo/analyzing-lifestyle-female-marketing-tech-high_1421-249.jpg?_wi=2", - imageAlt: "due diligence document review process", - }, + id: "due-diligence", name: "Due Diligence Management", price: "Starting ₹2,00,000", variant: "Professional Support", imageSrc: "http://img.b2bpic.net/free-photo/analyzing-lifestyle-female-marketing-tech-high_1421-249.jpg", imageAlt: "due diligence document review process"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -155,50 +105,20 @@ export default function ServicesPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - title: "500+ Successful Exits", - subtitle: "Facilitated business sales across India with average 6-12 month timelines", - category: "Experience", - value: "₹2000+ Cr", - }, + id: "1", title: "500+ Successful Exits", subtitle: "Facilitated business sales across India with average 6-12 month timelines", category: "Experience", value: "₹2000+ Cr"}, { - id: "2", - title: "Expert Team of 25+", - subtitle: "Seasoned advisors with 15+ years average experience in M&A and exit planning", - category: "Expertise", - value: "100% Qualified", - }, + id: "2", title: "Expert Team of 25+", subtitle: "Seasoned advisors with 15+ years average experience in M&A and exit planning", category: "Expertise", value: "100% Qualified"}, { - id: "3", - title: "98% Client Satisfaction", - subtitle: "Consistently rated highly for professionalism, confidentiality, and results delivery", - category: "Quality", - value: "Industry Leading", - }, + id: "3", title: "98% Client Satisfaction", subtitle: "Consistently rated highly for professionalism, confidentiality, and results delivery", category: "Quality", value: "Industry Leading"}, { - id: "4", - title: "Strategic Network", - subtitle: "Connected with 200+ pre-qualified buyers including PE firms, strategic investors, and entrepreneurs", - category: "Network", - value: "Exclusive Access", - }, + id: "4", title: "Strategic Network", subtitle: "Connected with 200+ pre-qualified buyers including PE firms, strategic investors, and entrepreneurs", category: "Network", value: "Exclusive Access"}, { - id: "5", - title: "Zero Conflicts", - subtitle: "Independent advisory with no competing interests - your success is our only agenda", - category: "Integrity", - value: "Fully Aligned", - }, + id: "5", title: "Zero Conflicts", subtitle: "Independent advisory with no competing interests - your success is our only agenda", category: "Integrity", value: "Fully Aligned"}, { - id: "6", - title: "Confidentiality Guaranteed", - subtitle: "Multi-layer security protocols and NDA compliance with zero data breaches in 20+ years", - category: "Trust", - value: "Bank-Grade Security", - }, + id: "6", title: "Confidentiality Guaranteed", subtitle: "Multi-layer security protocols and NDA compliance with zero data breaches in 20+ years", category: "Trust", value: "Bank-Grade Security"}, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} /> @@ -210,19 +130,13 @@ export default function ServicesPage() { socialLinks={[ { icon: Linkedin, - href: "https://www.linkedin.com/company/indiabusinesssale", - ariaLabel: "LinkedIn", - }, + href: "https://www.linkedin.com/company/indiabusinesssale", ariaLabel: "LinkedIn"}, { icon: Twitter, - href: "https://twitter.com/indiabusinesssale", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/indiabusinesssale", ariaLabel: "Twitter"}, { icon: Globe, - href: "https://www.indiabusinesssale.com", - ariaLabel: "Website", - }, + href: "https://www.indiabusinesssale.com", ariaLabel: "Website"}, ]} />