diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b0e602c..ea26340 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -132,9 +132,9 @@ export default function ContactPage() { description="Connect with our team to discuss how we can deliver strategic financial consulting tailored to your objectives." tagIcon={MessageCircle} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-team-sitting-table_23-2149271747.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-team-sitting-table_23-2149271747.jpg" imageAlt="modern consulting office collaborative workspace" mediaAnimation="opacity" mediaPosition="right" diff --git a/src/app/page.tsx b/src/app/page.tsx index a682a57..751a036 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function HomePage() { tag="Financial Excellence" tagIcon={Briefcase} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/young-executive-holding-pointing-laptop_1098-4094.jpg", @@ -128,7 +128,7 @@ export default function HomePage() { 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/victorius-mixraced-startup-team-overjoyed-conference-room-after-great-business-project_482257-5092.jpg" imageAlt="Professional consulting team collaboration" mediaAnimation="opacity" useInvertedBackground={false} @@ -300,9 +300,9 @@ export default function HomePage() { description="Connect with our team to discuss how we can deliver strategic financial consulting tailored to your objectives." tagIcon={MessageCircle} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-team-sitting-table_23-2149271747.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-team-sitting-table_23-2149271747.jpg" imageAlt="Modern consulting office with collaborative workspace" mediaAnimation="opacity" mediaPosition="right" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5ae553d..1bdb96a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -96,7 +96,7 @@ export default function ServicesPage() { 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?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/secretary-writing-notebook_1098-1815.jpg", }, { id: 2, @@ -104,7 +104,7 @@ export default function ServicesPage() { 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?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-growth-chart-held-by-hands_23-2148780622.jpg", }, { id: 3, @@ -112,7 +112,7 @@ export default function ServicesPage() { 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?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/co-workers-with-pens-pointing-bar-chart_1098-728.jpg", }, { id: 4, @@ -120,7 +120,7 @@ export default function ServicesPage() { 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?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-pointing-financial-statistics_482257-8139.jpg", }, { id: 5, @@ -128,7 +128,7 @@ export default function ServicesPage() { 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?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/business-team-senior-man-working-cafe_1262-1704.jpg", }, { id: 6, @@ -136,7 +136,7 @@ export default function ServicesPage() { 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?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/business-team-analyzing-financial-report_23-2151957112.jpg", }, ]} /> @@ -193,9 +193,9 @@ export default function ServicesPage() { description="Connect with our team to discuss how we can deliver strategic financial consulting tailored to your objectives." tagIcon={MessageCircle} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-team-sitting-table_23-2149271747.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-team-sitting-table_23-2149271747.jpg" imageAlt="Modern consulting office with collaborative workspace" mediaAnimation="opacity" mediaPosition="right"