diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d607c94..a645ed7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -39,9 +39,7 @@ export default function AboutPage() { brandName="Luxe Beauty Studio" navItems={navItems} button={{ - text: "Book Appointment", - href: "/", - }} + text: "Book Appointment", href: "/"}} className="bg-gradient-to-r from-rose-100 to-orange-50 backdrop-blur-lg border border-white/20" buttonClassName="bg-gradient-to-r from-amber-600 to-orange-500 hover:shadow-lg hover:shadow-orange-300/50 text-white font-semibold transition-all duration-300" /> @@ -59,34 +57,24 @@ export default function AboutPage() { useInvertedBackground={false} bulletPoints={[ { - title: "Expert Bridal Makeup", - description: "Certified makeup artists specializing in bridal transformations and wedding day perfection", - icon: Sparkles, + title: "Expert Bridal Makeup", description: "Certified makeup artists specializing in bridal transformations and wedding day perfection", icon: Sparkles, }, { - title: "Premium Products", - description: "We use only high-end, cruelty-free beauty products for the best results", - icon: ShieldCheck, + title: "Premium Products", description: "We use only high-end, cruelty-free beauty products for the best results", icon: ShieldCheck, }, { - title: "Professional Team", - description: "Experienced stylists dedicated to personalized beauty solutions", - icon: Users, + title: "Professional Team", description: "Experienced stylists dedicated to personalized beauty solutions", icon: Users, }, { - title: "Luxury Environment", - description: "Relax in our elegant, premium salon ambiance designed for comfort", - icon: Home, + title: "Luxury Environment", description: "Relax in our elegant, premium salon ambiance designed for comfort", icon: Home, }, ]} buttons={[ { - text: "Book Now", - href: "/", - }, + text: "Book Now", href: "/"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167800.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167800.jpg" imageAlt="Luxury Beauty Studio Team" mediaAnimation="slide-up" imagePosition="right" @@ -106,33 +94,15 @@ export default function AboutPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Award-Winning Artists", - description: "Our team consists of certified and award-winning makeup artists and stylists with international training", - tag: "Excellence", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-flowers_23-2149580422.jpg?_wi=3", - imageAlt: "Award-Winning Artist", - }, + id: "1", title: "Award-Winning Artists", description: "Our team consists of certified and award-winning makeup artists and stylists with international training", tag: "Excellence", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-flowers_23-2149580422.jpg", imageAlt: "Award-Winning Artist"}, { - id: "2", - title: "Personalized Consultations", - description: "We offer free consultations to understand your vision, preferences, and ensure your complete satisfaction", - tag: "Consultation", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg?_wi=2", - imageAlt: "Personalized Service", - }, + id: "2", title: "Personalized Consultations", description: "We offer free consultations to understand your vision, preferences, and ensure your complete satisfaction", tag: "Consultation", imageSrc: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg", imageAlt: "Personalized Service"}, { - id: "3", - title: "Premium Hygiene Standards", - description: "We maintain the highest standards of cleanliness and use sanitized tools and premium products", - tag: "Hygiene", - imageSrc: "http://img.b2bpic.net/free-photo/client-lies-salon-cosmetology-table-with-white-mask-her-face_343596-4298.jpg?_wi=2", - imageAlt: "Professional Standards", - }, + id: "3", title: "Premium Hygiene Standards", description: "We maintain the highest standards of cleanliness and use sanitized tools and premium products", tag: "Hygiene", imageSrc: "http://img.b2bpic.net/free-photo/client-lies-salon-cosmetology-table-with-white-mask-her-face_343596-4298.jpg", imageAlt: "Professional Standards"}, ]} animationType="slide-up" - titleClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" - descriptionClassName="text-lg text-gray-600 leading-relaxed" + itemClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" + cardDescriptionClassName="text-lg text-gray-600 leading-relaxed" carouselMode="buttons" /> @@ -145,38 +115,24 @@ export default function AboutPage() { useInvertedBackground={false} inputs={[ { - name: "name", - type: "text", - placeholder: "Your Full Name", - required: true, + name: "name", type: "text", placeholder: "Your Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email Address", - required: true, + name: "email", type: "email", placeholder: "Your Email Address", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Contact Number", - required: true, + name: "phone", type: "tel", placeholder: "Contact Number", required: true, }, { - name: "subject", - type: "text", - placeholder: "Subject", - required: true, + name: "subject", type: "text", placeholder: "Subject", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us how we can help you...", - rows: 5, + name: "message", placeholder: "Tell us how we can help you...", rows: 5, required: true, }} buttonText="Send Message" - imageSrc="http://img.b2bpic.net/free-vector/beauty-invoice-poster-design_23-2149651367.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/beauty-invoice-poster-design_23-2149651367.jpg" imageAlt="Contact Us" mediaAnimation="slide-up" mediaPosition="right" @@ -194,61 +150,37 @@ export default function AboutPage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Services", - href: "/", - }, + label: "Services", href: "/"}, { - label: "Gallery", - href: "/", - }, + label: "Gallery", href: "/"}, ], }, { items: [ { - label: "Pricing", - href: "/", - }, + label: "Pricing", href: "/"}, { - label: "Book Appointment", - href: "/", - }, + label: "Book Appointment", href: "/"}, { - label: "Contact Us", - href: "/about", - }, + label: "Contact Us", href: "/about"}, { - label: "Instagram", - href: "https://instagram.com", - }, + label: "Instagram", href: "https://instagram.com"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Refund Policy", - href: "#", - }, + label: "Refund Policy", href: "#"}, { - label: "Contact", - href: "/about", - }, + label: "Contact", href: "/about"}, ], }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index dddf69c..3e7351b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,9 +44,7 @@ export default function HomePage() { brandName="Luxe Beauty Studio" navItems={navItems} button={{ - text: "Book Appointment", - href: "/", - }} + text: "Book Appointment", href: "/"}} className="bg-gradient-to-r from-rose-100 to-orange-50 backdrop-blur-lg border border-white/20" buttonClassName="bg-gradient-to-r from-amber-600 to-orange-500 hover:shadow-lg hover:shadow-orange-300/50 text-white font-semibold transition-all duration-300" /> @@ -63,16 +61,12 @@ export default function HomePage() { background={{ variant: "glowing-orb" }} buttons={[ { - text: "Book Appointment", - href: "/", - }, + text: "Book Appointment", href: "/"}, { - text: "Explore Services", - href: "/", - }, + text: "Explore Services", href: "/"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/fashion-beautiful-brunette-girl-with-bright-make-up_176420-711.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/fashion-beautiful-brunette-girl-with-bright-make-up_176420-711.jpg" imageAlt="Bridal Makeup Transformation" mediaAnimation="slide-up" imagePosition="right" @@ -95,34 +89,24 @@ export default function HomePage() { useInvertedBackground={false} bulletPoints={[ { - title: "Expert Bridal Makeup", - description: "Certified makeup artists specializing in bridal transformations and wedding day perfection", - icon: Sparkles, + title: "Expert Bridal Makeup", description: "Certified makeup artists specializing in bridal transformations and wedding day perfection", icon: Sparkles, }, { - title: "Premium Products", - description: "We use only high-end, cruelty-free beauty products for the best results", - icon: ShieldCheck, + title: "Premium Products", description: "We use only high-end, cruelty-free beauty products for the best results", icon: ShieldCheck, }, { - title: "Professional Team", - description: "Experienced stylists dedicated to personalized beauty solutions", - icon: Users, + title: "Professional Team", description: "Experienced stylists dedicated to personalized beauty solutions", icon: Users, }, { - title: "Luxury Environment", - description: "Relax in our elegant, premium salon ambiance designed for comfort", - icon: Home, + title: "Luxury Environment", description: "Relax in our elegant, premium salon ambiance designed for comfort", icon: Home, }, ]} buttons={[ { - text: "Learn More", - href: "/", - }, + text: "Learn More", href: "/"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167800.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167800.jpg" imageAlt="Luxury Beauty Studio" mediaAnimation="slide-up" imagePosition="right" @@ -142,41 +126,17 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Beauty Services", - description: "Professional facials, cleansing, bleaching, threading, and waxing treatments designed to enhance your skin naturally", - tag: "Beauty", - imageSrc: "http://img.b2bpic.net/free-photo/client-lies-salon-cosmetology-table-with-white-mask-her-face_343596-4298.jpg?_wi=1", - imageAlt: "Beauty Facial Treatment", - }, + id: "1", title: "Beauty Services", description: "Professional facials, cleansing, bleaching, threading, and waxing treatments designed to enhance your skin naturally", tag: "Beauty", imageSrc: "http://img.b2bpic.net/free-photo/client-lies-salon-cosmetology-table-with-white-mask-her-face_343596-4298.jpg", imageAlt: "Beauty Facial Treatment"}, { - id: "2", - title: "Hair Services", - description: "Expert haircuts, treatments, coloring, and keratin services to transform your locks with premium products", - tag: "Hair", - imageSrc: "http://img.b2bpic.net/free-photo/beautiufl-caucasian-lady-went-home-sits-armchair-th-living-room_132075-9638.jpg?_wi=1", - imageAlt: "Professional Hairstyling", - }, + id: "2", title: "Hair Services", description: "Expert haircuts, treatments, coloring, and keratin services to transform your locks with premium products", tag: "Hair", imageSrc: "http://img.b2bpic.net/free-photo/beautiufl-caucasian-lady-went-home-sits-armchair-th-living-room_132075-9638.jpg", imageAlt: "Professional Hairstyling"}, { - id: "3", - title: "Bridal Services", - description: "Complete bridal makeup, pre-bridal packages, and groom styling for your perfect wedding day", - tag: "Bridal", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetologist-applying-product-client_23-2148398573.jpg?_wi=1", - imageAlt: "Bridal Makeup Services", - }, + id: "3", title: "Bridal Services", description: "Complete bridal makeup, pre-bridal packages, and groom styling for your perfect wedding day", tag: "Bridal", imageSrc: "http://img.b2bpic.net/free-photo/cosmetologist-applying-product-client_23-2148398573.jpg", imageAlt: "Bridal Makeup Services"}, { - id: "4", - title: "Boutique Collection", - description: "Designer lehengas, bridal dresses, and custom stitching services curated for your special occasions", - tag: "Boutique", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-brown-curly-hair-sitting-dressing-room-wardrobe-shocked-disappointed-doesn-t-know-what-wear-hard-make-choice-model-with-elegant-look-black-fancy-dress_197531-1677.jpg?_wi=1", - imageAlt: "Designer Bridal Wear", - }, + id: "4", title: "Boutique Collection", description: "Designer lehengas, bridal dresses, and custom stitching services curated for your special occasions", tag: "Boutique", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-brown-curly-hair-sitting-dressing-room-wardrobe-shocked-disappointed-doesn-t-know-what-wear-hard-make-choice-model-with-elegant-look-black-fancy-dress_197531-1677.jpg", imageAlt: "Designer Bridal Wear"}, ]} animationType="slide-up" - titleClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" - descriptionClassName="text-lg text-gray-600 leading-relaxed" + itemClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" + cardDescriptionClassName="text-lg text-gray-600 leading-relaxed" carouselMode="buttons" /> @@ -192,54 +152,18 @@ export default function HomePage() { useInvertedBackground={false} blogs={[ { - id: "1", - category: "Bridal Makeup", - title: "Radiant Bride Transformation", - excerpt: "Stunning bridal makeup with elegant contouring and timeless elegance for the perfect wedding day look", - imageSrc: "http://img.b2bpic.net/free-photo/master-class-make-up-girl-makes-make-up-her-friend_1321-1461.jpg?_wi=1", - imageAlt: "Bridal Makeup Transformation", - authorName: "Priya Sharma", - authorAvatar: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-flowers_23-2149580422.jpg", - date: "Jan 2025", - }, + id: "1", category: "Bridal Makeup", title: "Radiant Bride Transformation", excerpt: "Stunning bridal makeup with elegant contouring and timeless elegance for the perfect wedding day look", imageSrc: "http://img.b2bpic.net/free-photo/master-class-make-up-girl-makes-make-up-her-friend_1321-1461.jpg", imageAlt: "Bridal Makeup Transformation", authorName: "Priya Sharma", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-flowers_23-2149580422.jpg", date: "Jan 2025"}, { - id: "2", - category: "Hair Styling", - title: "Golden Hair Elegance", - excerpt: "Professional bridal hairstyle with intricate braids and premium styling for unforgettable wedding moments", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-twins-standing-face-face_329181-10735.jpg?_wi=1", - imageAlt: "Professional Hair Transformation", - authorName: "Anjali Verma", - authorAvatar: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg", - date: "Dec 2024", - }, + id: "2", category: "Hair Styling", title: "Golden Hair Elegance", excerpt: "Professional bridal hairstyle with intricate braids and premium styling for unforgettable wedding moments", imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-twins-standing-face-face_329181-10735.jpg", imageAlt: "Professional Hair Transformation", authorName: "Anjali Verma", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg", date: "Dec 2024"}, { - id: "3", - category: "Groom Styling", - title: "Groom Grooming Excellence", - excerpt: "Professional groom styling and makeup for the perfect wedding day appearance and confidence", - imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-actress-make-up-movie_23-2149066319.jpg?_wi=1", - imageAlt: "Groom Styling Service", - authorName: "Ritika Singh", - authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-getting-make-up-from-friend_23-2148299455.jpg", - date: "Nov 2024", - }, + id: "3", category: "Groom Styling", title: "Groom Grooming Excellence", excerpt: "Professional groom styling and makeup for the perfect wedding day appearance and confidence", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-actress-make-up-movie_23-2149066319.jpg", imageAlt: "Groom Styling Service", authorName: "Ritika Singh", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-getting-make-up-from-friend_23-2148299455.jpg", date: "Nov 2024"}, { - id: "4", - category: "Salon Interior", - title: "Luxury Studio Ambiance", - excerpt: "Premium salon environment designed for comfort and relaxation during your beauty transformations", - imageSrc: "http://img.b2bpic.net/free-photo/girl-child-having-fun-posing-studio_1328-2354.jpg?_wi=1", - imageAlt: "Luxury Beauty Studio", - authorName: "Divya Patel", - authorAvatar: "http://img.b2bpic.net/free-photo/front-view-bride-posing-indoors_23-2150264551.jpg", - date: "Oct 2024", - }, + id: "4", category: "Salon Interior", title: "Luxury Studio Ambiance", excerpt: "Premium salon environment designed for comfort and relaxation during your beauty transformations", imageSrc: "http://img.b2bpic.net/free-photo/girl-child-having-fun-posing-studio_1328-2354.jpg", imageAlt: "Luxury Beauty Studio", authorName: "Divya Patel", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-bride-posing-indoors_23-2150264551.jpg", date: "Oct 2024"}, ]} animationType="slide-up" uniformGridCustomHeightClasses="min-h-[500px]" - titleClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" - descriptionClassName="text-lg text-gray-600 leading-relaxed" + cardTitleClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" + cardDescriptionClassName="text-lg text-gray-600 leading-relaxed" carouselMode="buttons" /> @@ -249,41 +173,17 @@ export default function HomePage() { @@ -381,33 +243,15 @@ export default function HomePage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "5000+", - title: "Happy Brides", - description: "Transformed with our premium bridal services", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-flowers_23-2149580422.jpg?_wi=2", - imageAlt: "Happy Bride", - }, + id: "1", value: "5000+", title: "Happy Brides", description: "Transformed with our premium bridal services", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-flowers_23-2149580422.jpg", imageAlt: "Happy Bride"}, { - id: "2", - value: "98%", - title: "Satisfaction Rate", - description: "Clients consistently rate us excellent", - imageSrc: "http://img.b2bpic.net/free-photo/master-class-make-up-girl-makes-make-up-her-friend_1321-1461.jpg?_wi=2", - imageAlt: "Satisfaction", - }, + id: "2", value: "98%", title: "Satisfaction Rate", description: "Clients consistently rate us excellent", imageSrc: "http://img.b2bpic.net/free-photo/master-class-make-up-girl-makes-make-up-her-friend_1321-1461.jpg", imageAlt: "Satisfaction"}, { - id: "3", - value: "500+", - title: "Monthly Clients", - description: "Trust our studio for beauty services", - imageSrc: "http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167800.jpg?_wi=2", - imageAlt: "Clients", - }, + id: "3", value: "500+", title: "Monthly Clients", description: "Trust our studio for beauty services", imageSrc: "http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167800.jpg", imageAlt: "Clients"}, ]} animationType="slide-up" - titleClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" - descriptionClassName="text-lg text-gray-600 leading-relaxed" + textBoxTitleClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" + textBoxDescriptionClassName="text-lg text-gray-600 leading-relaxed" /> @@ -419,38 +263,24 @@ export default function HomePage() { useInvertedBackground={false} inputs={[ { - name: "name", - type: "text", - placeholder: "Your Full Name", - required: true, + name: "name", type: "text", placeholder: "Your Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email Address", - required: true, + name: "email", type: "email", placeholder: "Your Email Address", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Contact Number", - required: true, + name: "phone", type: "tel", placeholder: "Contact Number", required: true, }, { - name: "service", - type: "text", - placeholder: "Service Interested In", - required: true, + name: "service", type: "text", placeholder: "Service Interested In", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your beauty needs and preferred date...", - rows: 5, + name: "message", placeholder: "Tell us about your beauty needs and preferred date...", rows: 5, required: true, }} buttonText="Confirm Booking" - imageSrc="http://img.b2bpic.net/free-vector/beauty-invoice-poster-design_23-2149651367.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/beauty-invoice-poster-design_23-2149651367.jpg" imageAlt="Book Appointment" mediaAnimation="slide-up" mediaPosition="right" @@ -468,61 +298,37 @@ export default function HomePage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Services", - href: "/", - }, + label: "Services", href: "/"}, { - label: "Gallery", - href: "/", - }, + label: "Gallery", href: "/"}, ], }, { items: [ { - label: "Pricing", - href: "/", - }, + label: "Pricing", href: "/"}, { - label: "Book Appointment", - href: "/", - }, + label: "Book Appointment", href: "/"}, { - label: "Contact Us", - href: "/", - }, + label: "Contact Us", href: "/"}, { - label: "Instagram", - href: "https://instagram.com", - }, + label: "Instagram", href: "https://instagram.com"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Refund Policy", - href: "#", - }, + label: "Refund Policy", href: "#"}, { - label: "Contact", - href: "/", - }, + label: "Contact", href: "/"}, ], }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index be9aaa4..4d1a90e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -69,9 +69,7 @@ export default function ServicesPage() { id: item.id, }))} button={{ - text: "Book Appointment", - href: "/contact", - }} + text: "Book Appointment", href: "/contact"}} className="bg-gradient-to-r from-rose-100 to-orange-50 backdrop-blur-lg border border-white/20" buttonClassName="bg-gradient-to-r from-amber-600 to-orange-500 hover:shadow-lg hover:shadow-orange-300/50 text-white font-semibold transition-all duration-300" /> @@ -90,7 +88,7 @@ export default function ServicesPage() { { text: "View Pricing", href: "/pricing" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/fashion-beautiful-brunette-girl-with-bright-make-up_176420-711.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/fashion-beautiful-brunette-girl-with-bright-make-up_176420-711.jpg" imageAlt="Premium Beauty Services" mediaAnimation="slide-up" imagePosition="right" @@ -111,41 +109,17 @@ export default function ServicesPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Beauty Services", - description: "Professional facials, cleansing, bleaching, threading, and waxing treatments designed to enhance your skin naturally", - tag: "Beauty", - imageSrc: "http://img.b2bpic.net/free-photo/client-lies-salon-cosmetology-table-with-white-mask-her-face_343596-4298.jpg?_wi=3", - imageAlt: "Beauty Facial Treatment", - }, + id: "1", title: "Beauty Services", description: "Professional facials, cleansing, bleaching, threading, and waxing treatments designed to enhance your skin naturally", tag: "Beauty", imageSrc: "http://img.b2bpic.net/free-photo/client-lies-salon-cosmetology-table-with-white-mask-her-face_343596-4298.jpg", imageAlt: "Beauty Facial Treatment"}, { - id: "2", - title: "Hair Services", - description: "Expert haircuts, treatments, coloring, and keratin services to transform your locks with premium products", - tag: "Hair", - imageSrc: "http://img.b2bpic.net/free-photo/beautiufl-caucasian-lady-went-home-sits-armchair-th-living-room_132075-9638.jpg?_wi=2", - imageAlt: "Professional Hairstyling", - }, + id: "2", title: "Hair Services", description: "Expert haircuts, treatments, coloring, and keratin services to transform your locks with premium products", tag: "Hair", imageSrc: "http://img.b2bpic.net/free-photo/beautiufl-caucasian-lady-went-home-sits-armchair-th-living-room_132075-9638.jpg", imageAlt: "Professional Hairstyling"}, { - id: "3", - title: "Bridal Services", - description: "Complete bridal makeup, pre-bridal packages, and groom styling for your perfect wedding day", - tag: "Bridal", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetologist-applying-product-client_23-2148398573.jpg?_wi=2", - imageAlt: "Bridal Makeup Services", - }, + id: "3", title: "Bridal Services", description: "Complete bridal makeup, pre-bridal packages, and groom styling for your perfect wedding day", tag: "Bridal", imageSrc: "http://img.b2bpic.net/free-photo/cosmetologist-applying-product-client_23-2148398573.jpg", imageAlt: "Bridal Makeup Services"}, { - id: "4", - title: "Boutique Collection", - description: "Designer lehengas, bridal dresses, and custom stitching services curated for your special occasions", - tag: "Boutique", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-brown-curly-hair-sitting-dressing-room-wardrobe-shocked-disappointed-doesn-t-know-what-wear-hard-make-choice-model-with-elegant-look-black-fancy-dress_197531-1677.jpg?_wi=2", - imageAlt: "Designer Bridal Wear", - }, + id: "4", title: "Boutique Collection", description: "Designer lehengas, bridal dresses, and custom stitching services curated for your special occasions", tag: "Boutique", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-long-brown-curly-hair-sitting-dressing-room-wardrobe-shocked-disappointed-doesn-t-know-what-wear-hard-make-choice-model-with-elegant-look-black-fancy-dress_197531-1677.jpg", imageAlt: "Designer Bridal Wear"}, ]} animationType="slide-up" - titleClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" - descriptionClassName="text-lg text-gray-600 leading-relaxed" + itemClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" + cardDescriptionClassName="text-lg text-gray-600 leading-relaxed" carouselMode="buttons" /> @@ -160,33 +134,15 @@ export default function ServicesPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "5000+", - title: "Happy Brides", - description: "Transformed with our premium bridal services", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-flowers_23-2149580422.jpg?_wi=4", - imageAlt: "Happy Bride", - }, + id: "1", value: "5000+", title: "Happy Brides", description: "Transformed with our premium bridal services", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-flowers_23-2149580422.jpg", imageAlt: "Happy Bride"}, { - id: "2", - value: "98%", - title: "Satisfaction Rate", - description: "Clients consistently rate us excellent", - imageSrc: "http://img.b2bpic.net/free-photo/master-class-make-up-girl-makes-make-up-her-friend_1321-1461.jpg?_wi=3", - imageAlt: "Satisfaction", - }, + id: "2", value: "98%", title: "Satisfaction Rate", description: "Clients consistently rate us excellent", imageSrc: "http://img.b2bpic.net/free-photo/master-class-make-up-girl-makes-make-up-her-friend_1321-1461.jpg", imageAlt: "Satisfaction"}, { - id: "3", - value: "500+", - title: "Monthly Clients", - description: "Trust our studio for beauty services", - imageSrc: "http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167800.jpg?_wi=4", - imageAlt: "Clients", - }, + id: "3", value: "500+", title: "Monthly Clients", description: "Trust our studio for beauty services", imageSrc: "http://img.b2bpic.net/free-photo/professional-women-stylish-suit-office-with-tablet-device_23-2150167800.jpg", imageAlt: "Clients"}, ]} animationType="slide-up" - titleClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" - descriptionClassName="text-lg text-gray-600 leading-relaxed" + textBoxTitleClassName="text-4xl md:text-5xl font-bold bg-gradient-to-r from-amber-700 to-orange-600 bg-clip-text text-transparent" + textBoxDescriptionClassName="text-lg text-gray-600 leading-relaxed" /> @@ -197,38 +153,24 @@ export default function ServicesPage() { useInvertedBackground={false} inputs={[ { - name: "name", - type: "text", - placeholder: "Your Full Name", - required: true, + name: "name", type: "text", placeholder: "Your Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email Address", - required: true, + name: "email", type: "email", placeholder: "Your Email Address", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Contact Number", - required: true, + name: "phone", type: "tel", placeholder: "Contact Number", required: true, }, { - name: "service", - type: "text", - placeholder: "Service Interested In", - required: true, + name: "service", type: "text", placeholder: "Service Interested In", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your beauty needs and preferred date...", - rows: 5, + name: "message", placeholder: "Tell us about your beauty needs and preferred date...", rows: 5, required: true, }} buttonText="Confirm Booking" - imageSrc="http://img.b2bpic.net/free-vector/beauty-invoice-poster-design_23-2149651367.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-vector/beauty-invoice-poster-design_23-2149651367.jpg" imageAlt="Book Appointment" mediaAnimation="slide-up" mediaPosition="right"