diff --git a/src/app/page.tsx b/src/app/page.tsx index 073f9d3..2ee9c18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { ShieldCheck, Sparkles, Star, Users, CalendarCheck } from "lucide-react"; +import { ShieldCheck, Sparkles, Star, Users, CalendarCheck, Scissors, Paintbrush, Heart } from "lucide-react"; export default function LandingPage() { return ( @@ -97,7 +97,7 @@ export default function LandingPage() { description: "Transform your look with expert cuts, vibrant balayage, flawless coloring, and elegant styling for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462516.jpg", imageAlt: "Woman receiving hair coloring service", - buttonIcon: "Scissors", + buttonIcon: Scissors, buttonHref: "/services#hair", }, { @@ -105,7 +105,7 @@ export default function LandingPage() { description: "Experience meticulous manicures and relaxing pedicures, ensuring perfectly polished and healthy nails with every visit.", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-foot-massage-service-from-masseuse-close-up-hand-foot-relax-foot-massage-therapy-service-concept_1150-13731.jpg", imageAlt: "Nail technician performing a manicure", - buttonIcon: "Paintbrush", + buttonIcon: Paintbrush, buttonHref: "/services#nails", }, { @@ -113,7 +113,7 @@ export default function LandingPage() { description: "Look and feel absolutely radiant on your special day with our bespoke bridal hair and makeup services.", imageSrc: "http://img.b2bpic.net/free-photo/close-blonde-bride-with-natural-makeup-wearing-wedding-clothes-holding-bouquet-flowers-enjoying-their-smell_8353-11813.jpg", imageAlt: "Bride getting final touches on her makeup", - buttonIcon: "Heart", + buttonIcon: Heart, buttonHref: "/services#bridal", }, { @@ -121,7 +121,7 @@ export default function LandingPage() { description: "From natural enhancements to glamorous transformations, our artists create stunning looks tailored to you.", imageSrc: "http://img.b2bpic.net/free-photo/artist-applying-make-up-client_23-2148328778.jpg", imageAlt: "Makeup artist applying eyeshadow", - buttonIcon: "Sparkles", + buttonIcon: Sparkles, buttonHref: "/services#makeup", }, ]} @@ -196,8 +196,8 @@ export default function LandingPage() { alt: "Client photo", }, ]} - ratingAnimation="reveal-blur" - avatarsAnimation="reveal-blur" + ratingAnimation="blur-reveal" + avatarsAnimation="blur-reveal" />