From 5e5af12c999b9ee0ee277f905ba88c2d31d2ab7c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 20:02:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7dbc02..c3b44be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,14 +171,14 @@ export default function LandingPage() { "Personalized LinkedIn strategy", "Online 1-on-1 meeting", "Full prepayment required", "Post-session action plan" ], button: { text: "Book Consultation", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/startup-team-reviewing-organization-position-within-market_482257-84654.jpg?_wi=1", imageAlt: "Individual LinkedIn consultation session" + imageSrc: "http://img.b2bpic.net/free-photo/startup-team-reviewing-organization-position-within-market_482257-84654.jpg", imageAlt: "Individual LinkedIn consultation session" }, { id: "business-consultation", title: "Business Consultation", price: "$XXXX", period: "Custom Engagement", features: [ "Tailored strategy for teams", "Lead generation workshop", "Advanced content planning", "Dedicated follow-up support" ], button: { text: "Inquire for Business", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/startup-team-reviewing-organization-position-within-market_482257-84654.jpg?_wi=2", imageAlt: "Business team reviewing marketing strategy" + imageSrc: "http://img.b2bpic.net/free-photo/startup-team-reviewing-organization-position-within-market_482257-84654.jpg", imageAlt: "Business team reviewing marketing strategy" } ]} animationType="slide-up" @@ -208,7 +208,6 @@ export default function LandingPage() { id: "testimonial-5", title: "From Zero to Hero", quote: "My LinkedIn profile was practically invisible. Now, I receive regular inquiries and connect with relevant opportunities effortlessly.", name: "Jessica L.", role: "HR Professional", imageSrc: "http://img.b2bpic.net/free-photo/smiling-broadly-business-woman-showing-thumb-up_1262-1127.jpg" } ]} - animationType="slide-up" textboxLayout="default" useInvertedBackground={true} ariaLabel="Client testimonials and success stories" -- 2.49.1