From 0bbd05845711aad4cc52cf0a0a19c45fe24f5492 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:15:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 102e552..4b00657 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TextAbout from '@/components/sections/about/TextAbout'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Award, Crown, Phone, Scissors } from "lucide-react"; +import { Award, Crown, Phone, Scissors, MapPin, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "Reviews", id: "reviews" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Book Appointment", href: "contact" }} + button={{ text: "Book Appointment", href: "https://www.booksy.com/en-us/317892_kings-of-thrones-barbershop_barber-shop_miami_fl" }} /> @@ -47,7 +47,7 @@ export default function LandingPage() { tagIcon={Crown} tagAnimation="slide-up" buttons={[ - { text: "Book Appointment", href: "contact" }, + { text: "Book Appointment", href: "https://www.booksy.com/en-us/317892_kings-of-thrones-barbershop_barber-shop_miami_fl" }, { text: "Learn More", href: "services" } ]} buttonAnimation="slide-up" @@ -110,7 +110,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Welcome to Kings of Thrones Barbershop, where luxury meets precision. Our team of experienced barbers is dedicated to delivering exceptional grooming services in a clean, sophisticated environment. We believe every client deserves premium attention to detail, modern techniques, and the highest standards of professionalism. Visit us in Miami and experience the Kings of Thrones difference." buttons={[ - { text: "Book Your Appointment", href: "contact" } + { text: "Book Your Appointment", href: "https://www.booksy.com/en-us/317892_kings-of-thrones-barbershop_barber-shop_miami_fl" } ]} buttonAnimation="slide-up" useInvertedBackground={false} @@ -119,15 +119,15 @@ export default function LandingPage() {