6 Commits

Author SHA1 Message Date
11f6c3dd70 Update src/app/page.tsx 2026-03-11 07:33:14 +00:00
5dde71d7e4 Merge version_2 into main
Merge version_2 into main
2026-03-11 07:32:20 +00:00
ce9762d6b3 Update src/app/page.tsx 2026-03-11 07:32:16 +00:00
2a55f3e3c6 Merge version_1 into main
Merge version_1 into main
2026-03-11 07:29:18 +00:00
f078ec0751 Merge version_1 into main
Merge version_1 into main
2026-03-11 07:28:54 +00:00
4fa986993f Merge version_1 into main
Merge version_1 into main
2026-03-11 07:28:10 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Book Now", href: "#pricing" },
{ text: "Book Your Appointment", href: "#pricing" },
{ text: "Learn More", href: "#services" }
]}
buttonAnimation="slide-up"
@@ -68,13 +68,13 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
features={[
{
id: "1", title: "Professional Haircuts", description: "Expert haircuts with the latest techniques and styles. We customize every cut to match your face shape and preferences.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43559.jpg?_wi=2", imageAlt: "Professional haircut service", buttons: [{ text: "Details", href: "#" }]
id: "1", title: "Professional Haircuts", description: "Expert haircuts with the latest techniques and styles. We customize every cut to match your face shape and preferences. 30 minutes of expert care.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beard-hairdresser-with-client-man-with-shave_1157-43559.jpg?_wi=2", imageAlt: "Professional haircut service", buttons: [{ text: "Details", href: "#" }]
},
{
id: "2", title: "Beard Grooming", description: "Complete beard care including trimming, shaping, and styling. Professional grooming for the perfect look.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-4287.jpg?_wi=2", imageAlt: "Beard trimming service", buttons: [{ text: "Details", href: "#" }]
id: "2", title: "Beard Grooming", description: "Complete beard care including trimming, shaping, and styling. Professional grooming for the perfect look. 30 minutes of specialty service.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-4287.jpg?_wi=2", imageAlt: "Beard trimming service", buttons: [{ text: "Details", href: "#" }]
},
{
id: "3", title: "Traditional Shaves", description: "Classic straight razor shaves with hot towel service. A luxurious grooming experience like no other.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-shaving-neck-customer_23-2147778915.jpg?_wi=2", imageAlt: "Professional barber straight razor shave", buttons: [{ text: "Details", href: "#" }]
id: "3", title: "Traditional Shaves", description: "Classic straight razor shaves with hot towel service. A luxurious grooming experience like no other. 30 minutes of premium pampering.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-shaving-neck-customer_23-2147778915.jpg?_wi=2", imageAlt: "Professional barber straight razor shave", buttons: [{ text: "Details", href: "#" }]
}
]}
animationType="slide-up"
@@ -85,8 +85,8 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardOne
title="Transparent Pricing"
description="Simple, straightforward pricing for all our services. 15 minutes late adds $5 to your service charge."
title="Simple & Transparent Pricing"
description="All services are 30 minutes long with professional attention to detail. Late arrivals (15+ minutes) incur a $5 fee."
tag="Pricing"
tagIcon={DollarSign}
tagAnimation="blur-reveal"
@@ -122,8 +122,8 @@ export default function LandingPage() {
tagIcon={CheckCircle}
tagAnimation="blur-reveal"
title="The Best Barbers in Town"
description="Your satisfaction is our priority"
subdescription="5+ Years of Excellence"
description="Your satisfaction is our priority. Every appointment is tailored to your needs."
subdescription="5+ Years of Excellence - On-Time Guarantee"
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/tools-profession-hairdresser_23-2150668471.jpg?_wi=3"
imageAlt="Professional barber shop"
@@ -168,7 +168,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to experience premium barbering? Book your appointment today and discover the difference professional service makes."
text="Ready to experience premium barbering? Book your appointment today and discover the difference professional service makes. All appointments are 30 minutes of dedicated attention."
animationType="entrance-slide"
background={{ variant: "plain" }}
buttons={[
@@ -188,4 +188,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}