Update src/app/page.tsx

This commit is contained in:
2026-05-29 21:38:31 +00:00
parent 0db404c102
commit 0452865ef7

View File

@@ -141,25 +141,25 @@ export default function LandingPage() {
badge: "Starter Aroma", subtitle: "Ideal for beginners to explore a variety of fragrances.", price: "$49/month", features: [
"Access to 100+ designer scents", "Monthly curated sample box", "Exclusive early access to sales"
],
button: {
buttons: [{
text: "Start Free Trial", href: "/signup"
}
}]
},
{
badge: "Connoisseur Collection", subtitle: "For those who appreciate rare and unique scents.", price: "$99/month", features: [
"All Starter Aroma features", "Access to rare & niche fragrances", "Personalized scent recommendations", "Priority customer support"
],
button: {
buttons: [{
text: "Choose Plan", href: "/signup"
}
}]
},
{
badge: "Ultimate Fragrance", subtitle: "The ultimate experience for the true fragrance aficionado.", price: "$199/month", features: [
"All Connoisseur Collection features", "Bi-monthly full-size bottle", "Private virtual consultation", "Complimentary gift wrapping"
],
button: {
buttons: [{
text: "Go Premium", href: "/signup"
}
}]
}
]}
/>