11 Commits

Author SHA1 Message Date
a6d6c581d6 Merge version_8 into main
Merge version_8 into main
2026-04-08 15:32:29 +00:00
cee9d274ab Update src/app/page.tsx 2026-04-08 15:32:26 +00:00
fa924b5803 Merge version_7 into main
Merge version_7 into main
2026-04-08 15:28:32 +00:00
8be7aea54d Update src/app/page.tsx 2026-04-08 15:28:29 +00:00
742f9e38e0 Merge version_6 into main
Merge version_6 into main
2026-04-08 15:27:10 +00:00
bcd8fbe47e Update src/app/page.tsx 2026-04-08 15:27:07 +00:00
de8636a34d Merge version_5 into main
Merge version_5 into main
2026-04-08 15:26:26 +00:00
e1474f2b20 Update src/app/page.tsx 2026-04-08 15:26:23 +00:00
029504ef2e Merge version_4 into main
Merge version_4 into main
2026-04-08 15:26:22 +00:00
a3a4cb91d6 Update src/app/page.tsx 2026-04-08 15:26:19 +00:00
60494e862f Merge version_3 into main
Merge version_3 into main
2026-04-08 15:24:07 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
description="Premium grooming services for the modern gentleman at The Blackwood Barber CO."
buttons={[
{
text: "Book Appointment", href: "#contact"},
text: "Book Your Precision Cut", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg"
imageAlt="Professional barber shop interior"
@@ -103,11 +103,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Precision Cut", description: "Tailored haircuts designed specifically for your face shape and hair texture.", imageSrc: "http://img.b2bpic.net/free-photo/haircut-machine-scissors_23-2147736989.jpg", imageAlt: "Precision haircut service"},
title: "Precision Cut", description: "Tailored haircuts designed specifically for your face shape and hair texture.", imageSrc: "http://img.b2bpic.net/free-photo/haircut-machine-scissors_23-2147736989.jpg", imageAlt: "Precision haircut service", buttons: [{ text: "Book Cut", href: "#contact" }]},
{
title: "Beard Sculpting", description: "Expert beard trimming, edging, and maintenance for a sharp, clean appearance.", imageSrc: "http://img.b2bpic.net/free-photo/scissors-towel-beauty-salon_23-2148181999.jpg", imageAlt: "Expert beard sculpting"},
title: "Beard Sculpting", description: "Expert beard trimming, edging, and maintenance for a sharp, clean appearance.", imageSrc: "http://img.b2bpic.net/free-photo/scissors-towel-beauty-salon_23-2148181999.jpg", imageAlt: "Expert beard sculpting", buttons: [{ text: "Book Beard", href: "#contact" }]},
{
title: "Classic Shave", description: "A traditional straight-razor shave for the ultimate smooth and refreshing finish.", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-18406.jpg", imageAlt: "Classic razor shave"},
title: "Classic Shave", description: "A traditional straight-razor shave for the ultimate smooth and refreshing finish.", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-18406.jpg", imageAlt: "Classic razor shave", buttons: [{ text: "Book Shave", href: "#contact" }]},
]}
title="Our Services"
description="Experience grooming the way it was meant to be."
@@ -146,7 +146,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Book Your Experience"
description="Secure your seat at Blackwood Barber CO."
description="Limited daily slots available book your session now"
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,