Merge version_9 into main #8
@@ -14,6 +14,10 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import { Calendar, Clock, Smile, Star, UserPlus, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleAppointmentClick = () => {
|
||||
window.location.href = "sms:4808933256";
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
@@ -47,7 +51,7 @@ export default function LandingPage() {
|
||||
logoText="Ahwatukee Barbers"
|
||||
description="Family-run, friendly neighborhood barbershop in Phoenix, AZ. Quality cuts, classic shaves, and grooming for all ages."
|
||||
buttons={[
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
{ text: "Book Appointment", onClick: handleAppointmentClick },
|
||||
{ text: "Get Directions", href: "https://maps.google.com" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-cane-antique-store_23-2149640760.jpg"
|
||||
|
||||
Reference in New Issue
Block a user