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