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" }