7 Commits

Author SHA1 Message Date
4a9cd68cb9 Switch to version 2: modified src/app/page.tsx 2026-05-05 02:31:07 +00:00
bf631d31ab Switch to version 1: modified src/app/page.tsx 2026-05-05 02:31:03 +00:00
b00777a2a0 Merge version_2 into main
Merge version_2 into main
2026-05-05 02:27:14 +00:00
7a613de705 Update src/app/page.tsx 2026-05-05 02:27:11 +00:00
4b0af586c1 Merge version_1 into main
Merge version_1 into main
2026-05-05 02:26:27 +00:00
a01722ee88 Merge version_1 into main
Merge version_1 into main
2026-05-05 02:26:03 +00:00
255c025bbb Merge version_1 into main
Merge version_1 into main
2026-05-05 02:25:31 +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>
);
}
}