From d2bb6a9cbb12354f842d01fe0df90c50c6a25a49 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:17:28 +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 ae0289c..1c8fbcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,17 +56,17 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-vector/interface-workout-tracking-application_23-2148632022.jpg", imageAlt: "Calculator interface"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-vector/interface-workout-tracking-application_23-2148632022.jpg?_wi=1", imageAlt: "Calculator interface"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952352.jpg", imageAlt: "International calculator"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952352.jpg?_wi=1", imageAlt: "International calculator"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/side-view-colorful-target-with-pin-bull-s-eye_23-2148443774.jpg", imageAlt: "Accurate calculations"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/side-view-colorful-target-with-pin-bull-s-eye_23-2148443774.jpg?_wi=1", imageAlt: "Accurate calculations"}, { id: "4", imageSrc: "http://img.b2bpic.net/free-vector/flash-sale-background-flat-style_23-2147783494.jpg", imageAlt: "Fast processing"}, { id: "5", imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148407394.jpg", imageAlt: "Easy to use"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-vector/interface-workout-tracking-application_23-2148632022.jpg", imageAlt: "Calculator dashboard"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-vector/interface-workout-tracking-application_23-2148632022.jpg?_wi=2", imageAlt: "Calculator dashboard"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -118,7 +118,7 @@ export default function LandingPage() { { value: "5M+", title: "Calculations Performed" }, { value: "150+", title: "Countries Supported" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952352.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952352.jpg?_wi=2" imageAlt="About our calculator" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -145,7 +145,7 @@ export default function LandingPage() { title: "Age Recognition Systems Around the World", excerpt: "Explore how different cultures and countries calculate and recognize age, from East Asian age systems to Western standards.", imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", imageAlt: "International age systems", authorName: "Emma Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-people-conference-room_23-2148911823.jpg", date: "10 Jan 2025"}, { id: "4", category: ["Calculation Tips", "Tools"], - title: "Common Age Calculation Mistakes and How to Avoid Them", excerpt: "Understanding the pitfalls in manual age calculation and how our automated calculator prevents errors every single time.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-colorful-target-with-pin-bull-s-eye_23-2148443774.jpg", imageAlt: "Accuracy tips", authorName: "David Kumar", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg", date: "08 Jan 2025"}, + title: "Common Age Calculation Mistakes and How to Avoid Them", excerpt: "Understanding the pitfalls in manual age calculation and how our automated calculator prevents errors every single time.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-colorful-target-with-pin-bull-s-eye_23-2148443774.jpg?_wi=2", imageAlt: "Accuracy tips", authorName: "David Kumar", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg", date: "08 Jan 2025"}, ]} textboxLayout="default" animationType="slide-up"