From 977b41efa059863f2e0733945b1ecde41c4758fb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:20:00 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 919d1ab..c4fc0b6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -94,7 +94,7 @@ export default function AboutPage() { description="Consultify combines deep expertise in audit, valuation, and financial management with a commitment to delivering transformative results." subdescription="Our team of certified professionals brings decades of experience across industries, helping businesses navigate complex financial challenges and unlock growth opportunities." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/victorius-mixraced-startup-team-overjoyed-conference-room-after-great-business-project_482257-5092.jpg" + imageSrc="http://img.b2bpic.net/free-photo/victorius-mixraced-startup-team-overjoyed-conference-room-after-great-business-project_482257-5092.jpg?_wi=2" imageAlt="professional consulting team collaboration diversity" mediaAnimation="opacity" useInvertedBackground={false} @@ -117,7 +117,7 @@ export default function AboutPage() { title: "Audit Assistance", subtitle: "Comprehensive auditing", description: "Independent and rigorous audits ensuring compliance, transparency, and financial integrity for stakeholder confidence.", - imageSrc: "http://img.b2bpic.net/free-photo/secretary-writing-notebook_1098-1815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/secretary-writing-notebook_1098-1815.jpg?_wi=2", }, { id: 2, @@ -125,7 +125,7 @@ export default function AboutPage() { title: "Strategic Planning", subtitle: "Future-focused strategies", description: "Data-driven strategic planning that aligns financial objectives with business goals for sustainable growth.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-growth-chart-held-by-hands_23-2148780622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-growth-chart-held-by-hands_23-2148780622.jpg?_wi=2", }, { id: 3, @@ -133,7 +133,7 @@ export default function AboutPage() { title: "Business Valuation", subtitle: "Accurate asset evaluation", description: "Expert valuation services providing precise insights into company worth for M&A, financing, and strategic decisions.", - imageSrc: "http://img.b2bpic.net/free-photo/co-workers-with-pens-pointing-bar-chart_1098-728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/co-workers-with-pens-pointing-bar-chart_1098-728.jpg?_wi=2", }, { id: 4, @@ -141,7 +141,7 @@ export default function AboutPage() { title: "Cash Flow Management", subtitle: "Optimize liquidity", description: "Strategic cash flow optimization ensuring operational efficiency and financial stability through expert management.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-pointing-financial-statistics_482257-8139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-pointing-financial-statistics_482257-8139.jpg?_wi=2", }, { id: 5, @@ -149,7 +149,7 @@ export default function AboutPage() { title: "Mergers & Acquisitions", subtitle: "End-to-end M&A support", description: "Expert guidance through acquisition and merger processes, ensuring value creation and successful integration.", - imageSrc: "http://img.b2bpic.net/free-photo/business-team-senior-man-working-cafe_1262-1704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-team-senior-man-working-cafe_1262-1704.jpg?_wi=2", }, { id: 6, @@ -157,7 +157,7 @@ export default function AboutPage() { title: "Tax Planning", subtitle: "Optimize tax efficiency", description: "Proactive tax strategies minimizing liabilities while ensuring compliance with regulations and maximizing returns.", - imageSrc: "http://img.b2bpic.net/free-photo/business-team-analyzing-financial-report_23-2151957112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-team-analyzing-financial-report_23-2151957112.jpg?_wi=2", }, ]} /> -- 2.49.1 From 2520ad7002556caf70d721fc1abddb849f3ef0d4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:20:00 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9a5bb22..b0e602c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -134,7 +134,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "aurora" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-team-sitting-table_23-2149271747.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-team-sitting-table_23-2149271747.jpg?_wi=3" imageAlt="modern consulting office collaborative workspace" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1 From 8a68ab23492ab6980d3adf9b5352fc7adf13493f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:20:00 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2ed8420..e47ecec 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Manrope } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Manrope } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const manrope = Manrope({ variable: "--font-manrope", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Business Consulting & Financial Advisory Services", + description: "Expert audit assistance, business valuation, tax planning, and financial consulting. Trusted by 500+ companies for strategic financial solutions.", + keywords: "audit assistance, business valuation, tax planning, financial consulting, cash flow management, M&A advisory", + metadataBase: new URL("https://consultify.com"), + alternates: { + canonical: "https://consultify.com", + }, + openGraph: { + title: "Business Consulting & Financial Advisory Services", + description: "Expert audit assistance, business valuation, tax planning, and financial consulting.", + url: "https://consultify.com", + siteName: "Consultify", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/young-executive-holding-pointing-laptop_1098-4094.jpg", + alt: "Professional consulting services", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Business Consulting & Financial Advisory Services", + description: "Expert audit assistance, business valuation, tax planning, and financial consulting.", + images: ["http://img.b2bpic.net/free-photo/young-executive-holding-pointing-laptop_1098-4094.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}