Merge version_6 into main #8
@@ -93,7 +93,7 @@ export default function ProductsPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardTwo
|
<PricingCardOne
|
||||||
title="Choose Your Skincare Journey"
|
title="Choose Your Skincare Journey"
|
||||||
description="Select the perfect plan to achieve your best skin"
|
description="Select the perfect plan to achieve your best skin"
|
||||||
tag="Pricing Plans"
|
tag="Pricing Plans"
|
||||||
@@ -104,7 +104,8 @@ export default function ProductsPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "1", badge: "Starter", badgeIcon: Star,
|
id: "1", badge: "Starter", badgeIcon: Star,
|
||||||
price: "$49", subtitle: "Essential skincare basics", buttons: [
|
price: 49,
|
||||||
|
subtitle: "Essential skincare basics", buttons: [
|
||||||
{ text: "Get Started", href: "/products" },
|
{ text: "Get Started", href: "/products" },
|
||||||
{ text: "Learn More", href: "/pricing" }
|
{ text: "Learn More", href: "/pricing" }
|
||||||
],
|
],
|
||||||
@@ -114,7 +115,8 @@ export default function ProductsPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", badge: "Most Popular", badgeIcon: Heart,
|
id: "2", badge: "Most Popular", badgeIcon: Heart,
|
||||||
price: "$129", subtitle: "Complete daily routine", buttons: [
|
price: 129,
|
||||||
|
subtitle: "Complete daily routine", buttons: [
|
||||||
{ text: "Get Started", href: "/products" },
|
{ text: "Get Started", href: "/products" },
|
||||||
{ text: "Contact Sales", href: "/contact" }
|
{ text: "Contact Sales", href: "/contact" }
|
||||||
],
|
],
|
||||||
@@ -124,7 +126,8 @@ export default function ProductsPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", badge: "Luxury", badgeIcon: Crown,
|
id: "3", badge: "Luxury", badgeIcon: Crown,
|
||||||
price: "$249", subtitle: "Full professional regimen", buttons: [
|
price: 249,
|
||||||
|
subtitle: "Full professional regimen", buttons: [
|
||||||
{ text: "Get Started", href: "/products" },
|
{ text: "Get Started", href: "/products" },
|
||||||
{ text: "Contact Sales", href: "/contact" }
|
{ text: "Contact Sales", href: "/contact" }
|
||||||
],
|
],
|
||||||
@@ -132,7 +135,7 @@ export default function ProductsPage() {
|
|||||||
"All Premium products", "Exclusive serums & treatments", "Monthly deliveries", "Priority VIP support", "Free consultations", "25% member discount"
|
"All Premium products", "Exclusive serums & treatments", "Monthly deliveries", "Priority VIP support", "Free consultations", "25% member discount"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user