Merge version_1 into main #2
@@ -10,7 +10,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Award, Heart, Sparkles, Clock, Scissors, Palette, Sun, Eye, CheckCircle, Trophy, Star } from 'lucide-react';
|
||||
import { Award, Heart, Sparkles, Clock, Scissors, Palette, Sun, Eye, CheckCircle, Trophy, Star, Zap } from 'lucide-react';
|
||||
|
||||
export default function ShinePage() {
|
||||
return (
|
||||
@@ -20,7 +20,7 @@ export default function ShinePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -46,7 +46,7 @@ export default function ShinePage() {
|
||||
<HeroSplitKpi
|
||||
title="Where Beauty Meets Perfection"
|
||||
description="Experience premium beauty services at Shine Studios - Irrum Manzil, Punjagutta. From luxurious hair treatments to professional skincare, bridal makeup, and nail artistry, we deliver excellence with a 4.9-star reputation."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "4.9★", label: "Customer Rating" },
|
||||
{ value: "170+", label: "Reviews" },
|
||||
@@ -113,7 +113,7 @@ export default function ShinePage() {
|
||||
title="Comprehensive Beauty Services"
|
||||
description="Explore our extensive range of professional beauty treatments designed to enhance and rejuvenate your appearance."
|
||||
tag="Services"
|
||||
tagIcon={Sparkles}
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -125,22 +125,22 @@ export default function ShinePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Priya Sharma"
|
||||
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Neha Reddy", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Neha Reddy"
|
||||
id: "2", name: "Neha Reddy", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Neha Reddy"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Anjali Kapoor", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Anjali Kapoor"
|
||||
id: "3", name: "Anjali Kapoor", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Anjali Kapoor"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Divya Patel", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Divya Patel"
|
||||
id: "4", name: "Divya Patel", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Divya Patel"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Sneha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=5", imageAlt: "Sneha Gupta"
|
||||
id: "5", name: "Sneha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sneha Gupta"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Meera Singh", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=6", imageAlt: "Meera Singh"
|
||||
id: "6", name: "Meera Singh", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Meera Singh"
|
||||
}
|
||||
]}
|
||||
cardTitle="Over 170 customers trust Shine Studios for exceptional beauty services and premium treatments"
|
||||
|
||||
Reference in New Issue
Block a user