Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f21f91064 | |||
| 47581a590f | |||
| f73bb8db45 | |||
| d4d190b79f |
@@ -10,7 +10,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
|||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
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) => {
|
const handleEmailSubmit = (email: string) => {
|
||||||
console.log('Email submitted:', email);
|
console.log('Email submitted:', email);
|
||||||
@@ -71,22 +71,22 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
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 — $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" }
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
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 — $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" }
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
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 — $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" }
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 4,
|
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 — $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" }
|
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