6 Commits

Author SHA1 Message Date
9f21f91064 Update src/app/page.tsx 2026-03-06 17:27:01 +00:00
47581a590f Merge version_3 into main
Merge version_3 into main
2026-03-06 17:24:07 +00:00
f73bb8db45 Update src/app/page.tsx 2026-03-06 17:24:03 +00:00
d4d190b79f Merge version_2 into main
Merge version_2 into main
2026-03-03 20:40:09 +00:00
9a3dd816a1 Update src/app/page.tsx 2026-03-03 20:40:01 +00:00
863e57c843 Merge version_1 into main
Merge version_1 into main
2026-03-03 20:26:36 +00:00

View File

@@ -10,7 +10,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Instagram, Twitter, Linkedin, Mail } from 'lucide-react';
import { Instagram, Twitter, Linkedin, Mail, Clock, DollarSign } from 'lucide-react';
const handleEmailSubmit = (email: string) => {
console.log('Email submitted:', email);
@@ -71,22 +71,22 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Classic Haircut", description: "Expert precision cuts using traditional and contemporary techniques. Each cut is personalized to complement your face shape and style preferences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-woman-doing-haircut_1163-2018.jpg" },
title: "Classic Haircut — $35-50", description: "Expert precision cuts using traditional and contemporary techniques. Each cut is personalized to complement your face shape and style preferences. ⏱ 30 min", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-woman-doing-haircut_1163-2018.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg" }
},
{
id: 2,
title: "Beard Grooming", description: "Professional beard trimming, shaping, and conditioning. We maintain your beard's health while achieving the perfect aesthetic.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg" },
title: "Beard Grooming — $25-40", description: "Professional beard trimming, shaping, and conditioning. We maintain your beard's health while achieving the perfect aesthetic. ⏱ 25 min", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1" }
},
{
id: 3,
title: "Hot Towel Shave", description: "Luxurious traditional shaving experience with hot towels, premium creams, and expert technique for the smoothest shave.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-covering-man39s-face-with-warm-wet-towel_651396-2980.jpg" },
title: "Hot Towel Shave — $50-75", description: "Luxurious traditional shaving experience with hot towels, premium creams, and expert technique for the smoothest shave. ⏱ 45 min", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-covering-man39s-face-with-warm-wet-towel_651396-2980.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2" }
},
{
id: 4,
title: "Hair Treatment", description: "Nourishing treatments and conditioning sessions to keep your hair healthy, strong, and looking its best.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27181.jpg" },
title: "Hair Treatment — $40-60", description: "Nourishing treatments and conditioning sessions to keep your hair healthy, strong, and looking its best. ⏱ 35 min", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27181.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-getting-hair-washed-by-hairdresser-salon_633478-691.jpg" }
}
]}