Update src/app/page.tsx
This commit is contained in:
254
src/app/page.tsx
254
src/app/page.tsx
@@ -59,9 +59,7 @@ export default function HomePage() {
|
||||
brandName="TaxPro Pakistan"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Consultation", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,27 +70,17 @@ export default function HomePage() {
|
||||
description="Expert Tax & Business Consultancy in Pakistan. Helping businesses and individuals manage taxes, accounting, and compliance with confidence and transparency."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+92-XXX-XXXXXXX",
|
||||
},
|
||||
text: "Call Now", href: "tel:+92-XXX-XXXXXXX"},
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Consultation", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-business-workers-smiling-happy-confident-working-together-with-smile-face-using-laptop-speaking-office_839833-9703.jpg",
|
||||
imageAlt: "Professional tax consultant working with clients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-business-workers-smiling-happy-confident-working-together-with-smile-face-using-laptop-speaking-office_839833-9703.jpg", imageAlt: "Professional tax consultant working with clients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-equipment-put-table_23-2147651021.jpg",
|
||||
imageAlt: "Modern accounting office environment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-equipment-put-table_23-2147651021.jpg", imageAlt: "Modern accounting office environment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspersons-smiling-each-other_23-2147626532.jpg",
|
||||
imageAlt: "Financial planning and compliance consultation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspersons-smiling-each-other_23-2147626532.jpg", imageAlt: "Financial planning and compliance consultation"},
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
@@ -109,29 +97,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: FileCheck,
|
||||
title: "Tax Filings",
|
||||
value: "500+",
|
||||
},
|
||||
id: "1", icon: FileCheck,
|
||||
title: "Tax Filings", value: "500+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Happy Clients",
|
||||
value: "1000+",
|
||||
},
|
||||
id: "2", icon: Users,
|
||||
title: "Happy Clients", value: "1000+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Building2,
|
||||
title: "Industries",
|
||||
value: "25+",
|
||||
},
|
||||
id: "3", icon: Building2,
|
||||
title: "Industries", value: "25+"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Award,
|
||||
title: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
id: "4", icon: Award,
|
||||
title: "Years Experience", value: "15+"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,57 +123,33 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: FileText,
|
||||
title: "Income Tax Services",
|
||||
description: "Expert income tax return filing, tax planning, and NTN registration for individuals and businesses",
|
||||
button: {
|
||||
text: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
title: "Income Tax Services", description: "Expert income tax return filing, tax planning, and NTN registration for individuals and businesses", button: {
|
||||
text: "Learn More", href: "/services"},
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Sales Tax & GST",
|
||||
description: "Sales tax registration, monthly filing, refund claims, and GST compliance management",
|
||||
button: {
|
||||
text: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
title: "Sales Tax & GST", description: "Sales tax registration, monthly filing, refund claims, and GST compliance management", button: {
|
||||
text: "Learn More", href: "/services"},
|
||||
},
|
||||
{
|
||||
icon: Building,
|
||||
title: "Company Registration",
|
||||
description: "SECP company registration, legal entity setup, and corporate compliance advisory",
|
||||
button: {
|
||||
text: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
title: "Company Registration", description: "SECP company registration, legal entity setup, and corporate compliance advisory", button: {
|
||||
text: "Learn More", href: "/services"},
|
||||
},
|
||||
{
|
||||
icon: Calculator,
|
||||
title: "Bookkeeping & Accounting",
|
||||
description: "Professional bookkeeping, financial statements, and audit preparation services",
|
||||
button: {
|
||||
text: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
title: "Bookkeeping & Accounting", description: "Professional bookkeeping, financial statements, and audit preparation services", button: {
|
||||
text: "Learn More", href: "/services"},
|
||||
},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "Tax Advisory",
|
||||
description: "Strategic tax planning, wealth statement preparation, and compliance consulting",
|
||||
button: {
|
||||
text: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
title: "Tax Advisory", description: "Strategic tax planning, wealth statement preparation, and compliance consulting", button: {
|
||||
text: "Learn More", href: "/services"},
|
||||
},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Import/Export Tax",
|
||||
description: "Customs consultancy, international trade tax optimization, and tariff guidance",
|
||||
button: {
|
||||
text: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
title: "Import/Export Tax", description: "Customs consultancy, international trade tax optimization, and tariff guidance", button: {
|
||||
text: "Learn More", href: "/services"},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -212,29 +164,22 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
mediaAnimation="none"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Team",
|
||||
description: "Certified tax professionals with 15+ years of experience in FBR regulations and compliance",
|
||||
icon: Shield,
|
||||
title: "Expert Team", description: "Certified tax professionals with 15+ years of experience in FBR regulations and compliance", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Transparent Pricing",
|
||||
description: "No hidden fees. Clear, competitive rates with detailed service breakdowns upfront",
|
||||
icon: Eye,
|
||||
title: "Transparent Pricing", description: "No hidden fees. Clear, competitive rates with detailed service breakdowns upfront", icon: Eye,
|
||||
},
|
||||
{
|
||||
title: "Quick Response",
|
||||
description: "Fast turnaround times for tax filings, consultations, and compliance documentation",
|
||||
icon: Zap,
|
||||
title: "Quick Response", description: "Fast turnaround times for tax filings, consultations, and compliance documentation", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "FBR Compliant",
|
||||
description: "Ensures 100% compliance with Federal Board of Revenue regulations and requirements",
|
||||
icon: CheckCircle,
|
||||
title: "FBR Compliant", description: "Ensures 100% compliance with Federal Board of Revenue regulations and requirements", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-planning-their-investments-analyzing-contract-while-their-financial-advisor-working-laptop-meeting_637285-906.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-planning-their-investments-analyzing-contract-while-their-financial-advisor-working-laptop-meeting_637285-906.jpg"
|
||||
imageAlt="Professional team providing tax consultation"
|
||||
/>
|
||||
</div>
|
||||
@@ -249,53 +194,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed Hassan",
|
||||
role: "Business Owner",
|
||||
testimonial: "TaxPro Pakistan made our tax filing process incredibly simple. Their team understood our import business perfectly and saved us money through smart tax planning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=1",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
id: "1", name: "Ahmed Hassan", role: "Business Owner", testimonial: "TaxPro Pakistan made our tax filing process incredibly simple. Their team understood our import business perfectly and saved us money through smart tax planning.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "Ahmed Hassan"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima Malik",
|
||||
role: "Startup Founder",
|
||||
testimonial: "From company registration to ongoing compliance, TaxPro guided us through every step. Professional, transparent, and affordable. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg?_wi=1",
|
||||
imageAlt: "Fatima Malik",
|
||||
},
|
||||
id: "2", name: "Fatima Malik", role: "Startup Founder", testimonial: "From company registration to ongoing compliance, TaxPro guided us through every step. Professional, transparent, and affordable. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg", imageAlt: "Fatima Malik"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Muhammad Ali",
|
||||
role: "Freelance Consultant",
|
||||
testimonial: "Filing my income tax returns used to be stressful, but TaxPro made it hassle-free. Quick response and clear explanations. Five stars!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280737.jpg?_wi=1",
|
||||
imageAlt: "Muhammad Ali",
|
||||
},
|
||||
id: "3", name: "Muhammad Ali", role: "Freelance Consultant", testimonial: "Filing my income tax returns used to be stressful, but TaxPro made it hassle-free. Quick response and clear explanations. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280737.jpg", imageAlt: "Muhammad Ali"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Khan",
|
||||
role: "Finance Manager",
|
||||
testimonial: "We switched to TaxPro for our accounting needs. Their professionalism and deep knowledge of FBR compliance have been invaluable to our growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg",
|
||||
imageAlt: "Sarah Khan",
|
||||
},
|
||||
id: "4", name: "Sarah Khan", role: "Finance Manager", testimonial: "We switched to TaxPro for our accounting needs. Their professionalism and deep knowledge of FBR compliance have been invaluable to our growth.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg", imageAlt: "Sarah Khan"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rizwan Ahmed",
|
||||
role: "Import/Export Manager",
|
||||
testimonial: "Expert customs and tariff guidance. TaxPro simplified our international trade tax obligations significantly. Very satisfied with their service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-businessman-formal-wear-standing-against-windows-business-center_627829-730.jpg",
|
||||
imageAlt: "Rizwan Ahmed",
|
||||
},
|
||||
id: "5", name: "Rizwan Ahmed", role: "Import/Export Manager", testimonial: "Expert customs and tariff guidance. TaxPro simplified our international trade tax obligations significantly. Very satisfied with their service.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-businessman-formal-wear-standing-against-windows-business-center_627829-730.jpg", imageAlt: "Rizwan Ahmed"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Amina Siddiqui",
|
||||
role: "Business Manager",
|
||||
testimonial: "Transparent pricing, fast turnaround, and excellent customer service. TaxPro is now our trusted tax partner for all compliance needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-work_23-2148499447.jpg",
|
||||
imageAlt: "Amina Siddiqui",
|
||||
},
|
||||
id: "6", name: "Amina Siddiqui", role: "Business Manager", testimonial: "Transparent pricing, fast turnaround, and excellent customer service. TaxPro is now our trusted tax partner for all compliance needs.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-work_23-2148499447.jpg", imageAlt: "Amina Siddiqui"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -307,17 +216,12 @@ export default function HomePage() {
|
||||
animationType="reveal-blur"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+92-XXX-XXXXXXX",
|
||||
},
|
||||
text: "Call Now", href: "tel:+92-XXX-XXXXXXX"},
|
||||
{
|
||||
text: "Book Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Free Consultation", href: "#contact"},
|
||||
]}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -327,87 +231,51 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Income Tax Filing",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Income Tax Filing", href: "/services"},
|
||||
{
|
||||
label: "Sales Tax & GST",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Sales Tax & GST", href: "/services"},
|
||||
{
|
||||
label: "Company Registration",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Company Registration", href: "/services"},
|
||||
{
|
||||
label: "Bookkeeping",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Bookkeeping", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/",
|
||||
},
|
||||
label: "About Us", href: "/"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/",
|
||||
},
|
||||
label: "Our Team", href: "/"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Blog & Resources",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog & Resources", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call: +92-XXX-XXXXXXX",
|
||||
href: "tel:+92-XXX-XXXXXXX",
|
||||
},
|
||||
label: "Call: +92-XXX-XXXXXXX", href: "tel:+92-XXX-XXXXXXX"},
|
||||
{
|
||||
label: "WhatsApp: +92-XXX-XXXXXXX",
|
||||
href: "https://wa.me/92XXXXXXXXX",
|
||||
},
|
||||
label: "WhatsApp: +92-XXX-XXXXXXX", href: "https://wa.me/92XXXXXXXXX"},
|
||||
{
|
||||
label: "Email: info@taxpro.pk",
|
||||
href: "mailto:info@taxpro.pk",
|
||||
},
|
||||
label: "Email: info@taxpro.pk", href: "mailto:info@taxpro.pk"},
|
||||
{
|
||||
label: "Office Hours: Mon-Fri 9AM-5PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Office Hours: Mon-Fri 9AM-5PM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Compliance",
|
||||
href: "#",
|
||||
},
|
||||
label: "Compliance", href: "#"},
|
||||
{
|
||||
label: "Disclaimers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Disclaimers", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user