Update src/app/page.tsx
This commit is contained in:
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
||||
description="Select a plan that best fits your fragrance exploration needs."
|
||||
plans={[
|
||||
{
|
||||
badge: "Starter Aroma", subtitle: "Ideal for beginners to explore a variety of fragrances.", price: "$49/month", features: [
|
||||
id: "plan-1", 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"
|
||||
],
|
||||
buttons: [{
|
||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
||||
}]
|
||||
},
|
||||
{
|
||||
badge: "Connoisseur Collection", subtitle: "For those who appreciate rare and unique scents.", price: "$99/month", features: [
|
||||
id: "plan-2", 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"
|
||||
],
|
||||
buttons: [{
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
}]
|
||||
},
|
||||
{
|
||||
badge: "Ultimate Fragrance", subtitle: "The ultimate experience for the true fragrance aficionado.", price: "$199/month", features: [
|
||||
id: "plan-3", 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"
|
||||
],
|
||||
buttons: [{
|
||||
|
||||
Reference in New Issue
Block a user