From 11a998254eed24a140f6d4f266b2daa77f69a046 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:20:09 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f44635f..34fef22 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,10 +47,11 @@ export default function AboutPage() { { value: "500+", title: "Businesses Served" }, { value: "15+", title: "Years Experience" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/executives-with-digital-tablet-having-meeting-office_1098-1881.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/executives-with-digital-tablet-having-meeting-office_1098-1881.jpg" imageAlt="Our professional consulting team" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> -- 2.49.1 From fbebeee7e03ece1ef565e31f05821bbea4a8e46f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:20:16 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 77 ++++++++++-------------------------------------- 1 file changed, 15 insertions(+), 62 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a208a9..503cfec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,12 +66,8 @@ export default function HomePage() { tagIcon={Briefcase} features={[ { - id: "1", - title: "Business Management Consulting", - description: "Strategic guidance to streamline operations, improve efficiency, and achieve sustainable growth. We help you build stronger business foundations.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg?_wi=1", - }, + id: "1", title: "Business Management Consulting", description: "Strategic guidance to streamline operations, improve efficiency, and achieve sustainable growth. We help you build stronger business foundations.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg"}, items: [ { icon: CheckCircle, text: "Operations optimization" }, { icon: CheckCircle, text: "Strategic planning" }, @@ -80,12 +76,8 @@ export default function HomePage() { reverse: false, }, { - id: "2", - title: "Financial Advisory & Accounting", - description: "Expert financial guidance and accurate accounting practices to keep your business finances in order and compliant with regulations.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg?_wi=2", - }, + id: "2", title: "Financial Advisory & Accounting", description: "Expert financial guidance and accurate accounting practices to keep your business finances in order and compliant with regulations.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg"}, items: [ { icon: CheckCircle, text: "Financial statements" }, { icon: CheckCircle, text: "Audit services" }, @@ -94,12 +86,8 @@ export default function HomePage() { reverse: true, }, { - id: "3", - title: "Tax Planning & Compliance", - description: "Minimize tax burden while ensuring full compliance with Pakistani tax laws. Our experts stay current with all regulations.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg?_wi=3", - }, + id: "3", title: "Tax Planning & Compliance", description: "Minimize tax burden while ensuring full compliance with Pakistani tax laws. Our experts stay current with all regulations.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/teamwork-scene-close-up_23-2147626393.jpg"}, items: [ { icon: CheckCircle, text: "Tax optimization" }, { icon: CheckCircle, text: "Regulatory compliance" }, @@ -124,10 +112,11 @@ export default function HomePage() { { value: "500+", title: "Businesses Served" }, { value: "15+", title: "Years Experience" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/executives-with-digital-tablet-having-meeting-office_1098-1881.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/executives-with-digital-tablet-having-meeting-office_1098-1881.jpg" imageAlt="Our professional consulting team" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -154,53 +143,17 @@ export default function HomePage() {