Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-03 08:15:04 +00:00

View File

@@ -13,6 +13,10 @@ 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"
@@ -195,7 +199,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: "text", placeholder: "Select Service", required: true }
{ name: "service", type: "select", placeholder: "Select Service", required: true }
]}
textarea={{
name: "message", placeholder: "Preferred Date & Time for Appointment", rows: 3,