diff --git a/src/app/page.tsx b/src/app/page.tsx index b46f62e..cab723a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Book Now", href: "tel:(941) 624-6019"}} + text: "Book Now", href: "tel:(941) 624-6019" + }} /> @@ -46,21 +47,28 @@ export default function LandingPage() { tag="Est. Professional Barber" tagIcon={Scissors} background={{ - variant: "radial-gradient"}} + variant: "radial-gradient" + }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Premium barber chair setup"}, + imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Premium barber chair setup" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121970.jpg", imageAlt: "Professional barber tools"}, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121970.jpg", imageAlt: "Professional barber tools" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Expert haircut service"}, + imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Expert haircut service" + }, ]} buttons={[ { - text: "Book Appointment", href: "tel:(941) 624-6019"}, + text: "Book Appointment", href: "tel:(941) 624-6019" + }, { - text: "Our Services", href: "#services"}, + text: "Our Services", href: "#services" + }, ]} + mediaAnimation="none" /> @@ -68,16 +76,20 @@ export default function LandingPage() { @@ -89,26 +101,32 @@ export default function LandingPage() { features={[ { id: "classic-haircut", label: "Haircuts", title: "Classic to Contemporary", items: [ - "Fade cuts & tapers", "Textured styles", "Beard shaping", "Senior cuts"], + "Fade cuts & tapers", "Textured styles", "Beard shaping", "Senior cuts" + ], buttons: [ { - text: "Learn More", href: "#"}, + text: "Learn More", href: "#" + }, ], }, { id: "beard-service", label: "Grooming", title: "Complete Grooming Care", items: [ - "Beard trims", "Straight razor shaves", "Hot towel treatments", "Conditioning treatments"], + "Beard trims", "Straight razor shaves", "Hot towel treatments", "Conditioning treatments" + ], buttons: [ { - text: "Schedule Now", href: "tel:(941) 624-6019"}, + text: "Schedule Now", href: "tel:(941) 624-6019" + }, ], }, { id: "specialty", label: "Specialty", title: "Custom Styles & Design", items: [ - "Line designs", "Color work", "Detail work", "Special occasions"], + "Line designs", "Color work", "Detail work", "Special occasions" + ], buttons: [ { - text: "Book Your Cut", href: "tel:(941) 624-6019"}, + text: "Book Your Cut", href: "tel:(941) 624-6019" + }, ], }, ]} @@ -126,12 +144,15 @@ export default function LandingPage() { description="Located in Port Charlotte, we're open throughout the week to serve your grooming needs. Thursday – Saturday: 8 AM–5 PM (Saturday closes at 12 PM). Tuesday & Wednesday: 8 AM–5 PM. Closed Sunday & Monday. Call us at (941) 624-6019 to schedule your appointment today." buttons={[ { - text: "Call Now", href: "tel:(941) 624-6019"}, + text: "Call Now", href: "tel:(941) 624-6019" + }, { - text: "Get Directions", href: "#"}, + text: "Get Directions", href: "#" + }, ]} background={{ - variant: "plain"}} + variant: "plain" + }} useInvertedBackground={false} /> @@ -140,13 +161,17 @@ export default function LandingPage() {