Merge version_6 into main

Merge version_6 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-01-22 20:55:01 +00:00

View File

@@ -93,7 +93,7 @@ export default function ProductsPage() {
</div>
<div id="pricing" data-section="pricing">
<PricingCardTwo
<PricingCardOne
title="Choose Your Skincare Journey"
description="Select the perfect plan to achieve your best skin"
tag="Pricing Plans"
@@ -104,7 +104,8 @@ export default function ProductsPage() {
plans={[
{
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: "Learn More", href: "/pricing" }
],
@@ -114,7 +115,8 @@ export default function ProductsPage() {
},
{
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: "Contact Sales", href: "/contact" }
],
@@ -124,7 +126,8 @@ export default function ProductsPage() {
},
{
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: "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"
]
}
]}
]
/>
</div>