From afe261df7916206a5d974c55078ddd0554528b16 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 10:54:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 223 +++++++---------------------------------------- 1 file changed, 33 insertions(+), 190 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 092bbd8..d7bb7a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,28 +31,14 @@ export default function LandingPage() { @@ -60,35 +46,15 @@ export default function LandingPage() { @@ -100,14 +66,8 @@ export default function LandingPage() { title="Decades of Financial Stewardship" description="We are a premier audit firm committed to transparency and accuracy. Our team brings deep industry insights to support your organizational growth and regulatory compliance." metrics={[ - { - value: "15+", - title: "Years Experience", - }, - { - value: "200+", - title: "Happy Clients", - }, + { value: "15+", title: "Years Experience" }, + { value: "200+", title: "Happy Clients" }, ]} imageSrc="http://img.b2bpic.net/free-photo/executives-having-fun-while-working_1098-2208.jpg" mediaAnimation="slide-up" @@ -120,30 +80,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "1", - title: "Financial Audits", - descriptions: [ - "Statutory and internal auditing services ensuring full regulatory compliance.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-writing_23-2148763834.jpg", - }, - { - id: "2", - title: "Taxation Services", - descriptions: [ - "Expert advice on corporate and individual tax planning and filings.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-reading-daily-news_53876-25145.jpg", - }, - { - id: "3", - title: "Risk Management", - descriptions: [ - "Identifying financial risks and implementing robust mitigation strategies.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/business-team-working-new-business-plan-with-modern-digital-computer-top-view-shot_1423-239.jpg", - }, + { id: "1", title: "Financial Audits", descriptions: ["Statutory and internal auditing services ensuring full regulatory compliance."], imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-writing_23-2148763834.jpg" }, + { id: "2", title: "Taxation Services", descriptions: ["Expert advice on corporate and individual tax planning and filings."], imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-reading-daily-news_53876-25145.jpg" }, + { id: "3", title: "Risk Management", descriptions: ["Identifying financial risks and implementing robust mitigation strategies."], imageSrc: "http://img.b2bpic.net/free-photo/business-team-working-new-business-plan-with-modern-digital-computer-top-view-shot_1423-239.jpg" }, ]} title="Our Professional Expertise" description="Comprehensive solutions tailored to meet the dynamic needs of businesses in Pakistan." @@ -156,27 +95,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "99.9%", - title: "Accuracy Rate", - description: "Precision in every report.", - imageSrc: "http://img.b2bpic.net/free-photo/magnifying-glass-fallen-coins-infographic-template_23-2147919145.jpg", - }, - { - id: "m2", - value: "50+", - title: "Annual Audits", - description: "Supporting diverse enterprises.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-business-concept-office-accessories-wooden-table-office-supplies-study-work-concept-toning_1220-1510.jpg", - }, - { - id: "m3", - value: "24/7", - title: "Client Support", - description: "Always there when you need us.", - imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595827.jpg", - }, + { id: "m1", value: "99.9%", title: "Accuracy Rate", description: "Precision in every report.", imageSrc: "http://img.b2bpic.net/free-photo/magnifying-glass-fallen-coins-infographic-template_23-2147919145.jpg" }, + { id: "m2", value: "50+", title: "Annual Audits", description: "Supporting diverse enterprises.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-business-concept-office-accessories-wooden-table-office-supplies-study-work-concept-toning_1220-1510.jpg" }, + { id: "m3", value: "24/7", title: "Client Support", description: "Always there when you need us.", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595827.jpg" }, ]} title="Our Impact in Numbers" description="Trust established through results, consistency, and professional excellence." @@ -187,15 +108,7 @@ export default function LandingPage() { @@ -208,24 +121,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} members={[ - { - id: "t1", - name: "Atta Ur Rehman", - role: "Senior Partner", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-businessman-library_1262-2398.jpg", - }, - { - id: "t2", - name: "Maria Khan", - role: "Audit Lead", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg", - }, - { - id: "t3", - name: "Ahmed Raza", - role: "Tax Consultant", - imageSrc: "http://img.b2bpic.net/free-photo/black-male-candidate-presenting-cv-information-hr-assistant-formal-interview_482257-136426.jpg", - }, + { id: "t1", name: "Atta Ur Rehman", role: "Senior Partner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-businessman-library_1262-2398.jpg" }, + { id: "t2", name: "Maria Khan", role: "Audit Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg" }, + { id: "t3", name: "Ahmed Raza", role: "Tax Consultant", imageSrc: "http://img.b2bpic.net/free-photo/black-male-candidate-presenting-cv-information-hr-assistant-formal-interview_482257-136426.jpg" }, ]} title="Meet Our Partners" description="Our leadership team brings decades of combined expertise to your firm." @@ -237,21 +135,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "How often should we audit?", - content: "Depending on size and industry, annual or bi-annual audits are recommended.", - }, - { - id: "f2", - title: "Do you provide tax filing services?", - content: "Yes, we handle complete tax planning and filing for corporations and individuals.", - }, - { - id: "f3", - title: "Is my company data confidential?", - content: "Confidentiality is the cornerstone of our audit ethics. All data remains private.", - }, + { id: "f1", title: "How often should we audit?", content: "Depending on size and industry, annual or bi-annual audits are recommended." }, + { id: "f2", title: "Do you provide tax filing services?", content: "Yes, we handle complete tax planning and filing for corporations and individuals." }, + { id: "f3", title: "Is my company data confidential?", content: "Confidentiality is the cornerstone of our audit ethics. All data remains private." }, ]} title="Frequently Asked Questions" description="Find answers to the most common questions regarding our audit and tax services." @@ -262,16 +148,9 @@ export default function LandingPage() {
@@ -279,49 +158,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file