3 Commits

Author SHA1 Message Date
5d3eb6a182 Update src/app/page.tsx 2026-03-06 12:50:57 +00:00
1c4c293bf0 Update src/app/layout.tsx 2026-03-06 12:50:56 +00:00
b7e3885f10 Merge version_2 into main
Merge version_2 into main
2026-03-06 12:49:16 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -175,17 +175,17 @@ export default function LandingPage() {
<ContactSplit
tag="Get In Touch"
tagIcon={Phone}
title="Book Your Appointment"
description="Schedule your visit at Beechmont Barbershop. Whether it's a quick trim or a full grooming experience, we're here for you. Drop by or call ahead."
title="Walk In or Call Ahead"
description="Book your appointment at Beechmont Barbershop by phone at (555) 123-4567 or visit us anytime. We welcome walk-ins and always make time for appointments. No email needed—just stop by or give us a call."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/barber-applying-shaving-cream-aged-man-hair-salon_23-2148182016.jpg"
imageAlt="Barbershop interior"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Subscribe"
termsText="Stay updated with promotions and new services. We respect your privacy."
inputPlaceholder="Enter your phone number"
buttonText="Get Directions"
termsText="Call (555) 123-4567 or visit us at Beechmont Barbershop. Open Mon-Fri 9AM-7PM, Sat 9AM-6PM, Sun 11AM-5PM."
/>
</div>
@@ -226,4 +226,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}