3 Commits

Author SHA1 Message Date
1ad23962b7 Merge version_4 into main
Merge version_4 into main
2026-05-27 21:01:28 +00:00
fb1881b128 Update src/app/page.tsx 2026-05-27 21:01:25 +00:00
3bac18a6ea Merge version_3 into main
Merge version_3 into main
2026-05-27 18:38:04 +00:00

View File

@@ -120,7 +120,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={true}
title="Crafting Style Since '85"
title="Crafting Style Since '89"
description={[
"For decades, Briscoe's Barbershop has been a cornerstone of the Country Club community, known for its dedication to the craft. We blend time-honored techniques with contemporary trends to ensure every client leaves looking and feeling their best.", "Our passionate barbers are more than just stylists; they are artists committed to providing a personalized grooming experience. From sharp fades to classic hot towel shaves, we pride ourselves on precision, quality, and an inviting atmosphere."]}
buttons={[
@@ -195,19 +195,19 @@ export default function LandingPage() {
id: "plan-basic", title: "The Classic Cut", price: "$45", period: "per service", features: [
"Precision Haircut", "Hot Lather Neck Shave", "Styling & Finish"],
button: {
text: "Book Classic Cut", href: "#contact"},
text: "Book Classic Cut", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-shop-instruments_23-2149319797.jpg", imageAlt: "Barber scissors and comb"},
{
id: "plan-deluxe", title: "The Deluxe Groom", price: "$85", period: "per service", features: [
"Precision Haircut", "Classic Hot Shave", "Beard Trim & Line Up", "Facial Massage"],
button: {
text: "Book Deluxe Groom", href: "#contact"},
text: "Book Deluxe Groom", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/composition-fathers-day_23-2148101902.jpg", imageAlt: "Hot towel shave kit"},
{
id: "plan-premium", title: "The Full Experience", price: "$110", period: "per service", features: [
"Precision Haircut", "Classic Hot Shave", "Beard Trim & Line Up", "Hair Treatment", "Facial Massage & Hot Towel"],
button: {
text: "Book Full Experience", href: "#contact"},
text: "Book Full Experience", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-items-spa-therapy_23-2148290933.jpg", imageAlt: "Beard grooming products"},
]}
title="Transparent Pricing, Premium Service"
@@ -299,4 +299,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}