Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e7d5599207 | |||
| bfb33389bd | |||
| 8b7eb9f73d | |||
| 542a7c5190 | |||
| c75c309c76 | |||
| 5cd51d43e3 |
@@ -34,14 +34,14 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Instagram", id: "instagram" },
|
||||
]}
|
||||
brandName="Style Cutz Barbershop"
|
||||
button={{
|
||||
text: "Book Appointment", href: "#booking"}}
|
||||
text: "Book Appointment", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,12 +50,12 @@ export default function LandingPage() {
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Bayside’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: "#booking" }, { text: "View Reviews", href: "#reviews" }]}
|
||||
buttons={[{ text: "Book Appointment", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE" }]}
|
||||
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: "4", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg?_wi=1", imageAlt: "Style 3" },
|
||||
{ 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" },
|
||||
]}
|
||||
@@ -118,10 +118,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: "#booking" }] },
|
||||
{ id: "2", price: "$35", name: "Expert Skin Fade", features: ["Zero fade transition", "Detailed lineup", "Style finish"], buttons: [{ text: "Book Now", href: "#booking" }] },
|
||||
{ id: "3", price: "$25", name: "Beard Grooming", features: ["Hot towel treatment", "Sharp line-up", "Beard oil finish"], buttons: [{ text: "Book Now", href: "#booking" }] },
|
||||
{ id: "4", price: "$25", name: "Kids Cut", features: ["Patient, gentle service", "Kid-friendly atmosphere"], buttons: [{ text: "Book Now", href: "#booking" }] },
|
||||
{ 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" }] },
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="Quality grooming tailored to your needs. Book ahead for convenience."
|
||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Meet the Head Barber"
|
||||
buttons={[{ text: "Book Your Session", href: "#booking" }]}
|
||||
buttons={[{ text: "Book Your Session", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{ id: "g1", name: "Classic Fade", price: "Sharp", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-dressed-fleece-shirt-talks-by-smart-phone-park-close-up_613910-3278.jpg?_wi=4" },
|
||||
{ id: "g2", name: "Beard Trim", price: "Grooming", imageSrc: "http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg?_wi=4" },
|
||||
{ id: "g3", name: "Modern Cut", price: "Trend", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg?_wi=4" },
|
||||
{ id: "g3", name: "Modern Cut", price: "Trend", imageSrc: "http://img.b2bpic.net/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg?_wi=4" },
|
||||
{ id: "g4", name: "Shop Atmosphere", price: "Venue", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-getting-haircut-salon_23-2149870380.jpg?_wi=4" },
|
||||
]}
|
||||
title="Gallery of Excellence"
|
||||
@@ -157,7 +157,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Family-Centered Grooming"
|
||||
buttons={[{ text: "Contact Us", href: "#booking" }]}
|
||||
buttons={[{ text: "Contact Us", onClick: () => window.location.href = "https://www.instagram.com/stylecutzny/", href: "https://www.instagram.com/stylecutzny/" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -194,20 +194,21 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "34-27 Francis Lewis Blvd, Flushing, NY 11358", href: "#" },
|
||||
{ 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/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Signature Haircuts", href: "#services" },
|
||||
{ label: "Expert Beard Trims", href: "#services" },
|
||||
{ label: "Kids Grooming", href: "#services" },
|
||||
{ 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" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Book", items: [
|
||||
{ label: "Book Appointment", href: "#booking" },
|
||||
{ label: "Book Appointment", href: "https://www.fresha.com/lvp/style-cutz-barbershop-1-barbershop-in-francis-lewis-francis-lewis-boulevard-bxqoqE" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user