From 0ff6371d4c16abfb40e0622b964e29c881f0b88e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 15:35:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a91042..6239be7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,14 +46,14 @@ export default function LandingPage() { title="Mastering Public Relations Strategy" description="Elevating brands through strategic communication, media engagement, and reputation management. Your partner in digital presence." testimonials={[ - { name: "Alex Rivet", handle: "@rivet", testimonial: "Exceptional insight in reputation management.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-financial-growth-chart-rising-from-cityscape-night-with-glowing-lights_84443-91307.jpg", imageAlt: "3d abstract blue glass shapes" }, + { name: "Alex Rivet", handle: "@rivet", testimonial: "Exceptional insight in reputation management.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-financial-growth-chart-rising-from-cityscape-night-with-glowing-lights_84443-91307.jpg?_wi=1", imageAlt: "3d abstract blue glass shapes" }, { name: "Sarah Chen", handle: "@sarah", testimonial: "Best PR partner for startups.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/settings-icon-front-side-white-background_187299-40209.jpg", imageAlt: "3d abstract blue glass shapes" }, { name: "Tom Moore", handle: "@tom", testimonial: "Strategic clarity throughout our media launch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-psd/shield-with-checkmark-icon-3d-cartoon-style_84443-56191.jpg", imageAlt: "3d abstract blue glass shapes" }, { name: "Elena Rodriguez", handle: "@elena", testimonial: "The gold standard for brand storytelling.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884884.jpg", imageAlt: "3d abstract blue glass shapes" }, - { name: "Marcus Vane", handle: "@marcusv", testimonial: "Incredible media reach and influence.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/variety-people-multitasking-3d-cartoon-scene_23-2151294543.jpg", imageAlt: "3d abstract blue glass shapes" } + { name: "Marcus Vane", handle: "@marcusv", testimonial: "Incredible media reach and influence.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/variety-people-multitasking-3d-cartoon-scene_23-2151294543.jpg?_wi=1", imageAlt: "3d abstract blue glass shapes" } ]} buttons={[{ text: "Start Consultation", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/3d-financial-growth-chart-rising-from-cityscape-night-with-glowing-lights_84443-91307.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-financial-growth-chart-rising-from-cityscape-night-with-glowing-lights_84443-91307.jpg?_wi=2" imageAlt="3d abstract blue glass shapes" mediaAnimation="blur-reveal" avatars={[ @@ -111,7 +111,7 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "p1", name: "Tech Startup Launch", price: "Media Strategy", imageSrc: "http://img.b2bpic.net/free-photo/variety-people-multitasking-3d-cartoon-scene_23-2151294543.jpg" }, + { id: "p1", name: "Tech Startup Launch", price: "Media Strategy", imageSrc: "http://img.b2bpic.net/free-photo/variety-people-multitasking-3d-cartoon-scene_23-2151294543.jpg?_wi=2" }, { id: "p2", name: "Brand Identity Refresh", price: "Corporate Identity", imageSrc: "http://img.b2bpic.net/free-photo/front-view-geometrical-figures_23-2148830259.jpg" }, { id: "p3", name: "Growth Engagement Plan", price: "Digital Outreach", imageSrc: "http://img.b2bpic.net/free-photo/phone-connected-headphones_1162-134.jpg" }, { id: "p4", name: "Crisis Communications", price: "Risk Management", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-marketing-setting_23-2151871176.jpg" },