4 Commits

Author SHA1 Message Date
3fc268e73c Merge version_3 into main
Merge version_3 into main
2026-03-07 12:30:32 +00:00
a11b899895 Update src/app/page.tsx 2026-03-07 12:30:22 +00:00
f94c741149 Merge version_2 into main
Merge version_2 into main
2026-03-07 12:28:32 +00:00
6f8b463ed7 Update src/app/page.tsx 2026-03-07 12:28:28 +00:00

View File

@@ -69,7 +69,7 @@ export default function LandingPage() {
description="Discover expert grooming services at Denny Barber Salon. Professional haircuts, beard trims, and traditional shaves tailored to your style. Located in West Valley, Utah."
buttons={[
{ text: "Book Appointment", href: "contact" },
{ text: "View Services", href: "services" },
{ text: "Schedule Free Consultation", href: "contact" },
]}
buttonAnimation="slide-up"
ariaLabel="Hero section for Denny Barber Salon"
@@ -283,7 +283,7 @@ export default function LandingPage() {
"Yes! First-time customers receive 10% off. We also offer loyalty programs and special promotions."},
]}
ctaTitle="Ready to Look Sharp?"
ctaDescription="Book your appointment today at Denny Barber Salon in West Valley. Call us or book online."
ctaDescription="Book your appointment today at Denny Barber Salon in West Valley, Utah. We're open weekdays 9am-6pm. Call us or book online."
ctaButton={{ text: "Call (801) 555-1234", href: "tel:+18015551234" }}
ctaIcon={Phone}
useInvertedBackground={false}