From afe9337f4b1a2c61bc5cf44193cb8596f48727f4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:23:00 +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 f24eb5b..dfbba14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,13 +85,13 @@ export default function LandingPage() { tag="What We Do" products={[ { - id: "1", name: "Personal Branding Strategy", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=1", imageAlt: "Personal branding strategy" + id: "1", name: "Personal Branding Strategy", price: "From $2,500", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=1", imageAlt: "Personal branding strategy" }, { - id: "2", name: "Video Production", price: "Scalable", imageSrc: "http://img.b2bpic.net/free-photo/tech-guru-filming-technology-review-gaming-mouse_482257-131717.jpg?_wi=1", imageAlt: "Professional video production" + id: "2", name: "Video Production", price: "From $5,000", imageSrc: "http://img.b2bpic.net/free-photo/tech-guru-filming-technology-review-gaming-mouse_482257-131717.jpg?_wi=1", imageAlt: "Professional video production" }, { - id: "3", name: "Content Distribution", price: "Strategic", imageSrc: "http://img.b2bpic.net/free-photo/female-artist-explaining-painting-techniques-used-online-tutorial_482257-124811.jpg?_wi=1", imageAlt: "Multi-platform content distribution" + id: "3", name: "Content Distribution", price: "From $1,500", imageSrc: "http://img.b2bpic.net/free-photo/female-artist-explaining-painting-techniques-used-online-tutorial_482257-124811.jpg?_wi=1", imageAlt: "Multi-platform content distribution" } ]} gridVariant="three-columns-all-equal-width" @@ -248,4 +248,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1