Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-02-22 00:34:13 +00:00

View File

@@ -39,7 +39,7 @@ export default function SitePage() {
<HeroBillboardCarousel
title="The Image Barbershop"
description="Crafting exceptional styles and sharp looks for the modern gentleman. Experience the art of grooming."
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
mediaItems={[
{ imageSrc: "https://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94764.jpg", imageAlt: "Modern barbershop interior with a barber at work" },
{ imageSrc: "https://img.b2bpic.net/free-photo/barber-shaving-beard-elderly-man_23-2148181976.jpg", imageAlt: "Barber working hairdresser professional barber barber tools" },
@@ -132,7 +132,7 @@ export default function SitePage() {
buttonText="Book Now"
termsText="By clicking Book Now, you agree to receive appointment reminders and promotional offers."
onSubmit={(email) => console.log(email)}
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
ariaLabel="Contact section for booking appointments at The Image Barbershop"
/>