Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f73bb8db45 | |||
| d4d190b79f |
@@ -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. 30 min, $35-50", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-woman-doing-haircut_1163-2018.jpg" },
|
||||
title: "Classic Haircut", description: "Expert precision cuts using traditional and contemporary techniques. Each cut is personalized to complement your face shape and style preferences. ⏱ 30 min | 💰 $35-50", 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. 25 min, $25-40", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5407.jpg" },
|
||||
title: "Beard Grooming", description: "Professional beard trimming, shaping, and conditioning. We maintain your beard's health while achieving the perfect aesthetic. ⏱ 25 min | 💰 $25-40", 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. 45 min, $50-75", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-covering-man39s-face-with-warm-wet-towel_651396-2980.jpg" },
|
||||
title: "Hot Towel Shave", description: "Luxurious traditional shaving experience with hot towels, premium creams, and expert technique for the smoothest shave. ⏱ 45 min | 💰 $50-75", 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. 35 min, $40-60", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27181.jpg" },
|
||||
title: "Hair Treatment", description: "Nourishing treatments and conditioning sessions to keep your hair healthy, strong, and looking its best. ⏱ 35 min | 💰 $40-60", 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" }
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user