Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 61fe79d44e |
@@ -11,7 +11,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Award, Calendar, Crown, DollarSign, HelpCircle, Scissors, Sparkles, Star, Facebook, Instagram, Twitter } from "lucide-react";
|
||||
import { Award, Calendar, Crown, DollarSign, HelpCircle, Scissors, Sparkles, Star, Facebook, Instagram, Twitter, MapPin, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Premium Barbershop Excellence"
|
||||
description="Experience the art of grooming at Gio Cutz. Where precision meets tradition, and every haircut is a masterpiece. Discover world-class barbering services tailored to your style."
|
||||
description="Experience the art of grooming at Gio Cutz. Located at 88-18 Sutphin Blvd, Jamaica, NY 11435. Where precision meets tradition, and every haircut is a masterpiece. Discover world-class barbering services tailored to your style."
|
||||
tag="Luxury Grooming"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="About Gio Cutz Barber Shop"
|
||||
description={[
|
||||
"Gio Cutz Barber Shop has been the premier destination for men's grooming since 2010. Founded with a passion for excellence and attention to detail, we've built a reputation for delivering world-class barbering services to our community.", "Our team of master barbers combines traditional barbershop heritage with modern grooming techniques. Every service is performed with precision, care, and a commitment to making you look and feel your absolute best.", "We believe that great grooming is an art form. From the moment you step through our doors, you'll experience the Gio Cutz difference—where professionalism meets warmth, and every client is treated like family."
|
||||
"Gio Cutz Barber Shop has been the premier destination for men's grooming since 2010. Located at 88-18 Sutphin Blvd, Jamaica, NY 11435, we've built a reputation for delivering world-class barbering services to our community.", "Our team of master barbers combines traditional barbershop heritage with modern grooming techniques. Every service is performed with precision, care, and a commitment to making you look and feel your absolute best.", "We believe that great grooming is an art form. From the moment you step through our doors, you'll experience the Gio Cutz difference—where professionalism meets warmth, and every client is treated like family."
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
showBorder={false}
|
||||
@@ -222,7 +222,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "How do I book an appointment?", content: "You can book an appointment by clicking the 'Book Now' button on our website, calling us directly, or visiting us in person. We also accept walk-ins, though appointments ensure minimal wait time."
|
||||
id: "faq-1", title: "How do I book an appointment?", content: "You can book an appointment by clicking the 'Book Now' button on our website, calling us directly, or visiting us in person at 88-18 Sutphin Blvd, Jamaica, NY 11435. We also accept walk-ins, though appointments ensure minimal wait time."
|
||||
},
|
||||
{
|
||||
id: "faq-2", title: "What is your cancellation policy?", content: "We require at least 24 hours notice for cancellations. If you need to reschedule, please contact us as soon as possible. Cancellations made within 24 hours may be subject to a fee."
|
||||
@@ -238,6 +238,9 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "faq-6", title: "Do you offer group bookings or special events?", content: "Absolutely! We welcome group bookings for special occasions like bachelor parties or corporate events. Contact us directly to arrange a custom package and pricing."
|
||||
},
|
||||
{
|
||||
id: "faq-7", title: "Where is Gio Cutz located?", content: "We're located at 88-18 Sutphin Blvd, Jamaica, NY 11435. Easy access and convenient parking available. Visit us today!"
|
||||
}
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
@@ -253,7 +256,7 @@ export default function LandingPage() {
|
||||
tagIcon={Calendar}
|
||||
tagAnimation="slide-up"
|
||||
title="Book Your Premium Grooming Experience"
|
||||
description="Don't wait—secure your spot at Gio Cutz today. Our expert barbers are ready to deliver the premium grooming service you deserve."
|
||||
description="Visit us at 88-18 Sutphin Blvd, Jamaica, NY 11435. Don't wait—secure your spot at Gio Cutz today. Our expert barbers are ready to deliver the premium grooming service you deserve."
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "tel:+1234567890" },
|
||||
{ text: "Call Us", href: "tel:+1234567890" }
|
||||
@@ -267,7 +270,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Gio Cutz"
|
||||
copyrightText="© 2024 Gio Cutz Barber Shop. All rights reserved."
|
||||
copyrightText="© 2024 Gio Cutz Barber Shop. All rights reserved. | 88-18 Sutphin Blvd, Jamaica, NY 11435"
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Follow us on Facebook" },
|
||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" },
|
||||
|
||||
Reference in New Issue
Block a user