diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e35066..9905acd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function LandingPage() { period: '/month', features: ['Basic access to new drops', 'Weekly style insights', 'Community forum access'], button: { text: 'Choose Plan', href: '#contact' }, - imageSrc: '/placeholders/placeholder.jpg' + imageSrc: '/placeholders/placeholder.jpg?_wi=1' }, { id: 'urban-explorer', @@ -112,7 +112,7 @@ export default function LandingPage() { period: '/month', features: ['All Starter Kit features', 'Early access to exclusive drops', 'Personalized style recommendations', 'Priority customer support'], button: { text: 'Choose Plan', href: '#contact' }, - imageSrc: '/placeholders/placeholder.jpg' + imageSrc: '/placeholders/placeholder.jpg?_wi=2' }, { id: 'streetwear-pro', @@ -121,7 +121,7 @@ export default function LandingPage() { period: '/month', features: ['All Urban Explorer features', 'VIP access to limited editions', 'Dedicated style consultant', 'Free express shipping on all orders', 'Exclusive member events'], button: { text: 'Choose Plan', href: '#contact' }, - imageSrc: '/placeholders/placeholder.jpg' + imageSrc: '/placeholders/placeholder.jpg?_wi=3' } ]} />