2 Commits

Author SHA1 Message Date
3b6594d0c6 Update src/app/page.tsx 2026-04-23 16:31:42 +00:00
693afe68df Merge version_8 into main
Merge version_8 into main
2026-04-23 16:29:39 +00:00

View File

@@ -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"