diff --git a/src/app/page.tsx b/src/app/page.tsx index 88ad35b..e04d268 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}} /> @@ -50,7 +51,7 @@ 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" }, { 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() { @@ -157,7 +158,7 @@ export default function LandingPage() { window.location.href = "https://www.instagram.com/stylecutzny/", href: "https://www.instagram.com/stylecutzny/" }]} /> @@ -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() { ); -} \ No newline at end of file +}