From f73bb8db4552e6f13c7e5f0754414c579fc3e273 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 17:24:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8164736..005034f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } } ]} -- 2.49.1