From d3c7511b89267151e4644553156a8d78628f00dc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:53:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e36ea2e..2c0f18b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { description="Building sustainable, high-impact digital ventures for the next generation of global market leaders." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-showing-digital-tablet_1262-6180.jpg", imageAlt: "Entrepreneur in bright office"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-showing-digital-tablet_1262-6180.jpg?_wi=1", imageAlt: "Entrepreneur in bright office"}, { - imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-2794.jpg", imageAlt: "Digital innovation concept"}, + imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-2794.jpg?_wi=1", imageAlt: "Digital innovation concept"}, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-building-architecture_23-2148230369.jpg", imageAlt: "Modern architectural space"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-building-architecture_23-2148230369.jpg?_wi=1", imageAlt: "Modern architectural space"}, ]} mediaAnimation="blur-reveal" /> @@ -70,11 +70,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Brand Strategy", description: "Defining your core identity and competitive edge in saturated markets.", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-showing-digital-tablet_1262-6180.jpg", imageAlt: "young entrepreneur portrait minimalist office"}, + title: "Brand Strategy", description: "Defining your core identity and competitive edge in saturated markets.", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-showing-digital-tablet_1262-6180.jpg?_wi=2", imageAlt: "young entrepreneur portrait minimalist office"}, { - title: "Operational Scaling", description: "Streamlining processes to maximize efficiency and sustainable growth.", imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-2794.jpg", imageAlt: "digital innovation abstract sleek lines"}, + title: "Operational Scaling", description: "Streamlining processes to maximize efficiency and sustainable growth.", imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-2794.jpg?_wi=2", imageAlt: "digital innovation abstract sleek lines"}, { - title: "Venture Consulting", description: "Direct advisory for early-stage founders navigating complex market landscapes.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-building-architecture_23-2148230369.jpg", imageAlt: "modern architecture minimalist glass office"}, + title: "Venture Consulting", description: "Direct advisory for early-stage founders navigating complex market landscapes.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-building-architecture_23-2148230369.jpg?_wi=2", imageAlt: "modern architecture minimalist glass office"}, ]} title="Strategic Ventures" description="I provide high-level advisory and hands-on operational leadership to scale your brand effectively." @@ -90,13 +90,13 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Nexus", name: "Fintech Platform", price: "Scale", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-2794.jpg"}, + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-2794.jpg?_wi=3"}, { id: "p2", brand: "Apex", name: "Design Agency", price: "Growth", rating: 5, - reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-building-architecture_23-2148230369.jpg"}, + reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-building-architecture_23-2148230369.jpg?_wi=3"}, { id: "p3", brand: "Orbit", name: "Green Energy Grid", price: "Impact", rating: 5, - reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-showing-digital-tablet_1262-6180.jpg"}, + reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-showing-digital-tablet_1262-6180.jpg?_wi=3"}, ]} title="Selected Projects" description="A curated collection of ventures and partnerships that define my professional career." -- 2.49.1