Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user