diff --git a/src/app/page.tsx b/src/app/page.tsx index ad44b87..113e894 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,13 +129,13 @@ export default function ElectroHubPage() { products={[ { id: "1", brand: "TechPro", name: "UltraPhone X Pro", price: "$1,299.00", rating: 5, - reviewCount: "8.2k", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-excited-young-woman-with-red-lips-elegant-dress-pointing-finger-mobile-screen-sho_1258-145996.jpg", imageAlt: "UltraPhone X Pro"}, + reviewCount: "8.2k", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-excited-young-woman-with-red-lips-elegant-dress-pointing-finger-mobile-screen-sho_1258-145996.jpg?_wi=1", imageAlt: "UltraPhone X Pro"}, { id: "2", brand: "WorkStation", name: "PowerBook Elite 16", price: "$2,499.00", rating: 5, - reviewCount: "5.1k", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-laptop-street_1220-1772.jpg", imageAlt: "PowerBook Elite 16"}, + reviewCount: "5.1k", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-laptop-street_1220-1772.jpg?_wi=1", imageAlt: "PowerBook Elite 16"}, { id: "3", brand: "AudioMax", name: "ProSound Wireless Buds", price: "$199.99", rating: 5, - reviewCount: "12.3k", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-earphones-side-view_23-2150170566.jpg", imageAlt: "ProSound Wireless Buds"}, + reviewCount: "12.3k", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-earphones-side-view_23-2150170566.jpg?_wi=1", imageAlt: "ProSound Wireless Buds"}, ]} /> @@ -152,17 +152,17 @@ export default function ElectroHubPage() { useInvertedBackground={false} plans={[ { - id: "standard", title: "Standard", price: "Free", period: "Always", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-excited-young-woman-with-red-lips-elegant-dress-pointing-finger-mobile-screen-sho_1258-145996.jpg", imageAlt: "Standard Plan", button: { text: "Get Started", href: "#products" }, + id: "standard", title: "Standard", price: "Free", period: "Always", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-excited-young-woman-with-red-lips-elegant-dress-pointing-finger-mobile-screen-sho_1258-145996.jpg?_wi=2", imageAlt: "Standard Plan", button: { text: "Get Started", href: "#products" }, features: [ "Browse all products", "Free standard shipping on orders $50+", "Basic customer support", "30-day return policy"], }, { - id: "premium", title: "Premium Plus", price: "$9.99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-laptop-street_1220-1772.jpg", imageAlt: "Premium Plus Plan", button: { text: "Subscribe Now", href: "#contact" }, + id: "premium", title: "Premium Plus", price: "$9.99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-laptop-street_1220-1772.jpg?_wi=2", imageAlt: "Premium Plus Plan", button: { text: "Subscribe Now", href: "#contact" }, features: [ "Everything in Standard", "Express shipping - always free", "Priority customer support", "Exclusive member-only deals", "Extended 60-day returns"], }, { - id: "elite", title: "Elite Membership", price: "$24.99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-earphones-side-view_23-2150170566.jpg", imageAlt: "Elite Membership", button: { text: "Go Elite", href: "#contact" }, + id: "elite", title: "Elite Membership", price: "$24.99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-earphones-side-view_23-2150170566.jpg?_wi=2", imageAlt: "Elite Membership", button: { text: "Go Elite", href: "#contact" }, features: [ "All Premium Plus benefits", "Next-day shipping", "VIP phone support", "Early access to new products", "Additional 10% off all purchases"], },