From 08281f52b179863f7b09e7945ec41b29d0a619e4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:23:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f8aee9..a41ec20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} dashboard={{ title: "Crevo Services Hub", logoIcon: Palette, - imageSrc: "http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg", searchPlaceholder: "Explore our services", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg?_wi=1", searchPlaceholder: "Explore our services", buttons: [ { text: "Video Editing", href: "services" }, { text: "View All", href: "services" } ], @@ -134,7 +134,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" products={[ { - id: "1", name: "Video Editing & Production", price: "Starting at $2,500/mo", imageSrc: "http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg", imageAlt: "Professional video editing services" + id: "1", name: "Video Editing & Production", price: "Starting at $2,500/mo", imageSrc: "http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg?_wi=2", imageAlt: "Professional video editing services" }, { id: "2", name: "Copywriting & Content Strategy", price: "Starting at $1,500/mo", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-glasses-cafe_273609-3980.jpg", imageAlt: "Professional copywriting and content strategy" -- 2.49.1