From ffaea058a004597ff110d0d574354c0776c1c994 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:38:55 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 70 ++++++++++-------------------------------- 1 file changed, 16 insertions(+), 54 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 91641db..b874e6f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,6 +46,7 @@ export default function AboutPage() { { icon: Target, label: "Industries Covered", value: "8+" }, { icon: CheckCircle, label: "Success Rate", value: "95%" }, ]} + metricsAnimation="opacity" useInvertedBackground={false} /> @@ -57,34 +58,16 @@ export default function AboutPage() { description="Building trust through consistent excellence and measurable results" metrics={[ { - id: "founded", - value: "2010", - title: "Year Founded", - items: [ - "Started with vision to serve SMEs", - "Grew from local practice to trusted partner", - "Expanded service offerings annually", - ], + id: "founded", value: "2010", title: "Year Founded", items: [ + "Started with vision to serve SMEs", "Grew from local practice to trusted partner", "Expanded service offerings annually"], }, { - id: "team", - value: "12+", - title: "Professional Team Members", - items: [ - "Chartered accountants and consultants", - "Average 12 years experience each", - "Specialized in local market dynamics", - ], + id: "team", value: "12+", title: "Professional Team Members", items: [ + "Chartered accountants and consultants", "Average 12 years experience each", "Specialized in local market dynamics"], }, { - id: "impact", - value: "₨100Cr+", - title: "Total Client Portfolio Value", - items: [ - "Managed across diverse industries", - "Consistent growth support provided", - "Long-term strategic partnerships", - ], + id: "impact", value: "₨100Cr+", title: "Total Client Portfolio Value", items: [ + "Managed across diverse industries", "Consistent growth support provided", "Long-term strategic partnerships"], }, ]} textboxLayout="default" @@ -100,34 +83,16 @@ export default function AboutPage() { description="Guiding principles that shape how we serve our clients" metrics={[ { - id: "integrity", - value: "100%", - title: "Integrity & Transparency", - items: [ - "Complete financial disclosure", - "Ethical business practices", - "Confidential client relationships", - ], + id: "integrity", value: "100%", title: "Integrity & Transparency", items: [ + "Complete financial disclosure", "Ethical business practices", "Confidential client relationships"], }, { - id: "expertise", - value: "Expert", - title: "Professional Expertise", - items: [ - "Continuously updated knowledge", - "Industry certifications maintained", - "Best practices implementation", - ], + id: "expertise", value: "Expert", title: "Professional Expertise", items: [ + "Continuously updated knowledge", "Industry certifications maintained", "Best practices implementation"], }, { - id: "commitment", - value: "Your", - title: "Client Success Commitment", - items: [ - "Your growth is our success", - "Responsive and accessible team", - "Long-term partnership focus", - ], + id: "commitment", value: "Your", title: "Client Success Commitment", items: [ + "Your growth is our success", "Responsive and accessible team", "Long-term partnership focus"], }, ]} textboxLayout="default" @@ -141,8 +106,7 @@ export default function AboutPage() { Date: Tue, 3 Mar 2026 14:38:56 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 51 ++++++++++++---------------------------- 1 file changed, 15 insertions(+), 36 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b5aeeb4..48b264c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -60,41 +60,23 @@ export default function ContactPage() { Date: Tue, 3 Mar 2026 14:38:56 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8a2d815..43af272 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,30 +3,19 @@ import { Poppins } from "next/font/google"; import "./globals.css"; const poppins = Poppins({ - variable: "--font-poppins", - subsets: ["latin"], + variable: "--font-poppins", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "Business Consulting & Accounting Services in Faisalabad | Sami & Co", - description: "Professional business management, accounting, and financial consulting services for SMEs and startups in Faisalabad. Expert local consultants helping businesses grow.", - keywords: "business consultant Faisalabad, accounting services, financial advisory, tax consultant, management consulting, SME support, local business solutions", - robots: { + title: "Business Consulting & Accounting Services in Faisalabad | Sami & Co", description: "Professional business management, accounting, and financial consulting services for SMEs and startups in Faisalabad. Expert local consultants helping businesses grow.", keywords: "business consultant Faisalabad, accounting services, financial advisory, tax consultant, management consulting, SME support, local business solutions", robots: { index: true, follow: true, }, openGraph: { - title: "Business Consulting & Accounting Services in Faisalabad | Sami & Co", - description: "Professional business consulting, accounting, and financial advisory services. Helping local businesses grow with proven strategies.", - siteName: "Sami & Co", - type: "website", - }, + title: "Business Consulting & Accounting Services in Faisalabad | Sami & Co", description: "Professional business consulting, accounting, and financial advisory services. Helping local businesses grow with proven strategies.", siteName: "Sami & Co", type: "website"}, twitter: { - card: "summary_large_image", - title: "Business Consulting Faisalabad | Sami & Co", - description: "Expert business management and accounting consulting for local businesses", - }, + card: "summary_large_image", title: "Business Consulting Faisalabad | Sami & Co", description: "Expert business management and accounting consulting for local businesses"}, }; export default function RootLayout({ -- 2.49.1 From 10d9b23c4d5682f9e971502d9f5c875587cbe7e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:38:57 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 137 +++++++++++------------------------------------ 1 file changed, 30 insertions(+), 107 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c573980..d0bb2c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,17 +53,14 @@ export default function HomePage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/black-financial-consultant-explaining-deal-details_1163-5307.jpg", - imageAlt: "Business consultant meeting with clients", - }, + imageSrc: "http://img.b2bpic.net/free-photo/black-financial-consultant-explaining-deal-details_1163-5307.jpg", imageAlt: "Business consultant meeting with clients"}, { - imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", - imageAlt: "Financial planning and business growth strategy", - }, + imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", imageAlt: "Financial planning and business growth strategy"}, ]} rating={5} ratingText="4.3 ★ Rated by 9 Clients" background={{ variant: "plain" }} + mediaAnimation="opacity" /> @@ -77,6 +74,7 @@ export default function HomePage() { { icon: Target, label: "Industries Covered", value: "8+" }, { icon: CheckCircle, label: "Success Rate", value: "95%" }, ]} + metricsAnimation="opacity" useInvertedBackground={false} /> @@ -89,51 +87,23 @@ export default function HomePage() { tag="Services" features={[ { - id: "business-management", - label: "Management", - title: "Business Management Consulting", - items: [ - "Strategic planning & execution", - "Process optimization", - "Operational efficiency", - "Leadership development", - ], + id: "business-management", label: "Management", title: "Business Management Consulting", items: [ + "Strategic planning & execution", "Process optimization", "Operational efficiency", "Leadership development"], buttons: [{ text: "Learn More", href: "/services" }], }, { - id: "financial-advisory", - label: "Financial", - title: "Financial Advisory Services", - items: [ - "Investment planning", - "Cash flow management", - "Budget forecasting", - "Risk assessment", - ], + id: "financial-advisory", label: "Financial", title: "Financial Advisory Services", items: [ + "Investment planning", "Cash flow management", "Budget forecasting", "Risk assessment"], buttons: [{ text: "Learn More", href: "/services" }], }, { - id: "accounting", - label: "Accounting", - title: "Accounting & Bookkeeping", - items: [ - "Monthly reconciliation", - "Financial reporting", - "GST compliance", - "Audit support", - ], + id: "accounting", label: "Accounting", title: "Accounting & Bookkeeping", items: [ + "Monthly reconciliation", "Financial reporting", "GST compliance", "Audit support"], buttons: [{ text: "Learn More", href: "/services" }], }, { - id: "tax-compliance", - label: "Tax", - title: "Tax Planning & Compliance", - items: [ - "Tax optimization strategy", - "Returns filing assistance", - "Compliance documentation", - "Penalty mitigation", - ], + id: "tax-compliance", label: "Tax", title: "Tax Planning & Compliance", items: [ + "Tax optimization strategy", "Returns filing assistance", "Compliance documentation", "Penalty mitigation"], buttons: [{ text: "Learn More", href: "/services" }], }, ]} @@ -150,44 +120,20 @@ export default function HomePage() { description="Proven results for businesses across Faisalabad and beyond" metrics={[ { - id: "clients", - value: "200+", - title: "Satisfied Clients", - items: [ - "SMEs across 8+ industries", - "Average engagement 3+ years", - "90%+ client retention rate", - ], + id: "clients", value: "200+", title: "Satisfied Clients", items: [ + "SMEs across 8+ industries", "Average engagement 3+ years", "90%+ client retention rate"], }, { - id: "revenue", - value: "₨50Cr+", - title: "Combined Client Revenue Improved", - items: [ - "Average 25% growth per client", - "Cost optimization achieved", - "Tax savings calculated", - ], + id: "revenue", value: "₨50Cr+", title: "Combined Client Revenue Improved", items: [ + "Average 25% growth per client", "Cost optimization achieved", "Tax savings calculated"], }, { - id: "experience", - value: "15+", - title: "Years of Industry Experience", - items: [ - "Experts in local market", - "Certified professionals", - "Continuous training", - ], + id: "experience", value: "15+", title: "Years of Industry Experience", items: [ + "Experts in local market", "Certified professionals", "Continuous training"], }, { - id: "rating", - value: "4.3★", - title: "Client Satisfaction Rating", - items: [ - "Based on 9 verified reviews", - "Trusted recommendations", - "Local reputation", - ], + id: "rating", value: "4.3★", title: "Client Satisfaction Rating", items: [ + "Based on 9 verified reviews", "Trusted recommendations", "Local reputation"], }, ]} textboxLayout="default" @@ -204,29 +150,17 @@ export default function HomePage() { author="Muhammad Hassan, Owner - Tech Solutions Faisalabad" avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg", - alt: "Muhammad Hassan", - }, + src: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg", alt: "Muhammad Hassan"}, { - src: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg", - alt: "Ayesha Khan", - }, + src: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg", alt: "Ayesha Khan"}, { - src: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", - alt: "Bilal Ahmed", - }, + src: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", alt: "Bilal Ahmed"}, { - src: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", - alt: "Farah Malik", - }, + src: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", alt: "Farah Malik"}, { - src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", - alt: "Omar Hassan", - }, + src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", alt: "Omar Hassan"}, { - src: "http://img.b2bpic.net/free-photo/confident-pretty-business-woman-with-arms-crossed_1262-2992.jpg", - alt: "Zainab Khan", - }, + src: "http://img.b2bpic.net/free-photo/confident-pretty-business-woman-with-arms-crossed_1262-2992.jpg", alt: "Zainab Khan"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -244,15 +178,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Tech Solutions", - "Green Valley Retail", - "Industrial Supplies Co", - "Healthcare Clinic Network", - "E-Commerce Ventures", - "Manufacturing Partners", - "Service Group", - "Financial Traders", - ]} + "Tech Solutions", "Green Valley Retail", "Industrial Supplies Co", "Healthcare Clinic Network", "E-Commerce Ventures", "Manufacturing Partners", "Service Group", "Financial Traders"]} showCard={true} speed={40} /> @@ -263,8 +189,7 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 14:38:58 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 86 ++++++++------------------------------- 1 file changed, 17 insertions(+), 69 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 04b69c3..277879a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -42,51 +42,23 @@ export default function ServicesPage() { tag="Services" features={[ { - id: "business-management", - label: "Management", - title: "Business Management Consulting", - items: [ - "Strategic planning & execution", - "Process optimization", - "Operational efficiency", - "Leadership development", - ], + id: "business-management", label: "Management", title: "Business Management Consulting", items: [ + "Strategic planning & execution", "Process optimization", "Operational efficiency", "Leadership development"], buttons: [{ text: "Learn More", href: "/services" }], }, { - id: "financial-advisory", - label: "Financial", - title: "Financial Advisory Services", - items: [ - "Investment planning", - "Cash flow management", - "Budget forecasting", - "Risk assessment", - ], + id: "financial-advisory", label: "Financial", title: "Financial Advisory Services", items: [ + "Investment planning", "Cash flow management", "Budget forecasting", "Risk assessment"], buttons: [{ text: "Learn More", href: "/services" }], }, { - id: "accounting", - label: "Accounting", - title: "Accounting & Bookkeeping", - items: [ - "Monthly reconciliation", - "Financial reporting", - "GST compliance", - "Audit support", - ], + id: "accounting", label: "Accounting", title: "Accounting & Bookkeeping", items: [ + "Monthly reconciliation", "Financial reporting", "GST compliance", "Audit support"], buttons: [{ text: "Learn More", href: "/services" }], }, { - id: "tax-compliance", - label: "Tax", - title: "Tax Planning & Compliance", - items: [ - "Tax optimization strategy", - "Returns filing assistance", - "Compliance documentation", - "Penalty mitigation", - ], + id: "tax-compliance", label: "Tax", title: "Tax Planning & Compliance", items: [ + "Tax optimization strategy", "Returns filing assistance", "Compliance documentation", "Penalty mitigation"], buttons: [{ text: "Learn More", href: "/services" }], }, ]} @@ -104,39 +76,18 @@ export default function ServicesPage() { tag="Expertise" features={[ { - id: "startup-support", - label: "Startup", - title: "Startup Business Setup", - items: [ - "Business registration & licensing", - "Initial financial setup", - "Tax ID registration", - "Bookkeeping systems implementation", - ], + id: "startup-support", label: "Startup", title: "Startup Business Setup", items: [ + "Business registration & licensing", "Initial financial setup", "Tax ID registration", "Bookkeeping systems implementation"], buttons: [{ text: "Get Started", href: "/contact" }], }, { - id: "audit-services", - label: "Audit", - title: "Audit & Compliance Services", - items: [ - "Annual statutory audits", - "Internal audit procedures", - "Compliance reviews", - "Audit trail maintenance", - ], + id: "audit-services", label: "Audit", title: "Audit & Compliance Services", items: [ + "Annual statutory audits", "Internal audit procedures", "Compliance reviews", "Audit trail maintenance"], buttons: [{ text: "Schedule Audit", href: "/contact" }], }, { - id: "business-advisory", - label: "Advisory", - title: "Business Advisory & Planning", - items: [ - "Strategic business planning", - "Market analysis & positioning", - "Growth strategy development", - "Performance benchmarking", - ], + id: "business-advisory", label: "Advisory", title: "Business Advisory & Planning", items: [ + "Strategic business planning", "Market analysis & positioning", "Growth strategy development", "Performance benchmarking"], buttons: [{ text: "Consult Now", href: "/contact" }], }, ]} @@ -151,8 +102,7 @@ export default function ServicesPage() {