Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroSplitDualMedia
|
||||
title="The Best Haircut in Methuen"
|
||||
description="Experience unparalleled style and precision at E-N-C Famous Barbershop. We're your destination for classic cuts, modern fades, and grooming excellence in a lively, welcoming atmosphere."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="4.7 ⭐ Google Rating"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
title="Precision & Passion in Every Cut"
|
||||
description="Our expert barbers are masters of their craft, dedicated to providing more than just a haircut – it's an experience. Discover why our clients keep coming back."
|
||||
features={[
|
||||
{ title: "Expert Barbers", description: "Highly skilled and passionate professionals committed to your perfect look.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-scissors-dispenser_23-2148108757.jpg?_wi=1", imageAlt: "Close up of barber tools on a counter" },
|
||||
{ title: "Expert Barbers", description: "Highly skilled and passionate professionals committed to your perfect look.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-scissors-dispenser_23-2148108757.jpg", imageAlt: "Close up of barber tools on a counter" },
|
||||
{ title: "Classic & Modern Styles", description: "From traditional shaves to the latest fades, we master all grooming trends.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205924.jpg", imageAlt: "Client getting a haircut in a barber chair" },
|
||||
{ title: "Relaxing Atmosphere", description: "Enjoy a comfortable, welcoming space where you can unwind and refresh.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-outside-cafe-with-his-bicycle_23-2148176434.jpg", imageAlt: "Stylish barbershop decor with seating" }
|
||||
]}
|
||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
||||
description="Plan your visit to E-N-C Famous Barbershop. We're open six days a week to serve you with top-notch grooming services."
|
||||
features={[
|
||||
{ title: "Visit Us", description: "Monday - Thursday: 9:00 AM - 7:00 PM\nFriday: 9:00 AM - 8:00 PM\nSaturday: 8:00 AM - 5:00 PM\nSunday: Closed\n\nPlease note: Hours may vary on holidays. We recommend calling ahead for appointments or checking our social media.", imageSrc: "http://img.b2bpic.net/free-photo/happy-coffee-shop-owner-holding-open-sign-while-reopening-after-coronavirus-pandemic_637285-6310.jpg", imageAlt: "Vintage clock on a dark wall" },
|
||||
{ title: "Appointments", description: "While walk-ins are welcome, we recommend booking in advance to ensure your preferred time and barber. Call us or visit our booking page.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-scissors-dispenser_23-2148108757.jpg?_wi=2", imageAlt: "Barber tools, scissors and comb" }
|
||||
{ title: "Appointments", description: "While walk-ins are welcome, we recommend booking in advance to ensure your preferred time and barber. Call us or visit our booking page.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-scissors-dispenser_23-2148108757.jpg", imageAlt: "Barber tools, scissors and comb" }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -157,10 +157,6 @@ export default function LandingPage() {
|
||||
mediaPosition="right"
|
||||
buttonText="Send Inquiry"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Call Us: (978) 222-0041", href: "tel:+19782220041" },
|
||||
{ text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=140+Lowell+St,+Methuen,+MA+01844" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -175,7 +171,6 @@ export default function LandingPage() {
|
||||
{ title: "Contact", items: [{ label: "Location", href: "#contact" }, { label: "Call Us", href: "tel:+19782220041" }, { label: "Book Now", href: "tel:+19782220041" }] }
|
||||
]}
|
||||
copyrightText="© 2024 E-N-C Famous Barbershop. All rights reserved."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user