Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a7b4a1c90b | |||
| 78cd020176 | |||
| f14fffbbeb |
@@ -13,10 +13,6 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|||||||
import { Award, Heart, Sparkles, Clock, Scissors, Palette, Sun, Eye, CheckCircle, Trophy, Star, Zap } from 'lucide-react';
|
import { Award, Heart, Sparkles, Clock, Scissors, Palette, Sun, Eye, CheckCircle, Trophy, Star, Zap } from 'lucide-react';
|
||||||
|
|
||||||
export default function ShinePage() {
|
export default function ShinePage() {
|
||||||
const serviceOptions = [
|
|
||||||
"Hair Services", "Skin Care", "Nail Art", "Bridal Beauty", "Body & Waxing", "Eye & Brow"
|
|
||||||
];
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="directional-hover"
|
defaultButtonVariant="directional-hover"
|
||||||
@@ -147,7 +143,7 @@ export default function ShinePage() {
|
|||||||
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?_wi=6", imageAlt: "Meera Singh"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
cardTitle="Over 170 customers trust Shine Studios for exceptional beauty services and premium treatments"
|
cardTitle="Amazing transformation! My hair has never looked better. The team at Shine Studios is truly professional and caring. Over 170 customers trust us for exceptional beauty services"
|
||||||
cardTag="Customer Reviews - 4.9 Stars"
|
cardTag="Customer Reviews - 4.9 Stars"
|
||||||
cardTagIcon={Star}
|
cardTagIcon={Star}
|
||||||
cardAnimation="blur-reveal"
|
cardAnimation="blur-reveal"
|
||||||
@@ -199,7 +195,7 @@ export default function ShinePage() {
|
|||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||||
{ name: "service", type: "select", placeholder: "Select Service", required: true }
|
{ name: "service", type: "text", placeholder: "Select Service", required: true }
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message", placeholder: "Preferred Date & Time for Appointment", rows: 3,
|
name: "message", placeholder: "Preferred Date & Time for Appointment", rows: 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user