7 Commits

Author SHA1 Message Date
388a322fcc Merge version_4 into main
Merge version_4 into main
2026-02-23 11:09:08 +00:00
ff512f0a94 Update src/app/page.tsx 2026-02-23 11:09:04 +00:00
4b47c02e5a Merge version_4 into main
Merge version_4 into main
2026-02-23 11:08:18 +00:00
4eecb7deda Update src/app/page.tsx 2026-02-23 11:08:14 +00:00
aa1706bf7f Merge version_3 into main
Merge version_3 into main
2026-02-23 11:01:50 +00:00
b89a471d05 Update src/app/page.tsx 2026-02-23 11:01:45 +00:00
b7863f5b8d Merge version_2 into main
Merge version_2 into main
2026-02-23 10:29:42 +00:00

View File

@@ -101,30 +101,27 @@ export default function LandingPage() {
title: 'Starter Kit',
price: '$29',
period: '/month',
imageSrc: 'https://img.b2bpic.net/free-photo/man-city-street-style_23-2148719812.jpg',
imageAlt: 'Man in casual urban outfit',
features: ['Basic access to new drops', 'Weekly style insights', 'Community forum access'],
button: {text: 'Get Started', href: '#contact'}
button: { text: 'Choose Plan', href: '#contact' },
imageSrc: '/placeholders/placeholder.jpg?_wi=1'
},
{
id: 'urban-explorer',
title: 'Urban Explorer',
price: '$59',
period: '/month',
imageSrc: 'https://img.b2bpic.net/free-photo/young-african-american-man-hat-street-style-fashion_1321-2940.jpg',
imageAlt: 'Man in trendy urban clothes',
features: ['All Starter Kit features', 'Early access to exclusive drops', 'Personalized style recommendations', 'Priority customer support'],
button: {text: 'Choose Plan', href: '#contact'}
button: { text: 'Choose Plan', href: '#contact' },
imageSrc: '/placeholders/placeholder.jpg?_wi=2'
},
{
id: 'streetwear-pro',
title: 'Streetwear Pro',
price: '$99',
period: '/month',
imageSrc: 'https://img.b2bpic.net/free-photo/guy-urban-clothing-street_23-2148270501.jpg',
imageAlt: 'Man posing in streetwear',
features: ['All Urban Explorer features', 'VIP access to limited editions', 'Dedicated style consultant', 'Free express shipping on all orders', 'Exclusive member events'],
button: {text: 'Go Pro', href: '#contact'}
button: { text: 'Choose Plan', href: '#contact' },
imageSrc: '/placeholders/placeholder.jpg?_wi=3'
}
]}
/>