Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-12 12:06:34 +00:00
3 changed files with 114 additions and 434 deletions

View File

@@ -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"
/>
</div>
@@ -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"},
],
},
]}

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -249,41 +173,17 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Priya Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-flowers_23-2149580422.jpg?_wi=1",
imageAlt: "Priya Sharma",
},
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-flowers_23-2149580422.jpg", imageAlt: "Priya Sharma"},
{
id: "2",
name: "Anjali Verma",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg?_wi=1",
imageAlt: "Anjali Verma",
},
id: "2", name: "Anjali Verma", imageSrc: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg", imageAlt: "Anjali Verma"},
{
id: "3",
name: "Divya Patel",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-getting-make-up-from-friend_23-2148299455.jpg?_wi=1",
imageAlt: "Divya Patel",
},
id: "3", name: "Divya Patel", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-getting-make-up-from-friend_23-2148299455.jpg", imageAlt: "Divya Patel"},
{
id: "4",
name: "Ritika Singh",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-posing-indoors_23-2150264551.jpg?_wi=1",
imageAlt: "Ritika Singh",
},
id: "4", name: "Ritika Singh", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-posing-indoors_23-2150264551.jpg", imageAlt: "Ritika Singh"},
{
id: "5",
name: "Neha Gupta",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-bride-enveloped-veil_8353-8131.jpg?_wi=1",
imageAlt: "Neha Gupta",
},
id: "5", name: "Neha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-bride-enveloped-veil_8353-8131.jpg", imageAlt: "Neha Gupta"},
{
id: "6",
name: "Shreya Reddy",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-standing-isolated-white-background_231208-9481.jpg?_wi=1",
imageAlt: "Shreya Reddy",
},
id: "6", name: "Shreya Reddy", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-standing-isolated-white-background_231208-9481.jpg", imageAlt: "Shreya Reddy"},
]}
cardTitle="Over 5,000+ Brides Trust Us for Their Perfect Beauty Transformation"
cardTag="Trusted by Thousands"
@@ -305,67 +205,29 @@ export default function HomePage() {
useInvertedBackground={false}
plans={[
{
id: "1",
badge: "Popular Choice",
badgeIcon: Sparkles,
price: "₹5,999",
subtitle: "Bridal Makeup Package",
features: [
"Full bridal makeup application",
"Hair styling included",
"Trial session available",
"Touch-up kit provided",
"Professional photography ready",
],
id: "1", badge: "Popular Choice", badgeIcon: Sparkles,
price: "₹5,999", subtitle: "Bridal Makeup Package", features: [
"Full bridal makeup application", "Hair styling included", "Trial session available", "Touch-up kit provided", "Professional photography ready"],
},
{
id: "2",
badge: "Bestseller",
badgeIcon: Star,
price: "₹8,999",
subtitle: "Complete Bridal Transformation",
features: [
"Premium bridal makeup",
"Expert hair styling & treatment",
"Pre-bridal facial included",
"Groom styling consultation",
"Day-before preparation",
"Emergency touch-up service",
],
id: "2", badge: "Bestseller", badgeIcon: Star,
price: "₹8,999", subtitle: "Complete Bridal Transformation", features: [
"Premium bridal makeup", "Expert hair styling & treatment", "Pre-bridal facial included", "Groom styling consultation", "Day-before preparation", "Emergency touch-up service"],
},
{
id: "3",
badge: "Luxury",
badgeIcon: Crown,
price: "₹12,999",
subtitle: "Ultimate Bridal Experience",
features: [
"Personal beauty consultant",
"Complete bridal transformation",
"Hair and makeup team",
"Premium product selection",
"3-month beauty package",
"VIP treatment & priority booking",
],
id: "3", badge: "Luxury", badgeIcon: Crown,
price: "₹12,999", subtitle: "Ultimate Bridal Experience", features: [
"Personal beauty consultant", "Complete bridal transformation", "Hair and makeup team", "Premium product selection", "3-month beauty package", "VIP treatment & priority booking"],
},
{
id: "4",
badge: "Quick Service",
badgeIcon: Zap,
price: "₹2,999",
subtitle: "Express Beauty Service",
features: [
"Quick makeup application",
"Basic hair styling",
"Perfect for events",
"30-minute service",
"Professional finish",
],
id: "4", badge: "Quick Service", badgeIcon: Zap,
price: "₹2,999", subtitle: "Express Beauty Service", features: [
"Quick makeup application", "Basic hair styling", "Perfect for events", "30-minute service", "Professional finish"],
},
]}
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"
carouselMode="buttons"
/>
</div>
@@ -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"
/>
</div>
@@ -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: "/"},
],
},
]}

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"