From ceb015b0c8da4b618e7bf7d2ec6535d568562399 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:17:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed18bed..b3d06d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,15 +76,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Brand Strategy", description: "Understanding your vision, market position, and unique value proposition", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Brand Strategy" + title: "Brand Strategy", description: "Understanding your vision, market position, and unique value proposition", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Brand Strategy" }, { id: 2, - title: "Visual Identity", description: "Custom logos, color systems, and typography that define your brand", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Visual Identity" + title: "Visual Identity", description: "Custom logos, color systems, and typography that define your brand", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Visual Identity" }, { id: 3, - title: "Design Systems", description: "Scalable frameworks ensuring consistency across all touchpoints", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Design Systems" + title: "Design Systems", description: "Scalable frameworks ensuring consistency across all touchpoints", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Design Systems" } ]} /> @@ -103,19 +103,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "Founder", company: "TechVenture", rating: 5, - imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sarah Chen" + imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Sarah Chen" }, { id: "2", name: "Marcus Johnson", role: "Creative Lead", company: "Digital Forge", rating: 5, - imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Marcus Johnson" + imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Marcus Johnson" }, { id: "3", name: "Elena Rodriguez", role: "Brand Director", company: "Luxury & Co", rating: 5, - imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Elena Rodriguez" + imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Elena Rodriguez" }, { id: "4", name: "James Mitchell", role: "CEO", company: "Global Ventures", rating: 5, - imageSrc: "/placeholders/placeholder1.webp", imageAlt: "James Mitchell" + imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "James Mitchell" } ]} /> @@ -133,15 +133,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Discovery", description: "Deep understanding of your vision, market, and competitive landscape", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Discovery" + title: "Discovery", description: "Deep understanding of your vision, market, and competitive landscape", imageSrc: "/placeholders/placeholder1.webp?_wi=8", imageAlt: "Discovery" }, { id: 2, - title: "Strategy", description: "Strategic exploration of creative directions aligned with your positioning", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Strategy" + title: "Strategy", description: "Strategic exploration of creative directions aligned with your positioning", imageSrc: "/placeholders/placeholder1.webp?_wi=9", imageAlt: "Strategy" }, { id: 3, - title: "Delivery", description: "Refined execution and comprehensive brand guidelines", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Delivery" + title: "Delivery", description: "Refined execution and comprehensive brand guidelines", imageSrc: "/placeholders/placeholder1.webp?_wi=10", imageAlt: "Delivery" } ]} /> -- 2.49.1