Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8be7aea54d | |||
| 742f9e38e0 | |||
| bcd8fbe47e | |||
| de8636a34d | |||
| e1474f2b20 | |||
| 029504ef2e | |||
| a3a4cb91d6 | |||
| 60494e862f | |||
| 44732f146c | |||
| b25a76c573 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
description="Premium grooming services for the modern gentleman at The Blackwood Barber CO."
|
description="Premium grooming services for the modern gentleman at The Blackwood Barber CO."
|
||||||
buttons={[
|
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"
|
imageSrc="http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg"
|
||||||
imageAlt="Professional barber shop interior"
|
imageAlt="Professional barber shop interior"
|
||||||
@@ -88,6 +88,11 @@ export default function LandingPage() {
|
|||||||
title="Our Craft"
|
title="Our Craft"
|
||||||
description={[
|
description={[
|
||||||
"Founded on the principles of precision and patience, Blackwood Barber CO is where time-honored techniques meet modern grooming aesthetics.", "We take pride in our dedication to the perfect cut, every single time."]}
|
"Founded on the principles of precision and patience, Blackwood Barber CO is where time-honored techniques meet modern grooming aesthetics.", "We take pride in our dedication to the perfect cut, every single time."]}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Book Appointment", href: "#contact"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -141,7 +146,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Book Your Experience"
|
title="Book Your Experience"
|
||||||
description="Secure your seat at Blackwood Barber CO."
|
description="Limited daily slots available – book your session now"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user