Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-03-09 18:15:26 +00:00

View File

@@ -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" }}
/>
</div>
@@ -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() {
<div id="reviews" data-section="reviews">
<TestimonialCardFifteen
testimonial="Kings of Thrones gave me the best haircut I've ever had. The attention to detail and professionalism is unmatched. Highly recommend to anyone looking for premium grooming in Miami."
testimonial="Amazing experience at Kings of Thrones! The barbers really know their craft. My haircut was exactly what I wanted, and the attention to detail was outstanding. Highly recommend!"
rating={5}
author="Michael Rodriguez, Executive"
author="Carlos Martinez, Miami"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Michael Rodriguez" },
{ src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Carlos Martinez" },
{ src: "http://img.b2bpic.net/free-photo/photographer-taking-photo_1368-3530.jpg", alt: "James Chen" },
{ src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "David Martinez" },
{ src: "http://img.b2bpic.net/free-photo/smiling-handsome-man-jacket-posing_171337-19811.jpg", alt: "Anthony Williams" },
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", alt: "Carlos Lopez" },
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", alt: "Michael Rodriguez" },
{ src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Additional Avatar" }
]}
ratingAnimation="slide-up"
@@ -142,7 +142,7 @@ export default function LandingPage() {
tagIcon={Phone}
tagAnimation="slide-up"
title="Visit Kings of Thrones Barbershop"
description="Located in the heart of Miami, our barbershop is open Monday-Saturday, 10am-8pm, and Sunday 12pm-6pm. We welcome walk-ins and appointments. Call us at (305) 555-0123 or use the form below to book your grooming experience."
description="📍 2850 Coral Way, Miami, FL 33145\n📞 (305) 555-0123\n🕐 Monday-Saturday: 10am-8pm | Sunday: 12pm-6pm\n\nWalk-ins and appointments welcome. Experience premium barbershop grooming with our expert team. Call or book online to secure your spot."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-hair-salon_23-2149220551.jpg"
@@ -168,9 +168,9 @@ export default function LandingPage() {
},
{
title: "Contact", items: [
{ label: "Book Appointment", href: "#contact" },
{ label: "Book Appointment", href: "https://www.booksy.com/en-us/317892_kings-of-thrones-barbershop_barber-shop_miami_fl" },
{ label: "(305) 555-0123", href: "tel:+13055550123" },
{ label: "Miami, FL", href: "#contact" }
{ label: "2850 Coral Way, Miami, FL", href: "#contact" }
]
},
{