Merge version_1 into main #3
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user