From 690da8d540292b5af391ad7b9b219861cd9acb5b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:52:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2fd5e4..165c7c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,13 +88,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Strategic Assessment", description: "Comprehensive analysis of your brand positioning, market opportunity, and competitive landscape to identify growth vectors.", imageSrc: "http://img.b2bpic.net/free-photo/business-teamwork-meeting-concept_1421-223.jpg", imageAlt: "Strategic Assessment and Planning"}, + title: "Strategic Assessment", description: "Comprehensive analysis of your brand positioning, market opportunity, and competitive landscape to identify growth vectors.", imageSrc: "http://img.b2bpic.net/free-photo/business-teamwork-meeting-concept_1421-223.jpg?_wi=1", imageAlt: "Strategic Assessment and Planning"}, { id: 2, - title: "Brand Positioning", description: "Refined brand architecture and messaging strategy that resonates with target audiences and differentiates in the market.", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg", imageAlt: "Brand Positioning and Identity"}, + title: "Brand Positioning", description: "Refined brand architecture and messaging strategy that resonates with target audiences and differentiates in the market.", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg?_wi=1", imageAlt: "Brand Positioning and Identity"}, { id: 3, - title: "Performance Analytics", description: "Real-time insights into consumer behavior, sales performance, and market trends to guide strategic decisions.", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "Performance Analytics and Reporting"}, + title: "Performance Analytics", description: "Real-time insights into consumer behavior, sales performance, and market trends to guide strategic decisions.", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg?_wi=1", imageAlt: "Performance Analytics and Reporting"}, { id: 4, title: "Execution & Support", description: "End-to-end implementation support ensuring your strategy translates into tangible results and sustained growth.", imageSrc: "http://img.b2bpic.net/free-photo/forensic-examiners-having-discussion_1098-16316.jpg", imageAlt: "Execution and Ongoing Support"}, @@ -118,13 +118,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Parachute", name: "Startup Strategy", price: "$15K", rating: 5, - reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/business-teamwork-meeting-concept_1421-223.jpg", imageAlt: "Startup Strategy Package"}, + reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/business-teamwork-meeting-concept_1421-223.jpg?_wi=2", imageAlt: "Startup Strategy Package"}, { id: "2", brand: "Parachute", name: "Scale Acceleration", price: "$35K", rating: 5, - reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg", imageAlt: "Scale Acceleration Package"}, + reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg?_wi=2", imageAlt: "Scale Acceleration Package"}, { id: "3", brand: "Parachute", name: "Market Leadership", price: "$55K", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "Market Leadership Package"}, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg?_wi=2", imageAlt: "Market Leadership Package"}, ]} /> -- 2.49.1