170 lines
8.8 KiB
TypeScript
170 lines
8.8 KiB
TypeScript
import AboutText from '@/components/sections/about/AboutText';
|
|
import ContactCta from '@/components/sections/contact/ContactCta';
|
|
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
|
import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards';
|
|
import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
|
|
import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos';
|
|
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
|
|
import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards';
|
|
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
|
|
|
export default function HomePage() {
|
|
return (
|
|
<>
|
|
<div id="hero" data-section="hero">
|
|
<SectionErrorBoundary name="hero">
|
|
<HeroCenteredLogos
|
|
avatarsSrc={[]}
|
|
avatarText="Trusted by 300+ Local Businesses"
|
|
title="Excellence in Chartered Accountancy"
|
|
description="Timely advice, professional integrity, and expert financial solutions tailored for your business success in Navi Mumbai."
|
|
primaryButton={{
|
|
text: "Schedule Consultation", href: "#contact"}}
|
|
secondaryButton={{
|
|
text: "Learn More", href: "#about"}}
|
|
names={[
|
|
"Tax Audit", "Strategic Planning", "Financial Advisory", "Compliance Management"]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/two-young-businessman-having-successful-meeting-restaurant_158595-5245.jpg"
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<SectionErrorBoundary name="about">
|
|
<AboutText
|
|
title="We listen patiently and provide expert solutions. Priyadarshini & Co. is built on a foundation of trust, professional diligence, and client-centric service."
|
|
primaryButton={{
|
|
text: "Our Approach", href: "#features"}}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<SectionErrorBoundary name="features">
|
|
<FeaturesArrowCards
|
|
tag="Expertise"
|
|
title="Comprehensive Financial Solutions"
|
|
description="We empower businesses to thrive through precise tax preparation, audit expertise, and strategic fiscal guidance."
|
|
items={[
|
|
{
|
|
title: "Tax Consultancy & Filing", tags: [
|
|
"Taxation", "Compliance"],
|
|
imageSrc: "http://img.b2bpic.net/free-vector/taxes-background-design_1223-92.jpg"},
|
|
{
|
|
title: "Audit & Assurance", tags: [
|
|
"Finance", "Audit"],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/african-american-consultant-studying-constitutional-records_482257-102830.jpg"},
|
|
{
|
|
title: "Business Advisory", tags: [
|
|
"Consultancy", "Growth"],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/senior-industrial-plant-shareholder-looking-documents-analyzing-revenue_482257-123387.jpg"},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<SectionErrorBoundary name="services">
|
|
<FeaturesRevealCardsBento
|
|
tag="Specialized Services"
|
|
title="Precision Accounting"
|
|
description="Tailored consultancy for B2B, e-commerce, and tax preparation needs."
|
|
items={[
|
|
{
|
|
title: "B2B Tax Planning", description: "Streamlined corporate tax preparation.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-vector/taxes-25-line-icon-pack-including-report-file-accounting-document-percentage_1142-23219.jpg"},
|
|
{
|
|
title: "E-commerce Accounting", description: "Tax compliance for online platforms.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/cut-out-business-scene_23-2147626414.jpg"},
|
|
{
|
|
title: "Regulatory Audits", description: "Ensuring 100% statutory compliance.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/investor-broker-discussing-trading-strategy-holding-papers-with-financial-charts-pens-cropped-shot-broker-job-investment-concept_74855-14251.jpg"},
|
|
{
|
|
title: "Strategic Consulting", description: "Growth advice for enterprises.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/view-woman-working-as-economist_23-2150062319.jpg"},
|
|
{
|
|
title: "Financial Audit", description: "Transparent and accurate reporting.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-young-business-man-woking-financial-plan-strategy-analysis_1258-307.jpg"},
|
|
{
|
|
title: "Statutory Filing", description: "Timely advice for all filings.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/business-teammates-working-late_23-2148991288.jpg"},
|
|
{
|
|
title: "Compliance Management", description: "Risk mitigation strategies.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314049.jpg"},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<SectionErrorBoundary name="metrics">
|
|
<MetricsSimpleCards
|
|
tag="Performance"
|
|
title="Commitment to Excellence"
|
|
description="Our professional standards and timely advice consistently drive client satisfaction."
|
|
metrics={[
|
|
{
|
|
value: "4.8/5", description: "Average Google Rating"},
|
|
{
|
|
value: "36+", description: "Verified Client Reviews"},
|
|
{
|
|
value: "100%", description: "Statutory Compliance Rate"},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<SectionErrorBoundary name="testimonials">
|
|
<TestimonialRatingCards
|
|
tag="Reviews"
|
|
title="Client Success Stories"
|
|
description="Don't take our word for it—hear what our clients say about our professionalism."
|
|
testimonials={[
|
|
{
|
|
name: "Rahul Sharma", role: "CEO", quote: "Truly professional service and timely advice!", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg"},
|
|
{
|
|
name: "Anita Verma", role: "Director", quote: "Excellent professional service, very efficient work.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg"},
|
|
{
|
|
name: "Sunil Mehta", role: "Manager", quote: "Ma'am listened patiently and answered all my queries.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg"},
|
|
{
|
|
name: "Deepa K.", role: "Entrepreneur", quote: "Highly efficient tax preparation. Very reliable firm.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167445.jpg"},
|
|
{
|
|
name: "Vikram Sethi", role: "Business Owner", quote: "Great experience with their consultancy services.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-businessman_1163-3871.jpg"},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<SectionErrorBoundary name="faq">
|
|
<FaqSimple
|
|
tag="Support"
|
|
title="Common Questions"
|
|
description="Answers to how we can support your business goals."
|
|
items={[
|
|
{
|
|
question: "What services do you offer?", answer: "We offer comprehensive tax preparation, business consulting, audits, and statutory compliance management for B2B and E-commerce entities."},
|
|
{
|
|
question: "How do I schedule a consultation?", answer: "Simply fill out our contact form or call us to set up an appointment at our Vashi office."},
|
|
{
|
|
question: "Do you work with e-commerce businesses?", answer: "Yes, we have specialized services for e-commerce platforms including tax filing and regulatory compliance."},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<SectionErrorBoundary name="contact">
|
|
<ContactCta
|
|
tag="Get in Touch"
|
|
text="Ready to streamline your finances? Let's discuss how Priyadarshini & Co. can help your business grow."
|
|
primaryButton={{
|
|
text: "Contact Us", href: "mailto:info@priyadarshini-co.com"}}
|
|
secondaryButton={{
|
|
text: "Visit Us", href: "#"}}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
</>
|
|
);
|
|
}
|