Merge version_3 into main #5
@@ -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';
|
||||
|
||||
export default function ShinePage() {
|
||||
const serviceOptions = [
|
||||
"Hair Services", "Skin Care", "Nail Art", "Bridal Beauty", "Body & Waxing", "Eye & Brow"
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
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"
|
||||
}
|
||||
]}
|
||||
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"
|
||||
cardTagIcon={Star}
|
||||
cardAnimation="blur-reveal"
|
||||
@@ -199,7 +195,7 @@ export default function ShinePage() {
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", 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={{
|
||||
name: "message", placeholder: "Preferred Date & Time for Appointment", rows: 3,
|
||||
|
||||
Reference in New Issue
Block a user