diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b99706..3b1c6cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,13 +115,13 @@ export default function StorePage() { animationType="slide-up" products={[ { - id: "1", name: "Premium Leather Jacket", price: "$199.99", variant: "Black, Brown, Navy - 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837333.jpg", imageAlt: "Premium Leather Jacket", isFavorited: false, + id: "1", name: "Premium Leather Jacket", price: "$199.99", variant: "Black, Brown, Navy - 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837333.jpg?_wi=1", imageAlt: "Premium Leather Jacket", isFavorited: false, }, { - id: "2", name: "Classic Denim Jeans", price: "$89.99", variant: "Slim Fit - Multiple Sizes", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837333.jpg", imageAlt: "Classic Denim Jeans", isFavorited: false, + id: "2", name: "Classic Denim Jeans", price: "$89.99", variant: "Slim Fit - Multiple Sizes", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837333.jpg?_wi=2", imageAlt: "Classic Denim Jeans", isFavorited: false, }, { - id: "3", name: "Designer Handbag", price: "$249.99", variant: "Cognac Brown - Limited Edition", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808059.jpg", imageAlt: "Designer Handbag", isFavorited: false, + id: "3", name: "Designer Handbag", price: "$249.99", variant: "Cognac Brown - Limited Edition", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808059.jpg?_wi=1", imageAlt: "Designer Handbag", isFavorited: false, }, ]} /> @@ -162,17 +162,17 @@ export default function StorePage() { animationType="slide-up" plans={[ { - id: "basic", title: "Standard", price: "Free", period: "Always", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837333.jpg", imageAlt: "Standard Plan", button: { text: "Get Started", href: "#contact" }, + id: "basic", title: "Standard", price: "Free", period: "Always", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837333.jpg?_wi=3", imageAlt: "Standard Plan", button: { text: "Get Started", href: "#contact" }, features: [ "Access to all products", "Standard shipping", "Order tracking", "Basic support"], }, { - id: "pro", title: "Premium Plus", price: "$9.99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837333.jpg", imageAlt: "Premium Plus Plan", button: { text: "Subscribe Now", href: "#contact" }, + id: "pro", title: "Premium Plus", price: "$9.99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837333.jpg?_wi=4", imageAlt: "Premium Plus Plan", button: { text: "Subscribe Now", href: "#contact" }, features: [ "Free shipping", "Priority support", "Early access to deals", "Exclusive products"], }, { - id: "elite", title: "Elite VIP", price: "$19.99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808059.jpg", imageAlt: "Elite VIP Plan", button: { text: "Join Elite", href: "#contact" }, + id: "elite", title: "Elite VIP", price: "$19.99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808059.jpg?_wi=2", imageAlt: "Elite VIP Plan", button: { text: "Join Elite", href: "#contact" }, features: [ "Free express shipping", "VIP concierge", "Exclusive member events", "Bonus rewards points"], }, @@ -195,22 +195,22 @@ export default function StorePage() { { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Amazing quality products and incredibly fast shipping! The customer service team was so helpful when I had questions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Sarah Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", handle: "@mikechen", testimonial: "Best shopping experience ever. The products are exactly as described and arrived in perfect condition.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Michael Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Michael Chen"}, { id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "Love the exclusive deals and member perks. Definitely becoming a loyal customer here.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Emily Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3", imageAlt: "Emily Rodriguez"}, { id: "4", name: "David Kim", handle: "@davidkim", testimonial: "Great selection, fantastic prices, and the premium membership is totally worth it.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "David Kim"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=4", imageAlt: "David Kim"}, { id: "5", name: "Jessica Martinez", handle: "@jessmart", testimonial: "Impressed with the attention to detail in everything they do. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Jessica Martinez"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=5", imageAlt: "Jessica Martinez"}, { id: "6", name: "Robert Thompson", handle: "@rthompson", testimonial: "Finally found a store that truly values customer satisfaction. Will be shopping here regularly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Robert Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=6", imageAlt: "Robert Thompson"}, ]} />