From b49ed95f8f1f20be611a9e29211baf116bfbefbc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:55:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6473df2..9981365 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,10 +65,10 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Chen", handle: "CEO, TechFlow", testimonial: "They completely transformed our brand positioning. The results exceeded all expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { name: "Marcus Johnson", handle: "Founder, InnovateLab", testimonial: "Exceptional creative vision and flawless execution. Our campaign reached 2M+ impressions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -102,11 +102,11 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" features={[ { - id: "01", title: "Brand Strategy", description: "Develop compelling brand narratives that resonate with your target audience and build lasting connections", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg", imageAlt: "Brand strategy"}, + id: "01", title: "Brand Strategy", description: "Develop compelling brand narratives that resonate with your target audience and build lasting connections", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg?_wi=1", imageAlt: "Brand strategy"}, { - id: "02", title: "Social Media Marketing", description: "Create viral-worthy content and manage engaging campaigns across all major social platforms", imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-words-digital-marketing_1134-436.jpg", imageAlt: "Social media marketing"}, + id: "02", title: "Social Media Marketing", description: "Create viral-worthy content and manage engaging campaigns across all major social platforms", imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-words-digital-marketing_1134-436.jpg?_wi=1", imageAlt: "Social media marketing"}, { - id: "03", title: "Analytics & Insights", description: "Track performance metrics and optimize campaigns with data-driven decision making", imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg", imageAlt: "Analytics dashboard"}, + id: "03", title: "Analytics & Insights", description: "Track performance metrics and optimize campaigns with data-driven decision making", imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg?_wi=1", imageAlt: "Analytics dashboard"}, { id: "04", title: "Video Production", description: "Produce high-quality video content that tells your brand story and maximizes engagement", imageSrc: "http://img.b2bpic.net/free-photo/professional-video-camera-movie-set-with-lot-cables_1268-17213.jpg", imageAlt: "Video production"}, ]} @@ -130,13 +130,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "TechFlow", name: "Growth Campaign", price: "250% ROI", rating: 5, - reviewCount: "3.2M impressions", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg", imageAlt: "Case study TechFlow"}, + reviewCount: "3.2M impressions", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg?_wi=2", imageAlt: "Case study TechFlow"}, { id: "2", brand: "StartupXYZ", name: "Brand Launch", price: "500K reach", rating: 5, - reviewCount: "98% engagement", imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-words-digital-marketing_1134-436.jpg", imageAlt: "Case study StartupXYZ"}, + reviewCount: "98% engagement", imageSrc: "http://img.b2bpic.net/free-photo/notebook-with-words-digital-marketing_1134-436.jpg?_wi=2", imageAlt: "Case study StartupXYZ"}, { id: "3", brand: "InnovateLab", name: "Digital Transform", price: "180% growth", rating: 5, - reviewCount: "2.8M conversions", imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg", imageAlt: "Case study InnovateLab"}, + reviewCount: "2.8M conversions", imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg?_wi=2", imageAlt: "Case study InnovateLab"}, ]} buttons={[{ text: "View All Cases", href: "contact" }]} buttonAnimation="slide-up"