2 Commits

Author SHA1 Message Date
b93eba033b Update src/app/page.tsx 2026-05-02 10:18:36 +00:00
abe63d7d7b Merge version_2 into main
Merge version_2 into main
2026-05-02 10:16:08 +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"},
],