Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b93eba033b | |||
| abe63d7d7b |
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
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"},
|
text: "Book", href: "#contact"},
|
||||||
],
|
],
|
||||||
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
|||||||
"Consultation", "Hair Cut", "Style"],
|
"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"},
|
text: "Book", href: "#contact"},
|
||||||
],
|
],
|
||||||
@@ -123,7 +123,7 @@ export default function LandingPage() {
|
|||||||
"Full Color", "Facial Treatment", "Style"],
|
"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"},
|
text: "Book", href: "#contact"},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user