Update src/app/page.tsx

This commit is contained in:
2026-05-27 20:25:04 +00:00
parent f000002bc4
commit 988d8cee2b

View File

@@ -228,7 +228,7 @@ export default function LandingPage() {
variant: "plain"}}
tag="Book Your Appointment"
title="Get in Touch"
description="Visit us at 123 Main Street, Country Club, CA, or call us at (555) 123-4567 to book your appointment! Ready for a fresh look? Schedule your visit or simply say hello. We look forward to welcoming you to Super Clips Hair Salon."
description="Visit us at 123 Main Street, Country Club, CA. Call us at (555) 123-4567 to book your appointment! Our business hours are Monday - Friday: 9 AM - 7 PM, Saturday: 10 AM - 5 PM, Sunday: Closed. Ready for a fresh look? Schedule your visit or simply say hello. We look forward to welcoming you to Super Clips Hair Salon."
imageSrc="http://img.b2bpic.net/free-photo/hairdressing-razor-near-brush-comb_23-2147711624.jpg?_wi=2"
imageAlt="Interior view of Super Clips Hair Salon"
mediaAnimation="slide-up"
@@ -251,4 +251,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}