Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a9cd68cb9 | |||
| bf631d31ab | |||
| b00777a2a0 | |||
| 7a613de705 | |||
| 4b0af586c1 | |||
| a01722ee88 | |||
| 255c025bbb |
@@ -110,13 +110,13 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "basic", tag: "Standard", price: "$35.00+", period: "per service", description: "Classic cuts and trims.", button: {
|
||||
text: "Call to Book", href: "#contact"},
|
||||
text: "Call (315) 719-4718 to Book", href: "#contact"},
|
||||
featuresTitle: "Services", features: [
|
||||
"Haircut", "Skin Fade", "Edge-up"],
|
||||
},
|
||||
{
|
||||
id: "premium", tag: "Deluxe", price: "$45.00+", period: "per service", description: "Complete grooming packages.", button: {
|
||||
text: "Call to Book", href: "#contact"},
|
||||
text: "Call (315) 719-4718 to Book", href: "#contact"},
|
||||
featuresTitle: "Services", features: [
|
||||
"Haircut & Beard", "Haircut & Eyebrows", "Beard Trim"],
|
||||
},
|
||||
@@ -205,4 +205,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user