Update src/app/page.tsx
This commit is contained in:
@@ -5,12 +5,12 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { MapPin, Shirt, Users, Sparkles } from 'lucide-react';
|
||||
import { MapPin, Shirt, Users } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
<PricingCardNine
|
||||
title='Unlock Your Style'
|
||||
description='Choose the perfect plan that fits your urban fashion aspirations and budget.'
|
||||
animationType='slide-up'
|
||||
@@ -98,25 +98,30 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: 'starter',
|
||||
badge: 'Starter Kit',
|
||||
price: '$29/month',
|
||||
subtitle: 'Perfect for casual enthusiasts',
|
||||
title: 'Starter Kit',
|
||||
price: '$29',
|
||||
period: '/month',
|
||||
features: ['Basic access to new drops', 'Weekly style insights', 'Community forum access'],
|
||||
button: { text: 'Choose Plan', href: '#contact' },
|
||||
imageSrc: '/placeholders/placeholder.jpg'
|
||||
},
|
||||
{
|
||||
id: 'urban-explorer',
|
||||
badge: 'Urban Explorer',
|
||||
badgeIcon: Sparkles,
|
||||
price: '$59/month',
|
||||
subtitle: 'Ideal for evolving wardrobes',
|
||||
title: 'Urban Explorer',
|
||||
price: '$59',
|
||||
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'
|
||||
},
|
||||
{
|
||||
id: 'streetwear-pro',
|
||||
badge: 'Streetwear Pro',
|
||||
price: '$99/month',
|
||||
subtitle: 'For the ultimate trendsetter',
|
||||
title: 'Streetwear Pro',
|
||||
price: '$99',
|
||||
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'
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user