6 Commits

Author SHA1 Message Date
0a55929d1f Update src/app/page.tsx 2026-03-12 20:07:58 +00:00
85bdfc4b7c Merge version_2 into main
Merge version_2 into main
2026-03-12 20:06:28 +00:00
35ddadbdec Update src/app/page.tsx 2026-03-12 20:06:24 +00:00
0c6d85d5e9 Merge version_1 into main
Merge version_1 into main
2026-03-12 20:04:32 +00:00
378ccb2813 Merge version_1 into main
Merge version_1 into main
2026-03-12 20:04:01 +00:00
5ccc2af617 Merge version_1 into main
Merge version_1 into main
2026-03-12 20:03:26 +00:00

View File

@@ -13,6 +13,10 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import { Award, Scissors, Users, Clock, Zap, Star, Phone, Facebook, Instagram, Camera, TrendingUp } from 'lucide-react';
export default function LandingPage() {
const handleCallClick = () => {
window.location.href = 'tel:+1234567890';
};
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -188,15 +192,15 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
tag="Get In Touch"
tag="Call Us Now"
tagIcon={Phone}
title="Book Your Appointment Today"
description="Call us, visit in person, or send us a message. We're here to serve you with premium barbershop care."
title="(555) 123-4567"
description="Open 7 AM 5 PM Daily. No appointment needed walk-ins welcome! Tap to call and book your appointment or visit us in person for immediate service."
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={true}
inputPlaceholder="Your email"
buttonText="Get In Touch"
termsText="We'll respond within 30 minutes. Open 7 AM 5 PM daily."
buttonText="Call Now"
onSubmit={handleCallClick}
termsText="Direct phone booking is the fastest way to schedule your appointment. We answer calls within 1 minute during business hours."
/>
</div>