From b9d1da364c02c711d0415cdf015c19d49afa6031 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:36:02 +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 be74b1c..2843499 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,19 +105,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Browse & Discover", description: "Explore our extensive library of AI prompts across multiple categories and use cases", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Browse and discover prompts" + title: "Browse & Discover", description: "Explore our extensive library of AI prompts across multiple categories and use cases", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Browse and discover prompts" }, { id: 2, - title: "Preview Quality", description: "Read detailed descriptions, reviews, and see example outputs before you buy", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Preview prompt quality" + title: "Preview Quality", description: "Read detailed descriptions, reviews, and see example outputs before you buy", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Preview prompt quality" }, { id: 3, - title: "Instant Access", description: "Purchase and download your prompts immediately to start using them right away", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Instant access to prompts" + title: "Instant Access", description: "Purchase and download your prompts immediately to start using them right away", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Instant access to prompts" }, { id: 4, - title: "Lifetime Updates", description: "Receive free updates and improvements to your prompts automatically", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Lifetime prompt updates" + title: "Lifetime Updates", description: "Receive free updates and improvements to your prompts automatically", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Lifetime prompt updates" } ]} textboxLayout="default"