From fe00ff4a83e5ad71f09220a49df76c8b0ad0937f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:33:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16cd176..073f9d3 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 } from "lucide-react"; +import { ShieldCheck, Sparkles, Star, Users, CalendarCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -82,7 +82,7 @@ export default function LandingPage() { }, ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/professional-hairstylist-setting-hair-client_23-2147769851.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/professional-hairstylist-setting-hair-client_23-2147769851.jpg" imageAlt="Woman getting hair styled in an elegant beauty salon" /> @@ -95,7 +95,7 @@ export default function LandingPage() { { title: "Hair Artistry & Coloring", 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?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462516.jpg", imageAlt: "Woman receiving hair coloring service", buttonIcon: "Scissors", buttonHref: "/services#hair", @@ -103,7 +103,7 @@ export default function LandingPage() { { title: "Precision Nail Care", 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?_wi=1", + 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", buttonHref: "/services#nails", @@ -111,7 +111,7 @@ export default function LandingPage() { { title: "Bridal & Event Styling", 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?_wi=1", + 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", buttonHref: "/services#bridal", @@ -119,7 +119,7 @@ export default function LandingPage() { { title: "Professional Makeup Application", 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?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/artist-applying-make-up-client_23-2148328778.jpg", imageAlt: "Makeup artist applying eyeshadow", buttonIcon: "Sparkles", buttonHref: "/services#makeup", @@ -143,21 +143,21 @@ export default function LandingPage() { id: "ruhsori", name: "Ruhsora", role: "Lead Stylist & Bridal Expert", - imageSrc: "http://img.b2bpic.net/free-photo/nature-lover-working-greenhouse_23-2149037251.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/nature-lover-working-greenhouse_23-2149037251.jpg", imageAlt: "Portrait of Ruhsora, lead stylist", }, { id: "dilya", name: "Dilya", role: "Hair & Makeup Artist", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-hairdresser-with-hair-dryer-his-hands-hairstyle-woman-beauty-hair-professional-beauty-salon_231208-10937.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-hairdresser-with-hair-dryer-his-hands-hairstyle-woman-beauty-hair-professional-beauty-salon_231208-10937.jpg", imageAlt: "Portrait of Dilya, hair and makeup artist", }, { id: "zarina", name: "Zarina", role: "Nail Technician Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-with-coffee-cup-office_23-2148042666.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-with-coffee-cup-office_23-2148042666.jpg", imageAlt: "Portrait of Zarina, nail technician", }, ]} @@ -171,7 +171,7 @@ export default function LandingPage() {