Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-02 10:18:42 +00:00

View File

@@ -107,7 +107,7 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic", badge: "Essential", price: "$80", subtitle: "Core beauty care", buttons: [
id: "basic", badge: "Essential", price: "$80", subtitle: "Essential refresh for daily radiance", buttons: [
{
text: "Book", href: "#contact"},
],
@@ -115,7 +115,7 @@ export default function LandingPage() {
"Consultation", "Hair Cut", "Style"],
},
{
id: "pro", badge: "Signature", price: "$150", subtitle: "Transformative experience", buttons: [
id: "pro", badge: "Signature", price: "$150", subtitle: "Pro-level revitalizing transformation", buttons: [
{
text: "Book", href: "#contact"},
],
@@ -123,7 +123,7 @@ export default function LandingPage() {
"Full Color", "Facial Treatment", "Style"],
},
{
id: "ultimate", badge: "Luxury", price: "$250", subtitle: "The ultimate indulgence", buttons: [
id: "ultimate", badge: "Luxury", price: "$250", subtitle: "The ultimate head-to-toe glow", buttons: [
{
text: "Book", href: "#contact"},
],