diff --git a/src/app/page.tsx b/src/app/page.tsx index 02736b8..656d15a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/a-bright-energetic-illustration-of-diver-1772658093002-2a9eef3b.png", imageAlt: "Diverse students studying together with Brightway" + id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/a-bright-energetic-illustration-of-diver-1772658093002-2a9eef3b.png?_wi=1", imageAlt: "Diverse students studying together with Brightway" }, { id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/clean-modern-interface-showing-a-video-l-1772658093026-7ce4143e.png", imageAlt: "Video lesson interface from Brightway platform" @@ -68,10 +68,10 @@ export default function LandingPage() { id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/digital-dashboard-showing-progress-track-1772658094764-939db7ce.png", imageAlt: "Progress tracking and achievement dashboard" }, { - id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/illustration-of-a-well-organized-study-s-1772658092409-aab944f2.png", imageAlt: "Study system and productivity tools" + id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/illustration-of-a-well-organized-study-s-1772658092409-aab944f2.png?_wi=1", imageAlt: "Study system and productivity tools" }, { - id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/a-bright-energetic-illustration-of-diver-1772658093002-2a9eef3b.png", imageAlt: "Happy students after using Brightway" + id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/a-bright-energetic-illustration-of-diver-1772658093002-2a9eef3b.png?_wi=2", imageAlt: "Happy students after using Brightway" }, ]} autoPlay={true} @@ -147,7 +147,7 @@ export default function LandingPage() { id: "math-simplified", name: "Math Simplified", price: "$9.99/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/illustration-of-mathematical-concepts-al-1772658093679-e888e86a.png", imageAlt: "Math Simplified program cover", initialQuantity: 1, }, { - id: "study-system", name: "Study System 30 Days", price: "$14.99/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/illustration-of-a-well-organized-study-s-1772658092409-aab944f2.png", imageAlt: "Study System 30 Days program cover", initialQuantity: 1, + id: "study-system", name: "Study System 30 Days", price: "$14.99/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/illustration-of-a-well-organized-study-s-1772658092409-aab944f2.png?_wi=2", imageAlt: "Study System 30 Days program cover", initialQuantity: 1, }, { id: "focus-productivity", name: "Focus & Productivity Bootcamp", price: "$19.99/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUrU2oBaWKXZUpKWCq3Mjydreq/illustration-showing-a-focused-determine-1772658092472-1914885c.png", imageAlt: "Focus & Productivity Bootcamp program cover", initialQuantity: 1,