Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { HairDryer, Scissors, Sparkles } from "lucide-react";
|
||||
import { Scissors, Sparkles, Razor } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -84,20 +84,22 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyFive
|
||||
features={[
|
||||
{
|
||||
title: "Precision Haircuts", description: "From classic trims to modern fades, our barbers deliver meticulous cuts tailored to your style.", icon: HairDryer,
|
||||
title: "Precision Haircuts", description: "From classic trims to modern fades, our barbers deliver meticulous cuts tailored to your style.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-man-getting-haircut_23-2148224298.jpg", imageAlt: "Close-up of a precision fade haircut" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-black-hair-having-haircut-studio-hairdresser-using-comb-scissors-creating-modern-hairstyle_549566-487.jpg", imageAlt: "Barber styling hair after a fresh cut" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Luxury Shaves", description: "Indulge in our hot towel shaves, complete with soothing balms and expert razor work for a smooth finish.", icon: "Shave", mediaItems: [
|
||||
title: "Luxury Shaves", description: "Indulge in our hot towel shaves, complete with soothing balms and expert razor work for a smooth finish.", icon: Razor,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-practicing-skincare_23-2150283288.jpg", imageAlt: "Shaving brush with foam on a face" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-her-cute-french-bulldog-warm-outfit_1303-19383.jpg", imageAlt: "Client receiving a hot towel treatment" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Beard & Grooming", description: "Expert beard trims, shaping, and conditioning services to keep your facial hair looking its best.", icon: "Tractor", mediaItems: [
|
||||
title: "Beard & Grooming", description: "Expert beard trims, shaping, and conditioning services to keep your facial hair looking its best.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop-shaving_23-2148298346.jpg", imageAlt: "Barber trimming a client's beard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-equipment-white-background_23-2147711627.jpg", imageAlt: "Professional barber tools like scissors and comb" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user