Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-02-23 11:09:09 +00:00

View File

@@ -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'
}
]}
/>