Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-03-03 08:26:18 +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"
@@ -143,7 +147,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="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"
cardTitle="Trusted by 170+ Happy Customers - 4.9★ Rated"
cardTag="Customer Reviews - 4.9 Stars"
cardTagIcon={Star}
cardAnimation="blur-reveal"
@@ -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,