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