Merge version_7 into main #10
@@ -39,25 +39,25 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Instagram", id: "instagram" },
|
||||
]}
|
||||
brandName="Style Cutz Barbershop"
|
||||
brandName="Sammy's Barber Shop"
|
||||
button={{
|
||||
text: "Book Appointment", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE"}}
|
||||
text: "Book Appointment", href: "https://www.fresha.com/lvp/sammys-barber-shop-cross-island-parkway-xZ2Y3Y"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Bayside’s trusted barbershop for clean cuts, sharp fades, and real consistency"
|
||||
title="Whitestone’s trusted barbershop for clean cuts, sharp fades, and real consistency"
|
||||
description="Professional service, attention to detail, fair prices, and a barbershop experience people keep coming back for. Opening at 8:30 AM daily."
|
||||
buttons={[{ text: "Book Appointment", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE" }]}
|
||||
buttons={[{ text: "Book Appointment", href: "https://www.fresha.com/lvp/sammys-barber-shop-cross-island-parkway-xZ2Y3Y" }]}
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186513.jpg", imageAlt: "Barbershop interior" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-dressed-fleece-shirt-talks-by-smart-phone-park-close-up_613910-3278.jpg?_wi=1", imageAlt: "Style 1" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg?_wi=1", imageAlt: "Style 2" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/bearded-male-dressed-fleece-shirt-talks-by-smart-phone-park-close-up_613910-3278.jpg?_wi=1", imageAlt: "Style 1" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/hairclips-scissors-bag_23-2147778856.jpg?_wi=1", imageAlt: "Style 2" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg?_wi=1", imageAlt: "Style 3" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-getting-haircut-salon_23-2149870380.jpg?_wi=1", imageAlt: "Style 4" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/working-tools-barber-master_651396-126.jpg?_wi=1", imageAlt: "Style 5" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/front-view-kid-getting-haircut-salon_23-2149870380.jpg?_wi=1", imageAlt: "Style 4" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/working-tools-barber-master_651396-126.jpg?_wi=1", imageAlt: "Style 5" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,10 +85,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Masterful Consistency", description: "Precise, reliable haircuts performed with unwavering attention to detail during every visit.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-dressed-fleece-shirt-talks-by-smart-phone-park-close-up_613910-3278.jpg?_wi=2" },
|
||||
{ title: "Precision Grooming", description: "Expert fades, intricate beard shaping, and refined line-ups tailored to your unique style.", imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg?_wi=2" },
|
||||
{ title: "Welcoming Atmosphere", description: "A professional, respectful environment where you are always treated like family.", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg?_wi=2" },
|
||||
{ title: "Dedication to Quality", description: "Quality service that builds long-term relationships and earns the trust of our clients.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-getting-haircut-salon_23-2149870380.jpg?_wi=2" },
|
||||
{ title: "Masterful Consistency", description: "Precise, reliable haircuts performed with unwavering attention to detail during every visit.", imageSrc: "http://img.b2bpic.net/bearded-male-dressed-fleece-shirt-talks-by-smart-phone-park-close-up_613910-3278.jpg?_wi=2" },
|
||||
{ title: "Precision Grooming", description: "Expert fades, intricate beard shaping, and refined line-ups tailored to your unique style.", imageSrc: "http://img.b2bpic.net/hairclips-scissors-bag_23-2147778856.jpg?_wi=2" },
|
||||
{ title: "Welcoming Atmosphere", description: "A professional, respectful environment where you are always treated like family.", imageSrc: "http://img.b2bpic.net/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg?_wi=2" },
|
||||
{ title: "Dedication to Quality", description: "Quality service that builds long-term relationships and earns the trust of our clients.", imageSrc: "http://img.b2bpic.net/front-view-kid-getting-haircut-salon_23-2149870380.jpg?_wi=2" },
|
||||
]}
|
||||
title="The Barber Experience"
|
||||
description="We combine modern grooming techniques with old-school hospitality to ensure you look and feel your best."
|
||||
@@ -101,11 +101,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex R.", handle: "Loyal Client", testimonial: "The best barbershop in Bayside. Professional, clean, and incredible attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-dressed-fleece-shirt-talks-by-smart-phone-park-close-up_613910-3278.jpg?_wi=3" },
|
||||
{ id: "2", name: "Sarah J.", handle: "Parent", testimonial: "They are wonderful with my son. The patience and care shown during every cut are exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg?_wi=3" },
|
||||
{ id: "3", name: "Mark T.", handle: "Regular", testimonial: "Fair prices, convenient location, and top-tier service. I wouldn't go anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg?_wi=3" },
|
||||
{ id: "4", name: "David K.", handle: "Fan", testimonial: "Consistency is key, and this shop nails it every single time. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-getting-haircut-salon_23-2149870380.jpg?_wi=3" },
|
||||
{ id: "5", name: "Chris P.", handle: "Bayside", testimonial: "Welcoming, respectful, and genuinely great people to talk to while you get a sharp cut.", imageSrc: "http://img.b2bpic.net/free-photo/working-tools-barber-master_651396-126.jpg?_wi=2" },
|
||||
{ id: "1", name: "Mike D.", handle: "Loyal Client", testimonial: "Sammy is a master with the clippers. Best fade I've had in years!", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-dressed-fleece-shirt-talks-by-smart-phone-park-close-up_613910-3278.jpg?_wi=3" },
|
||||
{ id: "2", name: "Anthony G.", handle: "Regular", testimonial: "Finally a shop that listens and executes perfectly. Very professional place.", imageSrc: "http://img.b2bpic.net/hairclips-scissors-bag_23-2147778856.jpg?_wi=3" },
|
||||
{ id: "3", name: "Frank S.", handle: "Local", testimonial: "Clean, punctual, and top-tier cuts. Sammy and his crew are great.", imageSrc: "http://img.b2bpic.net/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg?_wi=3" },
|
||||
{ id: "4", name: "Joey R.", handle: "Client", testimonial: "Atmosphere is welcoming and the service is always consistent. Highly recommend.", imageSrc: "http://img.b2bpic.net/front-view-kid-getting-haircut-salon_23-2149870380.jpg?_wi=3" },
|
||||
]}
|
||||
title="Voices of Satisfaction"
|
||||
description="Discover why our local community trusts our craft."
|
||||
@@ -118,10 +117,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "1", price: "$30", name: "Signature Haircut", features: ["Precision cut", "Style finish", "Clean neck shave"], buttons: [{ text: "Book Now", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE" }] },
|
||||
{ id: "2", price: "$35", name: "Expert Skin Fade", features: ["Zero fade transition", "Detailed lineup", "Style finish"], buttons: [{ text: "Book Now", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE" }] },
|
||||
{ id: "3", price: "$25", name: "Beard Grooming", features: ["Hot towel treatment", "Sharp line-up", "Beard oil finish"], buttons: [{ text: "Book Now", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE" }] },
|
||||
{ id: "4", price: "$25", name: "Kids Cut", features: ["Patient, gentle service", "Kid-friendly atmosphere"], buttons: [{ text: "Book Now", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE" }] },
|
||||
{ id: "1", price: "$30", name: "Signature Haircut", features: ["Precision cut", "Style finish", "Clean neck shave"], buttons: [{ text: "Book Now", href: "https://www.fresha.com/lvp/sammys-barber-shop-cross-island-parkway-xZ2Y3Y" }] },
|
||||
{ id: "2", price: "$35", name: "Expert Skin Fade", features: ["Zero fade transition", "Detailed lineup", "Style finish"], buttons: [{ text: "Book Now", href: "https://www.fresha.com/lvp/sammys-barber-shop-cross-island-parkway-xZ2Y3Y" }] },
|
||||
{ id: "3", price: "$25", name: "Beard Grooming", features: ["Hot towel treatment", "Sharp line-up", "Beard oil finish"], buttons: [{ text: "Book Now", href: "https://www.fresha.com/lvp/sammys-barber-shop-cross-island-parkway-xZ2Y3Y" }] },
|
||||
{ id: "4", price: "$25", name: "Kids Cut", features: ["Patient, gentle service", "Kid-friendly atmosphere"], buttons: [{ text: "Book Now", href: "https://www.fresha.com/lvp/sammys-barber-shop-cross-island-parkway-xZ2Y3Y" }] },
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="Quality grooming tailored to your needs. Book ahead for convenience."
|
||||
@@ -132,7 +131,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Meet the Head Barber"
|
||||
buttons={[{ text: "Book Your Session", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE" }]}
|
||||
buttons={[{ text: "Book Your Session", href: "https://www.fresha.com/lvp/sammys-barber-shop-cross-island-parkway-xZ2Y3Y" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -157,7 +156,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Family-Centered Grooming"
|
||||
buttons={[{ text: "Contact Us", onClick: () => window.location.href = "https://www.instagram.com/stylecutzny/", href: "https://www.instagram.com/stylecutzny/" }]}
|
||||
buttons={[{ text: "Contact Us", href: "https://www.instagram.com/sammysbarbershop/" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -183,7 +182,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="Book Now"
|
||||
title="Ready for a fresh cut?"
|
||||
description="Visit us at 34-27 Francis Lewis Blvd, Flushing, NY 11358 or reach out to us at (718) 321-1530 to schedule your appointment today."
|
||||
description="Visit us at 153-73 Cross Island Pkwy, Whitestone, NY 11357 or reach out to us at (718) 746-9773 to schedule your appointment today."
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
@@ -194,29 +193,29 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "34-27 Francis Lewis Blvd, Flushing, NY 11358", href: "https://maps.google.com" },
|
||||
{ label: "(718) 321-1530", href: "tel:7183211530" },
|
||||
{ label: "Follow us on Instagram", href: "https://www.instagram.com/stylecutzny/" },
|
||||
{ label: "153-73 Cross Island Pkwy, Whitestone, NY 11357" },
|
||||
{ label: "(718) 746-9773", href: "tel:7187469773" },
|
||||
{ label: "Follow us on Instagram", href: "https://www.instagram.com/sammysbarbershop/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Signature Haircuts", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE" },
|
||||
{ label: "Expert Beard Trims", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE" },
|
||||
{ label: "Kids Grooming", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE" },
|
||||
{ label: "Signature Haircuts", href: "https://www.fresha.com/lvp/sammys-barber-shop-cross-island-parkway-xZ2Y3Y" },
|
||||
{ label: "Expert Beard Trims", href: "https://www.fresha.com/lvp/sammys-barber-shop-cross-island-parkway-xZ2Y3Y" },
|
||||
{ label: "Kids Grooming", href: "https://www.fresha.com/lvp/sammys-barber-shop-cross-island-parkway-xZ2Y3Y" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Book", items: [
|
||||
{ label: "Book Appointment", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE" },
|
||||
{ label: "Book Appointment", href: "https://www.fresha.com/lvp/sammys-barber-shop-cross-island-parkway-xZ2Y3Y" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Style Cutz Barbershop"
|
||||
bottomLeftText="© 2024 Sammy's Barber Shop"
|
||||
bottomRightText="Professional Grooming Services"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user