diff --git a/src/app/page.tsx b/src/app/page.tsx index f5f60d7..8a3abb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,8 +55,8 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-vector/indian-rupee_23-2147994227.jpg", imageAlt: "Robux coins and gaming rewards showcase" }, - { imageSrc: "http://img.b2bpic.net/free-vector/colorful-confetti-background-flat-style_23-2147763184.jpg", imageAlt: "Instant rewards notification" }, - { imageSrc: "http://img.b2bpic.net/free-vector/web-design-with-credit-card-security-phone-robot_107791-1522.jpg", imageAlt: "Security protection verified" } + { imageSrc: "http://img.b2bpic.net/free-vector/colorful-confetti-background-flat-style_23-2147763184.jpg?_wi=1", imageAlt: "Instant rewards notification" }, + { imageSrc: "http://img.b2bpic.net/free-vector/web-design-with-credit-card-security-phone-robot_107791-1522.jpg?_wi=1", imageAlt: "Security protection verified" } ]} mediaAnimation="slide-up" background={{ variant: "radial-gradient" }} @@ -82,7 +82,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "Completely Secure", description: "Your account and personal information are protected with industry-leading security protocols and encryption.", media: { imageSrc: "http://img.b2bpic.net/free-vector/web-design-with-credit-card-security-phone-robot_107791-1522.jpg", imageAlt: "Security protection and verified badge" }, + id: "2", title: "Completely Secure", description: "Your account and personal information are protected with industry-leading security protocols and encryption.", media: { imageSrc: "http://img.b2bpic.net/free-vector/web-design-with-credit-card-security-phone-robot_107791-1522.jpg?_wi=2", imageAlt: "Security protection and verified badge" }, items: [ { icon: Shield, text: "SSL Encrypted" }, { icon: Lock, text: "Data Protected" }, @@ -91,7 +91,7 @@ export default function LandingPage() { reverse: true }, { - id: "3", title: "Instant Robux Delivery", description: "Earn Robux and receive them immediately in your account. No waiting periods or hidden conditions.", media: { imageSrc: "http://img.b2bpic.net/free-vector/colorful-confetti-background-flat-style_23-2147763184.jpg", imageAlt: "Instant rewards and fast delivery" }, + id: "3", title: "Instant Robux Delivery", description: "Earn Robux and receive them immediately in your account. No waiting periods or hidden conditions.", media: { imageSrc: "http://img.b2bpic.net/free-vector/colorful-confetti-background-flat-style_23-2147763184.jpg?_wi=2", imageAlt: "Instant rewards and fast delivery" }, items: [ { icon: Zap, text: "Real-time Rewards" }, { icon: TrendingUp, text: "Track Earnings" },