Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73c1b0b712 | |||
| 6187c79a37 | |||
| 03e4134601 | |||
| 764572ccba |
@@ -69,12 +69,12 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "p1", badge: "Most Popular", price: "$45", subtitle: "The Signature Cut", buttons: [{ text: "Book", href: "#contact" }],
|
id: "p1", badge: "Signature", price: "$45", subtitle: "Full service hair cut with design, black mask, and eyebrows", buttons: [{ text: "Book", href: "#contact" }],
|
||||||
features: ["Precision Haircut", "Line-up", "Hot Towel Service"],
|
features: ["Precision Haircut", "Custom Design", "Black Mask Treatment", "Eyebrow Grooming"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p2", badge: "Design", price: "$35", subtitle: "Haircut with Design", buttons: [{ text: "Book", href: "#contact" }],
|
id: "p2", badge: "Classic", price: "$35", subtitle: "Haircut with Eyebrows", buttons: [{ text: "Book", href: "#contact" }],
|
||||||
features: ["Precision Haircut", "Custom Hair Design", "Line-up"],
|
features: ["Precision Haircut", "Eyebrow Grooming", "Line-up"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p3", badge: "Complete", price: "$65", subtitle: "Full Grooming", buttons: [{ text: "Book", href: "#contact" }],
|
id: "p3", badge: "Complete", price: "$65", subtitle: "Full Grooming", buttons: [{ text: "Book", href: "#contact" }],
|
||||||
@@ -132,4 +132,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user