Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 388a322fcc | |||
| ff512f0a94 | |||
| 4b47c02e5a | |||
| 4eecb7deda | |||
| aa1706bf7f | |||
| b89a471d05 | |||
| b7863f5b8d |
@@ -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'
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user