diff --git a/src/app/page.tsx b/src/app/page.tsx index 72559a5..1fd29e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 (