2 Commits

Author SHA1 Message Date
8b7eb9f73d Update src/app/page.tsx 2026-04-09 11:45:19 +00:00
542a7c5190 Merge version_4 into main
Merge version_4 into main
2026-04-09 11:40:19 +00:00

View File

@@ -38,10 +38,11 @@ export default function LandingPage() {
{ 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,7 +51,7 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-static" }}
title="Baysides 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" }, { text: "View Reviews", href: "#reviews" }]}
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" },
@@ -118,10 +119,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 +133,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>
@@ -157,7 +158,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>
@@ -196,18 +197,19 @@ export default function LandingPage() {
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/" },
],
},
{
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" },
],
},
]}
@@ -218,4 +220,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}