From f776941159e09115c908a0ee66aae3d8e2899f87 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:05:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5262e5c..b3c1ba5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,27 +70,27 @@ export default function LandingPage() { features={[ { id: 1, - title: "Surprising Facts", description: "Learn mind-blowing facts about science, history, nature, and the world around us.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171768.jpg", imageAlt: "Surprising facts illustration" + title: "Surprising Facts", description: "Learn mind-blowing facts about science, history, nature, and the world around us.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171768.jpg?_wi=1", imageAlt: "Surprising facts illustration" }, { id: 2, - title: "Motivational Quotes", description: "Receive inspiring words to fuel your day and keep you motivated on your journey.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171768.jpg", imageAlt: "Motivational quotes illustration" + title: "Motivational Quotes", description: "Receive inspiring words to fuel your day and keep you motivated on your journey.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171768.jpg?_wi=2", imageAlt: "Motivational quotes illustration" }, { id: 3, - title: "Business Ideas", description: "Explore innovative business concepts and entrepreneurial opportunities to spark your creativity.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171768.jpg", imageAlt: "Business ideas illustration" + title: "Business Ideas", description: "Explore innovative business concepts and entrepreneurial opportunities to spark your creativity.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171768.jpg?_wi=3", imageAlt: "Business ideas illustration" }, { id: 4, - title: "Brain Teasers", description: "Challenge your mind with puzzles and riddles that make you think outside the box.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171768.jpg", imageAlt: "Brain teasers illustration" + title: "Brain Teasers", description: "Challenge your mind with puzzles and riddles that make you think outside the box.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171768.jpg?_wi=4", imageAlt: "Brain teasers illustration" }, { id: 5, - title: "World Exploration", description: "Discover fascinating places around the globe and learn about unique cultures and destinations.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171768.jpg", imageAlt: "World exploration illustration" + title: "World Exploration", description: "Discover fascinating places around the globe and learn about unique cultures and destinations.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171768.jpg?_wi=5", imageAlt: "World exploration illustration" }, { id: 6, - title: "Life Tips", description: "Get practical and fun tips to improve your daily life and add more joy to your routine.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171768.jpg", imageAlt: "Life tips illustration" + title: "Life Tips", description: "Get practical and fun tips to improve your daily life and add more joy to your routine.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171768.jpg?_wi=6", imageAlt: "Life tips illustration" } ]} textboxLayout="default" -- 2.49.1