diff --git a/src/app/page.tsx b/src/app/page.tsx index 7975a8a..4d992dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function TaskTimePage() { tag="Global Parental Control Solution" tagIcon={Zap} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-vector/dark-purple-stock-trading-infographic-template-design_53876-100721.jpg" + imageSrc="http://img.b2bpic.net/free-vector/dark-purple-stock-trading-infographic-template-design_53876-100721.jpg?_wi=1" imageAlt="TaskTime app dashboard interface" buttons={[ { text: "Start Free Trial", href: "#pricing" }, @@ -85,13 +85,13 @@ export default function TaskTimePage() { tagIcon={Sparkles} features={[ { - id: "01", title: "Smart Task Selection", description: "Children choose from engaging activities: reading, sports, learning, or helping with chores. Every task is meaningful and developmentally beneficial.", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-having-breakfast_23-2148947200.jpg", imageAlt: "Task selection interface"}, + id: "01", title: "Smart Task Selection", description: "Children choose from engaging activities: reading, sports, learning, or helping with chores. Every task is meaningful and developmentally beneficial.", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-having-breakfast_23-2148947200.jpg?_wi=1", imageAlt: "Task selection interface"}, { - id: "02", title: "Reward System", description: "Earn virtual points by completing tasks. Convert points into screen time, making technology a reward for healthy habits, not a default right.", imageSrc: "http://img.b2bpic.net/free-vector/game-template-with-halloween-theme_1308-31197.jpg", imageAlt: "Reward tracking system"}, + id: "02", title: "Reward System", description: "Earn virtual points by completing tasks. Convert points into screen time, making technology a reward for healthy habits, not a default right.", imageSrc: "http://img.b2bpic.net/free-vector/game-template-with-halloween-theme_1308-31197.jpg?_wi=1", imageAlt: "Reward tracking system"}, { - id: "03", title: "Parental Controls", description: "Set screen time limits, block apps, and monitor progress. Get detailed insights into your child's activities and screen usage patterns.", imageSrc: "http://img.b2bpic.net/free-photo/parents-working-laptop-from-home-quarantine-with-child_23-2148732540.jpg", imageAlt: "Parental control dashboard"}, + id: "03", title: "Parental Controls", description: "Set screen time limits, block apps, and monitor progress. Get detailed insights into your child's activities and screen usage patterns.", imageSrc: "http://img.b2bpic.net/free-photo/parents-working-laptop-from-home-quarantine-with-child_23-2148732540.jpg?_wi=1", imageAlt: "Parental control dashboard"}, { - id: "04", title: "Global Reach", description: "Available worldwide from Europe to Asia to Africa. TaskTime adapts to different cultures while maintaining core values of healthy development.", imageSrc: "http://img.b2bpic.net/free-vector/dark-purple-stock-trading-infographic-template-design_53876-100721.jpg", imageAlt: "Global app availability"}, + id: "04", title: "Global Reach", description: "Available worldwide from Europe to Asia to Africa. TaskTime adapts to different cultures while maintaining core values of healthy development.", imageSrc: "http://img.b2bpic.net/free-vector/dark-purple-stock-trading-infographic-template-design_53876-100721.jpg?_wi=2", imageAlt: "Global app availability"}, ]} gridVariant="bento-grid" animationType="slide-up" @@ -108,11 +108,11 @@ export default function TaskTimePage() { tagIcon={CheckCircle} products={[ { - id: "1", name: "Child Opens App", price: "Step 1", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-having-breakfast_23-2148947200.jpg", imageAlt: "Child opening TaskTime"}, + id: "1", name: "Child Opens App", price: "Step 1", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-having-breakfast_23-2148947200.jpg?_wi=2", imageAlt: "Child opening TaskTime"}, { - id: "2", name: "Selects a Task", price: "Step 2", imageSrc: "http://img.b2bpic.net/free-vector/game-template-with-halloween-theme_1308-31197.jpg", imageAlt: "Choosing a task"}, + id: "2", name: "Selects a Task", price: "Step 2", imageSrc: "http://img.b2bpic.net/free-vector/game-template-with-halloween-theme_1308-31197.jpg?_wi=2", imageAlt: "Choosing a task"}, { - id: "3", name: "Completes & Earns", price: "Step 3", imageSrc: "http://img.b2bpic.net/free-photo/parents-working-laptop-from-home-quarantine-with-child_23-2148732540.jpg", imageAlt: "Earning rewards"}, + id: "3", name: "Completes & Earns", price: "Step 3", imageSrc: "http://img.b2bpic.net/free-photo/parents-working-laptop-from-home-quarantine-with-child_23-2148732540.jpg?_wi=2", imageAlt: "Earning rewards"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -228,7 +228,7 @@ export default function TaskTimePage() { tagIcon={Bell} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/front-view-kids-playing-tug-war-beach_23-2150417332.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-kids-playing-tug-war-beach_23-2150417332.jpg?_wi=1" imageAlt="Family bonding time" mediaAnimation="slide-up" mediaPosition="right" @@ -240,7 +240,7 @@ export default function TaskTimePage() {