Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-05 02:27:14 +00:00

View File

@@ -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>
);
}
}