diff --git a/src/app/page.tsx b/src/app/page.tsx index 50d254f..c0aeeab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,19 +118,19 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "starter", title: "Starter", price: "$29", period: "one-time", imageSrc: "http://img.b2bpic.net/free-vector/iso-certification-stamp-collection_23-2148698601.jpg", imageAlt: "Starter Plan", features: [ + id: "starter", title: "Starter", price: "$29", period: "one-time", imageSrc: "http://img.b2bpic.net/free-vector/iso-certification-stamp-collection_23-2148698601.jpg?_wi=1", imageAlt: "Starter Plan", features: [ "1 Script License", "Community Support", "Lifetime Access", "Free Basic Updates" ], button: { text: "Get Started", href: "#contact" }, }, { - id: "pro", title: "Professional", price: "$79", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-entrepreneur-with-headset-drinking-coffee-while-surfing-net-touchpad-office_637285-1983.jpg", imageAlt: "Professional Plan", features: [ + id: "pro", title: "Professional", price: "$79", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-entrepreneur-with-headset-drinking-coffee-while-surfing-net-touchpad-office_637285-1983.jpg?_wi=1", imageAlt: "Professional Plan", features: [ "5 Script Licenses", "Priority Email Support", "Lifetime Access", "Advanced Updates", "Custom Integration Help" ], button: { text: "Choose Pro", href: "#contact" }, }, { - id: "enterprise", title: "Enterprise", price: "$199", period: "one-time", imageSrc: "http://img.b2bpic.net/free-vector/pack-six-shields-with-ribbons_23-2147610090.jpg", imageAlt: "Enterprise Plan", features: [ + id: "enterprise", title: "Enterprise", price: "$199", period: "one-time", imageSrc: "http://img.b2bpic.net/free-vector/pack-six-shields-with-ribbons_23-2147610090.jpg?_wi=1", imageAlt: "Enterprise Plan", features: [ "Unlimited Licenses", "24/7 Premium Support", "Lifetime Access", "Dedicated Account Manager", "Custom Script Development", "Security Audit Included" ], button: { text: "Contact Sales", href: "#contact" }, @@ -152,15 +152,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Verified Quality & Security", author: "Security Team", description: "All scripts undergo rigorous testing and security audits to ensure reliability and safety. Professional code review standards applied.", tags: ["Quality Assured", "Security First"], - imageSrc: "http://img.b2bpic.net/free-vector/iso-certification-stamp-collection_23-2148698601.jpg", imageAlt: "Quality Verification" + imageSrc: "http://img.b2bpic.net/free-vector/iso-certification-stamp-collection_23-2148698601.jpg?_wi=2", imageAlt: "Quality Verification" }, { id: "2", title: "Expert Support Available", author: "Support Team", description: "Get responsive, professional support from experienced developers. Community forums plus direct email assistance for premium users.", tags: ["24/7 Available", "Expert Team"], - imageSrc: "http://img.b2bpic.net/free-photo/happy-female-entrepreneur-with-headset-drinking-coffee-while-surfing-net-touchpad-office_637285-1983.jpg", imageAlt: "Expert Support" + imageSrc: "http://img.b2bpic.net/free-photo/happy-female-entrepreneur-with-headset-drinking-coffee-while-surfing-net-touchpad-office_637285-1983.jpg?_wi=2", imageAlt: "Expert Support" }, { id: "3", title: "Enterprise Security Standards", author: "Infrastructure Team", description: "Bank-level encryption, secure delivery, and compliance certifications. Your scripts and data are protected with industry-leading security.", tags: ["Encrypted", "Compliant"], - imageSrc: "http://img.b2bpic.net/free-vector/pack-six-shields-with-ribbons_23-2147610090.jpg", imageAlt: "Enterprise Security" + imageSrc: "http://img.b2bpic.net/free-vector/pack-six-shields-with-ribbons_23-2147610090.jpg?_wi=2", imageAlt: "Enterprise Security" }, ]} />