From bd886b922ce0ffd16fea6d69fdf1f05c78178a0b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:55:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 423f3d3..ef98c58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Clock, Globe, MapPin, Star } from 'lucide-react'; +import { Clock, Globe, MapPin, Star, Sparkles, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -46,7 +46,7 @@ export default function LandingPage() { title="Surat's Trusted Bridal & HD Makeup Artist – 4.9⭐ Rated" description="Natural, long-lasting, flawless looks for your special day. Transform your bridal dreams into reality with Mahek's premium makeup services." tag="Premium Bridal Studio" - tagIcon={Star} + tagIcon={Sparkles} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/side-view-bride-getting-ready-wedding_23-2149860802.jpg" @@ -79,9 +79,9 @@ export default function LandingPage() { title="Why Brides Trust Mahek's Makeup Studio" metrics={[ { icon: Star, label: "Google Rating", value: "4.9⭐" }, - { icon: Clock, label: "Happy Clients", value: "169+" }, + { icon: Users, label: "Happy Clients", value: "169+" }, { icon: MapPin, label: "Service Areas", value: "Surat & Nearby" }, - { icon: Globe, label: "Years Experience", value: "10+" }, + { icon: Clock, label: "Years Experience", value: "10+" }, ]} metricsAnimation="slide-up" useInvertedBackground={false} -- 2.49.1