From 82aa038c1079ba1dc71bec6b2a81c120c9424167 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:35:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e1b925..a189783 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,11 +73,11 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "Strategy", description: "Vision, market positioning, and growth planning tailored to your business objectives and competitive landscape.", imageSrc: "http://img.b2bpic.net/free-vector/infographic-timeline-concept_23-2147850423.jpg", imageAlt: "Strategy service illustration"}, + id: "01", title: "Strategy", description: "Vision, market positioning, and growth planning tailored to your business objectives and competitive landscape.", imageSrc: "http://img.b2bpic.net/free-vector/infographic-timeline-concept_23-2147850423.jpg?_wi=1", imageAlt: "Strategy service illustration"}, { - id: "02", title: "Operations", description: "Process optimization, efficiency improvements, and execution excellence to maximize operational performance.", imageSrc: "http://img.b2bpic.net/free-vector/business-meeting-banners_98292-557.jpg", imageAlt: "Operations service illustration"}, + id: "02", title: "Operations", description: "Process optimization, efficiency improvements, and execution excellence to maximize operational performance.", imageSrc: "http://img.b2bpic.net/free-vector/business-meeting-banners_98292-557.jpg?_wi=1", imageAlt: "Operations service illustration"}, { - id: "03", title: "Finance", description: "Financial advisory, planning expertise, and performance optimization to strengthen your bottom line.", imageSrc: "http://img.b2bpic.net/free-vector/finances-concept-facebook-cover-template_23-2151157691.jpg", imageAlt: "Finance service illustration"}, + id: "03", title: "Finance", description: "Financial advisory, planning expertise, and performance optimization to strengthen your bottom line.", imageSrc: "http://img.b2bpic.net/free-vector/finances-concept-facebook-cover-template_23-2151157691.jpg?_wi=1", imageAlt: "Finance service illustration"}, ]} textboxLayout="default" animationType="slide-up" @@ -95,13 +95,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "Deep Business Understanding", description: "We invest time to truly understand your unique challenges, opportunities, and strategic objectives before recommending solutions.", imageSrc: "http://img.b2bpic.net/free-vector/infographic-timeline-concept_23-2147850423.jpg", imageAlt: "Business understanding icon"}, + id: "01", title: "Deep Business Understanding", description: "We invest time to truly understand your unique challenges, opportunities, and strategic objectives before recommending solutions.", imageSrc: "http://img.b2bpic.net/free-vector/infographic-timeline-concept_23-2147850423.jpg?_wi=2", imageAlt: "Business understanding icon"}, { - id: "02", title: "Diverse Expertise", description: "Our team brings specialized knowledge across industries and practice areas, enabling comprehensive solutions to complex challenges.", imageSrc: "http://img.b2bpic.net/free-vector/business-meeting-banners_98292-557.jpg", imageAlt: "Diverse expertise icon"}, + id: "02", title: "Diverse Expertise", description: "Our team brings specialized knowledge across industries and practice areas, enabling comprehensive solutions to complex challenges.", imageSrc: "http://img.b2bpic.net/free-vector/business-meeting-banners_98292-557.jpg?_wi=2", imageAlt: "Diverse expertise icon"}, { - id: "03", title: "Proven Track Record", description: "8+ years of delivering measurable outcomes for 100+ clients across startups and enterprises with tangible business impact.", imageSrc: "http://img.b2bpic.net/free-vector/finances-concept-facebook-cover-template_23-2151157691.jpg", imageAlt: "Proven results icon"}, + id: "03", title: "Proven Track Record", description: "8+ years of delivering measurable outcomes for 100+ clients across startups and enterprises with tangible business impact.", imageSrc: "http://img.b2bpic.net/free-vector/finances-concept-facebook-cover-template_23-2151157691.jpg?_wi=2", imageAlt: "Proven results icon"}, { - id: "04", title: "Exceptional Client Experience", description: "Our dedicated team provides responsive, collaborative partnership ensuring every engagement exceeds expectations.", imageSrc: "http://img.b2bpic.net/free-vector/infographic-timeline-concept_23-2147850423.jpg", imageAlt: "Client service icon"}, + id: "04", title: "Exceptional Client Experience", description: "Our dedicated team provides responsive, collaborative partnership ensuring every engagement exceeds expectations.", imageSrc: "http://img.b2bpic.net/free-vector/infographic-timeline-concept_23-2147850423.jpg?_wi=3", imageAlt: "Client service icon"}, ]} textboxLayout="default" animationType="slide-up" -- 2.49.1