From 1833f1d84bd3f409e8110bb3ca74780c2eb5dff0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 18:13:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fdb754b..509263b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { @@ -248,7 +248,7 @@ export default function LandingPage() { features={[ { id: "feature-1", title: "Your Name", description: "Help us personalize your feedback", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg?_wi=2", imageAlt: "Suggestion form" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg", imageAlt: "Suggestion form" }, items: [ { icon: User, text: "Full name or nickname" } @@ -257,7 +257,7 @@ export default function LandingPage() { }, { id: "feature-2", title: "Your Suggestion", description: "Share your thoughts, ideas, or feedback", media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14729.jpg?_wi=2", imageAlt: "Message composition" + imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14729.jpg", imageAlt: "Message composition" }, items: [ { icon: MessageSquare, text: "Tell us what's on your mind" } -- 2.49.1