diff --git a/src/app/page.tsx b/src/app/page.tsx index 3430cc8..43c0194 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,20 +92,20 @@ export default function LandingPage() { avatarText="Trusted by over 500 brides" marqueeItems={[ { - type: "text-icon", text: "Award-Winning Service", icon: Award, + type: "text-icon", text: "Award-Winning Service", icon: Award }, { - type: "text-icon", text: "5-Star Reviews", icon: Star, + type: "text-icon", text: "5-Star Reviews", icon: Star }, { - type: "text-icon", text: "Personalized Style", icon: Palette, + type: "text-icon", text: "Personalized Style", icon: Palette }, { - type: "text-icon", text: "Experienced Artists", icon: Sparkles, + type: "text-icon", text: "Experienced Artists", icon: Sparkles }, { - type: "text-icon", text: "Glamorous Results", icon: Crown, - }, + type: "text-icon", text: "Glamorous Results", icon: Crown + } ]} /> @@ -171,7 +171,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168549.jpg", imageAlt: "Colorful bullet journal" } ] - }, + } ]} title="Our Signature Bridal Services" description="From bespoke makeup artistry to elegant hair styling and personalized consultations, we offer a comprehensive range of services tailored to make you shine." @@ -187,17 +187,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "package-classic", name: "The Classic Bride", price: "Starting at $800", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-getting-ready-wedding_23-2149329137.jpg", imageAlt: "Bride with a classic, natural makeup look"}, + id: "package-classic", name: "The Classic Bride", price: "Starting at ₹80,000", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-getting-ready-wedding_23-2149329137.jpg", imageAlt: "Bride with a classic, natural makeup look"}, { - id: "package-glam", name: "The Glamorous Bride", price: "Starting at $1200", imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916501.jpg", imageAlt: "Bride with a glamorous, bold makeup look"}, + id: "package-glam", name: "The Glamorous Bride", price: "Starting at ₹1,20,000", imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916501.jpg", imageAlt: "Bride with a glamorous, bold makeup look"}, { - id: "package-deluxe", name: "The Deluxe Experience", price: "Starting at $1800", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smiley-couple-floor_23-2149690987.jpg", imageAlt: "Bride receiving a pampering treatment"}, + id: "package-deluxe", name: "The Deluxe Experience", price: "Starting at ₹1,80,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smiley-couple-floor_23-2149690987.jpg", imageAlt: "Bride receiving a pampering treatment"}, { id: "package-bridesmaid", name: "Bridesmaid Beauty", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278400.jpg", imageAlt: "Group of bridesmaids getting ready"}, { - id: "package-mother", name: "Mother of the Bride", price: "Starting at $450", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184405.jpg", imageAlt: "Mother of the bride looking elegant"}, + id: "package-mother", name: "Mother of the Bride", price: "Starting at ₹45,000", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184405.jpg", imageAlt: "Mother of the bride looking elegant"}, { - id: "package-engagement", name: "Engagement Photoshoot", price: "Starting at $500", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-posing_23-2148466426.jpg", imageAlt: "Couple in an engagement photoshoot"}, + id: "package-engagement", name: "Engagement Photoshoot", price: "Starting at ₹50,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-posing_23-2148466426.jpg", imageAlt: "Couple in an engagement photoshoot"} ]} title="Exclusive Bridal Packages" description="Discover our curated bridal packages, designed to provide a seamless and luxurious experience for every bride. Find the perfect fit for your big day." @@ -213,31 +213,31 @@ export default function LandingPage() { plans={[ { id: "basic-plan", badge: "Popular", badgeIcon: Sparkles, - price: "$800", name: "The Classic", buttons: [ + price: "₹80,000", name: "The Classic", buttons: [ { - text: "Select Plan", href: "#contact"}, + text: "Select Plan", href: "#contact"} ], features: [ - "Bridal makeup trial", "Wedding day makeup application", "Light hair styling", "Touch-up kit"], + "Bridal makeup trial", "Wedding day makeup application", "Light hair styling", "Touch-up kit"] }, { id: "pro-plan", badge: "Most Chosen", badgeIcon: Star, - price: "$1200", name: "The Glamorous", buttons: [ + price: "₹1,20,000", name: "The Glamorous", buttons: [ { - text: "Select Plan", href: "#contact"}, + text: "Select Plan", href: "#contact"} ], features: [ - "Bridal makeup & hair trial", "Wedding day full makeup application", "Intricate hair styling", "Premium lash application", "Deluxe touch-up kit"], + "Bridal makeup & hair trial", "Wedding day full makeup application", "Intricate hair styling", "Premium lash application", "Deluxe touch-up kit"] }, { id: "enterprise-plan", badge: "Ultimate", badgeIcon: Crown, - price: "$1800", name: "The Deluxe", buttons: [ + price: "₹1,80,000", name: "The Deluxe", buttons: [ { - text: "Select Plan", href: "#contact"}, + text: "Select Plan", href: "#contact"} ], features: [ - "Bridal makeup & hair trial (2 sessions)", "Wedding day full makeup & hair", "Pre-wedding facial treatment", "Bridal party styling assistance (1 person)", "Luxury touch-up kit & gift"], - }, + "Bridal makeup & hair trial (2 sessions)", "Wedding day full makeup & hair", "Pre-wedding facial treatment", "Bridal party styling assistance (1 person)", "Luxury touch-up kit & gift"] + } ]} title="Simple & Transparent Pricing" description="Choose the bridal package that best suits your needs and vision. Each package is designed to offer exceptional value and a luxurious experience." @@ -262,7 +262,7 @@ export default function LandingPage() { { id: "5", name: "Nicole Brown", handle: "@nicoleb", testimonial: "Absolutely phenomenal service! My bridal party and I all looked stunning. Thank you, Glam & Glow, for making us feel so special.", imageSrc: "http://img.b2bpic.net/free-photo/proud-bride-posing_1153-1378.jpg", imageAlt: "Nicole Brown, a joyful bride"}, { - id: "6", name: "Olivia Miller", handle: "@oliviam", testimonial: "The perfect balance of glam and glow! My makeup and hair felt light, natural, and stayed perfect through tears and dancing. So grateful!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-dressed-white-pajamas_158538-16877.jpg", imageAlt: "Olivia Miller, an elegant bride"}, + id: "6", name: "Olivia Miller", handle: "@oliviam", testimonial: "The perfect balance of glam and glow! My makeup and hair felt light, natural, and stayed perfect through tears and dancing. So grateful!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-dressed-white-pajamas_158538-16877.jpg", imageAlt: "Olivia Miller, an elegant bride"} ]} title="Rave Reviews from Our Brides" description="Hear directly from our happy brides who trusted Glam & Glow to make their wedding day beauty dreams come true." @@ -298,7 +298,7 @@ export default function LandingPage() { { id: "faq-5", title: "Do you travel to wedding venues?", content: "Yes, we provide on-location services for your convenience. Travel fees may apply depending on the distance. This will be discussed during your consultation."}, { - id: "faq-6", title: "What should I do to prepare for my trial?", content: "Please come with clean, moisturized skin and clean, dry hair. Bringing photos of desired looks and your wedding attire helps us tailor the perfect style."}, + id: "faq-6", title: "What should I do to prepare for my trial?", content: "Please come with clean, moisturized skin and clean, dry hair. Bringing photos of desired looks and your wedding attire helps us tailor the perfect style."} ]} title="Frequently Asked Questions" description="Find answers to common questions about our bridal services, booking process, and what to expect for your wedding day beauty." @@ -338,8 +338,8 @@ export default function LandingPage() { { label: "Consultations", href: "#services"}, { - label: "Bridal Packages", href: "#packages"}, - ], + label: "Bridal Packages", href: "#packages"} + ] }, { title: "Company", items: [ @@ -350,17 +350,17 @@ export default function LandingPage() { { label: "FAQ", href: "#faq"}, { - label: "Contact", href: "#contact"}, - ], + label: "Contact", href: "#contact"} + ] }, { title: "Legal", items: [ { label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", href: "#"}, - ], - }, + label: "Terms of Service", href: "#"} + ] + } ]} logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yjz74v" logoAlt="Glam & Glow Bridal Studio Logo" @@ -371,4 +371,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file