{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/dwMaSR09ZpfSGsRiIlHt/3AaHsZDsd4ZtnT7Jqz1t/BellevaServices.js", "ssg:https://framerusercontent.com/modules/xe6RPFUXWmZIXeei2S7e/l4WE8wOWKuqUmpesHWXX/K5oIkSUOp.js"],
  "sourcesContent": ["/**\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n * @framerDisableUnlink\n *//** @jsxRuntime classic *//** @jsx React.createElement */import*as React from\"react\";import{motion,AnimatePresence}from\"framer-motion\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useState,useEffect,useCallback}from\"react\";export default function BellevaServices(props){const defaultProps={initialCategory:\"pedicures\"};const{style,initialCategory=defaultProps.initialCategory}=props;const[activeCategory,setActiveCategory]=useState(initialCategory);const handleCategoryChange=useCallback(category=>{setActiveCategory(category);const element=document.getElementById(`belleva-${category}`);if(element){element.scrollIntoView({behavior:\"smooth\",block:\"start\"});}},[]);useEffect(()=>{const hash=window.location.hash.replace(\"#\",\"\").toLowerCase();const validCategories=[\"pedicures\",\"manicures\",\"lashes\",\"waxing\",\"acrylic\",\"alacarte\"];if(hash&&validCategories.includes(hash)){setActiveCategory(hash);setTimeout(()=>{const element=document.getElementById(`belleva-${hash}`);if(element){element.scrollIntoView({behavior:\"smooth\",block:\"start\"});}},100);}else{setActiveCategory(initialCategory);}},[initialCategory]);if(RenderTarget.current()===RenderTarget.canvas){return /*#__PURE__*/React.createElement(\"div\",{style:{...style,padding:\"1rem\",background:\"#f5f5f5\",border:\"2px dashed #09F\",opacity:.5,width:\"100%\",minHeight:\"20rem\"}},\"Belleva Nail Salon Services (Preview Mode)\");}const categoryVariants={initial:{opacity:0,x:50},animate:{opacity:1,x:0},exit:{opacity:0,x:-50}};return /*#__PURE__*/React.createElement(\"div\",{className:\"belleva-container\",style:{...style}},/*#__PURE__*/React.createElement(\"nav\",{className:\"belleva-nav-menu\"},[\"pedicures\",\"manicures\",\"lashes\",\"waxing\",\"acrylic\",\"alacarte\"].map(category=>/*#__PURE__*/React.createElement(\"a\",{key:category,href:`#${category}`,onClick:e=>{e.preventDefault();handleCategoryChange(category);},className:activeCategory===category?\"active\":\"\"},category===\"alacarte\"?\"\\xc0 La Carte\":category.charAt(0).toUpperCase()+category.slice(1)))),/*#__PURE__*/React.createElement(AnimatePresence,{mode:\"wait\"},activeCategory===\"lashes\"&&/*#__PURE__*/React.createElement(motion.div,{id:\"belleva-lashes\",key:\"lashes\",className:\"belleva-service-category\",initial:categoryVariants.initial,animate:categoryVariants.animate,exit:categoryVariants.exit,transition:{duration:.3}},/*#__PURE__*/React.createElement(\"h2\",null,\"Lashes\"),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Full Set\"),/*#__PURE__*/React.createElement(\"p\",null,\"Classic: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$130\")),/*#__PURE__*/React.createElement(\"p\",null,\"Volume: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$145\")),/*#__PURE__*/React.createElement(\"p\",null,\"MegaVolume: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$180\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"2 Weeks Fill\"),/*#__PURE__*/React.createElement(\"p\",null,\"Classic: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$65+\")),/*#__PURE__*/React.createElement(\"p\",null,\"Volume: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$70+\")),/*#__PURE__*/React.createElement(\"p\",null,\"MegaVolume: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$90+\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"3 Weeks Fill\"),/*#__PURE__*/React.createElement(\"p\",null,\"Classic: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$25+\")),/*#__PURE__*/React.createElement(\"p\",null,\"Volume: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$95+\")),/*#__PURE__*/React.createElement(\"p\",null,\"MegaVolume: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$95+\")))),activeCategory===\"pedicures\"&&/*#__PURE__*/React.createElement(motion.div,{id:\"belleva-pedicures\",key:\"pedicures\",className:\"belleva-service-category\",initial:categoryVariants.initial,animate:categoryVariants.animate,exit:categoryVariants.exit,transition:{duration:.3}},/*#__PURE__*/React.createElement(\"h2\",null,\"Pedicures\"),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"The Advance Pedicure\"),/*#__PURE__*/React.createElement(\"p\",null,\"20 mins - \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$26\")),/*#__PURE__*/React.createElement(\"p\",{className:\"description\"},\"If you're looking to simply clean your feet without a massage, this pedicure is the perfect choice for you. It includes nail trimming, shaping, cuticle care, and a finish with a regular polish of your choice.\"),/*#__PURE__*/React.createElement(\"p\",{className:\"description\"},/*#__PURE__*/React.createElement(\"strong\",null,\"Recommended:\"),\" People who want to save money on foot care or have limited time for pedicures.\")),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"The Basic Pedicure\"),/*#__PURE__*/React.createElement(\"p\",null,\"30 mins - \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$33\")),/*#__PURE__*/React.createElement(\"p\",{className:\"description\"},\"This basic service includes nail trimming, shaping, and cuticle care, along with soothing foot scrubbing, an exfoliating mud mask, warm towels, callus removal, and a relaxing massage with our ORGANIC LOTION. All finished off with a polish of your choice.\")),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"The Deluxe Pedicure\"),/*#__PURE__*/React.createElement(\"p\",null,\"45 mins - \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$45\")),/*#__PURE__*/React.createElement(\"p\",{className:\"description\"},\"This service includes nail trimming and shaping, cuticle care, callus removal, foot scrubbing, exfoliating mud mask application, hot towel treatment, and a 14-minute massage with ORGANIC LOTION featuring hot stone therapy and paraffin wax. Choose from our aromatic scents: orange, pear, milk honey, or lavender. The service concludes with a polish of your choice for a perfect finish.\")),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"The Belleva Pedicure\"),/*#__PURE__*/React.createElement(\"p\",null,\"60 mins - \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$59\")),/*#__PURE__*/React.createElement(\"p\",{className:\"description\"},\"Welcome to our Belleva Pedicure with our\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"LAB-TESTED CBD PRODUCT\"),\". Begin your experience by selecting either\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"CBD GUMMIES OR CBD DROPS\"),\" to enjoy for 5 minutes before your service, enhancing your relaxation. This comprehensive pedicure includes nail trimming and shaping, cuticle and callus care, hot stone therapy, paraffin wax treatment, a rejuvenating foot scrub, exfoliating mud mask, and soothing hot towels. Indulge in a 20-minute massage using our ORGANIC LOTION. All finished off with a polish of your choice.\"),/*#__PURE__*/React.createElement(\"div\",{className:\"description\"},/*#__PURE__*/React.createElement(\"strong\",null,\"Perfect For:\"),/*#__PURE__*/React.createElement(\"ul\",null,/*#__PURE__*/React.createElement(\"li\",null,\"People who are interested in our\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"LAB-TESTED CBD PRODUCT\")),/*#__PURE__*/React.createElement(\"li\",null,\"People who have a lot of stress in work or life\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"description\"},/*#__PURE__*/React.createElement(\"strong\",null,\"SAFETY FIRST:\"),\" Please inform our technicians of any allergies or pregnancy. Not recommended for pregnant or breastfeeding women, and at least 18+ to use our\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"CBD PRODUCT\"),\".\"),/*#__PURE__*/React.createElement(\"div\",{className:\"description\"},/*#__PURE__*/React.createElement(\"strong\",null,\"QUALITY ASSURED:\"),\" All\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"CBD PRODUCTS\"),\" are lab-tested. Results available at\",\" \",/*#__PURE__*/React.createElement(\"a\",{href:\"https://bellevanail.com\",target:\"_blank\"},\"BELLEVANAIL.COM\"),\".\")),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"The Belleva Special Pedicure\"),/*#__PURE__*/React.createElement(\"p\",null,\"60 mins - \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$73\")),/*#__PURE__*/React.createElement(\"p\",{className:\"description\"},\"Begin your journey to relaxation by selecting either\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"LAB-TESTED CBD GUMMIES OR DROPS\"),\" \",\"5 minutes before your treatment for maximum tranquility. Your comprehensive pedicure session includes meticulous nail trimming and shaping, expert cuticle and callus care, invigorating foot scrubbing, and an exfoliating mud mask. Enjoy a soothing 28-minute massage enhanced with our \",/*#__PURE__*/React.createElement(\"strong\",null,\"PREMIUM LAB-TESTED CBD OIL\"),\", ORGANIC LOTION, complemented by steam therapy for deep relaxation. The experience continues with nourishing paraffin wax treatment, hot stone therapy, and warm towel wraps. Your pampering concludes with a polish application of your choice, leaving you feeling refreshed and revitalized. As a special gift, you\u2019ll receive a complimentary lotion bag to take home after your treatment.\"),/*#__PURE__*/React.createElement(\"div\",{className:\"description\"},/*#__PURE__*/React.createElement(\"strong\",null,\"Perfect For:\"),/*#__PURE__*/React.createElement(\"ul\",null,/*#__PURE__*/React.createElement(\"li\",null,\"Stress relief seekers\"),/*#__PURE__*/React.createElement(\"li\",null,\"Athletes, gym-goers\"),/*#__PURE__*/React.createElement(\"li\",null,\"Anyone needing muscle relaxation\"),/*#__PURE__*/React.createElement(\"li\",null,\"Steam treatment during massage helps open pores, increase circulation, and enhance skin hydration, promoting deeper relaxation and improved absorption of massage oils or lotions\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"description\"},/*#__PURE__*/React.createElement(\"strong\",null,\"SAFETY FIRST:\"),\" Please inform our technicians of any allergies or pregnancy. Not recommended for pregnant or breastfeeding women, and at least 18+ to use our\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"CBD PRODUCT\"),\".\"),/*#__PURE__*/React.createElement(\"div\",{className:\"description\"},/*#__PURE__*/React.createElement(\"strong\",null,\"QUALITY ASSURED:\"),\" All\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"CBD PRODUCTS\"),\" are lab-tested. Results available at\",\" \",/*#__PURE__*/React.createElement(\"a\",{href:\"https://bellevanail.com\",target:\"_blank\"},\"BELLEVANAIL.COM\"),\".\")),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"The Belleva Premium Pedicure\"),/*#__PURE__*/React.createElement(\"p\",null,\"70-80 mins - \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$89\")),/*#__PURE__*/React.createElement(\"p\",{className:\"description\"},\"A \",/*#__PURE__*/React.createElement(\"strong\",null,\"CBD-ENHANCED\"),\" relaxation journey. Begin with your choice of\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"LAB-TESTED CBD PRODUCTS\"),\" \",\"(gummies, drops, tea, or mints) for maximum tranquility. Your comprehensive session includes meticulous nail care, expert cuticle and callus treatment, invigorating foot scrubbing, and an exfoliating mud mask. Experience a blissful 40-minute massage enhanced with\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"PREMIUM CBD OIL\"),\", our ORGANIC LOTION featuring neck and head massage for complete relaxation, complemented by steam therapy. Pamper yourself with nourishing paraffin wax, neck heat, hot stone therapy, warm towel wraps, and a collagen sock treatment enhances skin texture and deeply moisturizes your feet, promoting elasticity and softness before your chosen polish application. Leave feeling refreshed and revitalized, with a complimentary lotion bag as our gift to extend your spa experience at home.\"),/*#__PURE__*/React.createElement(\"div\",{className:\"description\"},/*#__PURE__*/React.createElement(\"strong\",null,\"Perfect For:\"),/*#__PURE__*/React.createElement(\"ul\",null,/*#__PURE__*/React.createElement(\"li\",null,\"Stress relief seekers\"),/*#__PURE__*/React.createElement(\"li\",null,\"Athletes, gym-goers\"),/*#__PURE__*/React.createElement(\"li\",null,\"Anyone needing muscle relaxation\"),/*#__PURE__*/React.createElement(\"li\",null,\"Steam treatment is ideal for those seeking optimal skin care and rejuvenation\"),/*#__PURE__*/React.createElement(\"li\",null,\"People who have really dry heels or dry feet\"),/*#__PURE__*/React.createElement(\"li\",null,\"Neck heat therapy is perfect for individuals experiencing neck stiffness, muscle tension, or chronic pain in the neck and shoulder area, as well as those seeking relaxation and stress relief\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"description\"},/*#__PURE__*/React.createElement(\"strong\",null,\"SAFETY FIRST:\"),\" Please inform our technicians of any allergies or pregnancy. Not recommended for pregnant or breastfeeding women, and at least 18+ to use our\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"CBD PRODUCT\"),\".\"),/*#__PURE__*/React.createElement(\"div\",{className:\"description\"},/*#__PURE__*/React.createElement(\"strong\",null,\"QUALITY ASSURED:\"),\" All\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"CBD PRODUCTS\"),\" are lab-tested. Results available at\",\" \",/*#__PURE__*/React.createElement(\"a\",{href:\"https://bellevanail.com\",target:\"_blank\"},\"BELLEVANAIL.COM\"),\".\"))),activeCategory===\"manicures\"&&/*#__PURE__*/React.createElement(motion.div,{id:\"belleva-manicures\",key:\"manicures\",className:\"belleva-service-category\",initial:categoryVariants.initial,animate:categoryVariants.animate,exit:categoryVariants.exit,transition:{duration:.3}},/*#__PURE__*/React.createElement(\"h2\",null,\"Manicures\"),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"The Classic Manicure\"),/*#__PURE__*/React.createElement(\"p\",null,\"20 mins - \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$22\")),/*#__PURE__*/React.createElement(\"p\",{className:\"description\"},\"Nail trimming, shaping, cuticle care, massage with ORGANIC LOTION including polish.\")),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"The Deluxe Manicure\"),/*#__PURE__*/React.createElement(\"p\",null,\"30 mins - \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$39\")),/*#__PURE__*/React.createElement(\"p\",{className:\"description\"},\"Treat yourself to a luxurious manicure session that includes nail trimming, shaping, cuticle care, an exfoliating mud mask, paraffin wax, complemented by hot towels and a 12-minute massage with ORGANIC LOTION. Finish off with your choice of polish.\")),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"The Believa Preminum Manicure\"),/*#__PURE__*/React.createElement(\"p\",null,\"70-80 mins - \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$52\")),/*#__PURE__*/React.createElement(\"p\",{className:\"description\"},\"Indulge in our Belleva Manicure with\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"CBD ENHANCEMENT\"),\". Begin by selecting either\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"LAB-TESTED CBD GUMMIES OR CBD DROPS\"),\" \",\"5 minutes before your service to maximize your relaxation. This luxurious manicure includes nail trimming, shaping, and cuticle care, followed by an exfoliating mud mask and soothing hot towel treatment. Enjoy an 18-minute massage using our ORGANIC LOTION, complemented by a paraffin wax treatment and neck heat therapy for ultimate pampering. All finished off with a regular polish.\"),/*#__PURE__*/React.createElement(\"div\",{className:\"description\"},/*#__PURE__*/React.createElement(\"strong\",null,\"SAFETY FIRST:\"),\" Please inform our technicians of any allergies or pregnancy. Not recommended for pregnant or breastfeeding women, and at least 18+ to use our\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"CBD PRODUCT\"),\".\"),/*#__PURE__*/React.createElement(\"div\",{className:\"description\"},/*#__PURE__*/React.createElement(\"strong\",null,\"QUALITY ASSURED:\"),\" All\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"CBD PRODUCTS\"),\" are lab-tested. Results available at\",\" \",/*#__PURE__*/React.createElement(\"a\",{href:\"https://bellevanail.com\",target:\"_blank\"},\"BELLEVANAIL.COM\"),\".\")),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Dipping\"),/*#__PURE__*/React.createElement(\"p\",null,\"Color Set: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$42\")),/*#__PURE__*/React.createElement(\"p\",null,\"French Tips: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$50\")),/*#__PURE__*/React.createElement(\"p\",null,\"French with Color Tips:\",\" \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$55\")),/*#__PURE__*/React.createElement(\"p\",null,\"Ombre: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$55\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Gel/Shellac\"),/*#__PURE__*/React.createElement(\"p\",null,\"Gel Manicure: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$42\")),/*#__PURE__*/React.createElement(\"p\",null,\"Signature Gel Manicure:\",\" \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$52\")),/*#__PURE__*/React.createElement(\"p\",null,\"Belleva Gel Manicure:\",\" \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$65\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Gel X\"),/*#__PURE__*/React.createElement(\"p\",null,\"Short Length: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$65\")),/*#__PURE__*/React.createElement(\"p\",null,\"Medium Length:\",\" \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$70\")),/*#__PURE__*/React.createElement(\"p\",null,\"Long Length: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$75\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Gel-X Fill\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$55\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Gel Builder\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$55\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Fill Gel Builder\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$45\")))),activeCategory===\"waxing\"&&/*#__PURE__*/React.createElement(motion.div,{id:\"belleva-waxing\",key:\"waxing\",className:\"belleva-service-category\",initial:categoryVariants.initial,animate:categoryVariants.animate,exit:categoryVariants.exit,transition:{duration:.3}},/*#__PURE__*/React.createElement(\"h2\",null,\"Waxing\"),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Lip\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$8\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Chin\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$10\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Eyebrow\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$12\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Side Burns\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$16\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Full Face\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$42 and up\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Stomach\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$25 and up\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Chest\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$36 and up\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Back\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$36 and up\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Under Arm\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$26 and up\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Half Arm\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$26 and up\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Full Arm\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$36 and up\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Half Legs\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$42 and up\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Full Legs\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$62 and up\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Bikini\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$42 and up\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Brazilian\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$62 and up\")))),activeCategory===\"acrylic\"&&/*#__PURE__*/React.createElement(motion.div,{id:\"belleva-acrylic\",key:\"acrylic\",className:\"belleva-service-category\",initial:categoryVariants.initial,animate:categoryVariants.animate,exit:categoryVariants.exit,transition:{duration:.3}},/*#__PURE__*/React.createElement(\"h2\",null,\"Acrylic\"),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Acrylic Pink and White\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$65\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Fill Pink and White\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$55\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Full Set Acrylic with Gel Polish\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$55\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Fill Acrylic with Gel Polish\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$50\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Full Set Acrylic with Regular Polish\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$45\"))),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"Fill Acrylic with Regular Polish\"),/*#__PURE__*/React.createElement(\"p\",null,/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$40\")))),activeCategory===\"alacarte\"&&/*#__PURE__*/React.createElement(motion.div,{id:\"belleva-alacarte\",key:\"alacarte\",className:\"belleva-service-category\",initial:categoryVariants.initial,animate:categoryVariants.animate,exit:categoryVariants.exit,transition:{duration:.3}},/*#__PURE__*/React.createElement(\"h2\",null,\"\\xc0 La Carte\"),/*#__PURE__*/React.createElement(\"div\",{className:\"belleva-service-item\"},/*#__PURE__*/React.createElement(\"h3\",null,\"\\xc0 La Carte\"),/*#__PURE__*/React.createElement(\"p\",null,\"Regular Polish on Hand/Toes:\",\" \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$14/$18\")),/*#__PURE__*/React.createElement(\"p\",null,\"Gel Polish on Hand w/o Service:\",\" \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$25\")),/*#__PURE__*/React.createElement(\"p\",null,\"Gel Polish on Toes w/o Service:\",\" \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$30\")),/*#__PURE__*/React.createElement(\"p\",null,\"Remove Gel/Dip w/o Service:\",\" \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$10\")),/*#__PURE__*/React.createElement(\"p\",null,\"Remove Gel/Dip w/ Service:\",\" \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$5\")),/*#__PURE__*/React.createElement(\"p\",null,\"Remove Acrylic w/o Service:\",\" \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$20\")),/*#__PURE__*/React.createElement(\"p\",null,\"Remove Acrylic w/ Service:\",\" \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$15\")),/*#__PURE__*/React.createElement(\"p\",null,\"Paraffin Wax Added On:\",\" \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$15\")),/*#__PURE__*/React.createElement(\"p\",null,\"Collagen Sock/Gloves:\",\" \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$8\")),/*#__PURE__*/React.createElement(\"p\",null,\"Tips: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$5\")),/*#__PURE__*/React.createElement(\"p\",null,\"Length: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$5+\")),/*#__PURE__*/React.createElement(\"p\",null,\"Shape: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$5+\")),/*#__PURE__*/React.createElement(\"p\",null,\"3 Color or More:\",\" \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$5+\")),/*#__PURE__*/React.createElement(\"p\",null,\"Add Cuticle Trim:\",\" \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$5\")),/*#__PURE__*/React.createElement(\"p\",null,\"Add Manicure: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$10\")),/*#__PURE__*/React.createElement(\"p\",null,\"Add Chrome: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$15\")),/*#__PURE__*/React.createElement(\"p\",null,\"Add Cat Eyes: \",/*#__PURE__*/React.createElement(\"span\",{className:\"price\"},\"$20\"))))),/*#__PURE__*/React.createElement(\"footer\",{className:\"belleva-footer\"},/*#__PURE__*/React.createElement(\"p\",{className:\"donation-note\"},\"FOR EVERY BELLEVA SPECIAL YOU SPEND, WE DONATE $1 TO UNITED WAY OF DENTON COUNTY. YOUR PURCHASE HELPS IMPROVE OUR LOCAL SOCIETY.\"),/*#__PURE__*/React.createElement(\"p\",{className:\"safety-note\"},\"SAFETY FIRST: PLEASE INFORM OUR TECHNICIANS OF ANY ALLERGIES OR PREGNANCY. NOT RECOMMENDED FOR PREGNANT OR BREASTFEEDING WOMEN, AND AT LEAST 18+ TO USE OUR\",\" \",/*#__PURE__*/React.createElement(\"strong\",null,\"CBD PRODUCT\"),\".\"),/*#__PURE__*/React.createElement(\"p\",{className:\"quality-note\"},\"QUALITY ASSURED: ALL \",/*#__PURE__*/React.createElement(\"strong\",null,\"CBD PRODUCTS\"),\" ARE LAB-TESTED. RESULTS AVAILABLE AT\",\" \",/*#__PURE__*/React.createElement(\"a\",{href:\"https://bellevanail.com\",target:\"_blank\"},\"BELLEVANAIL.COM\"),\".\")),/*#__PURE__*/React.createElement(\"style\",null,`\n          .belleva-container {\n            width: 100%;\n            max-width: 75rem;\n            margin: 0 auto;\n            padding: 1.25rem;\n            box-sizing: border-box;\n            min-height: 0; /* Allow container to shrink with content */\n            height: auto; /* Let height adjust to content */\n          }\n\n          .belleva-nav-menu {\n            text-align: center;\n            margin: 1.25rem 0;\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 0.625rem;\n            position: sticky;\n            top: 0;\n            z-index: 10;\n          }\n\n          .belleva-nav-menu a {\n            color: #d4a017;\n            text-decoration: none;\n            font-size: clamp(1rem, 2.5vw, 1.5rem);\n            padding: 0.75rem 1.25rem;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            display: inline-block;\n            white-space: nowrap;\n            background: transparent;\n          }\n\n          .belleva-nav-menu a:hover,\n          .belleva-nav-menu a.active {\n            color: #fff;\n            background-color: #d4a017;\n            border-radius: 0.3125rem;\n          }\n\n          .belleva-service-category {\n            margin: 2.5rem 0;\n            background-color: #f5f5f5;\n            padding: 1.875rem;\n            border-radius: 0.9375rem;\n            border: 0.1875rem solid #d4a017;\n            box-shadow: 0 0.3125rem 0.9375rem rgba(0,0,0,0.1);\n            width: 100%;\n            box-sizing: border-box;\n          }\n\n          .belleva-service-item {\n            margin: 1.25rem 0;\n            padding: 0.9375rem;\n            background-color: #fff;\n            border-radius: 0.5rem;\n            border-left: 0.3125rem solid #d4a017;\n            box-shadow: 0 0.125rem 0.625rem rgba(0,0,0,0.05);\n          }\n\n          .belleva-service-item h3 {\n            color: #2e3a44;\n            font-size: clamp(1.2rem, 3vw, 1.5rem);\n            margin-bottom: 0.625rem;\n          }\n\n          .belleva-service-item p {\n            margin: 0.3125rem 0;\n            font-size: clamp(0.9rem, 2vw, 1.1rem);\n          }\n\n          .belleva-service-item ul {\n            margin: 0.5rem 0;\n            padding-left: 1.5rem;\n          }\n\n          .belleva-service-item li {\n            font-size: clamp(0.9rem, 2vw, 1.1rem);\n            color: #666;\n          }\n\n          .price {\n            color: #d4a017;\n            font-weight: bold;\n            font-size: clamp(1rem, 2.2vw, 1.2rem);\n          }\n\n          .description {\n            color: #666;\n            font-size: clamp(0.875rem, 1.8vw, 1rem);\n          }\n\n          .belleva-footer {\n            text-align: center;\n            padding: 1.875rem 1.25rem;\n            color: #d4a017;\n            margin-top: 2.5rem;\n          }\n\n          .belleva-footer p {\n            font-size: clamp(0.875rem, 1.8vw, 1rem);\n            margin: 0.3125rem 0;\n            text-transform: uppercase;\n          }\n\n          .belleva-footer .donation-note {\n            font-weight: bold;\n          }\n\n          .belleva-footer a {\n            color: #d4a017;\n            text-decoration: none;\n            text-transform: uppercase;\n          }\n\n          .belleva-footer a:hover {\n            text-decoration: underline;\n          }\n\n          @media (max-width: 768px) {\n            .belleva-container {\n              padding: 0.625rem;\n            }\n\n            .belleva-nav-menu {\n              flex-direction: column;\n              align-items: center;\n            }\n\n            .belleva-service-category {\n              padding: 1.25rem;\n              margin: 1.25rem 0;\n            }\n\n            .belleva-service-item {\n              padding: 0.625rem;\n            }\n          }\n\n          @media (max-width: 480px) {\n            .belleva-service-item {\n              margin: 0.625rem 0;\n            }\n\n            .belleva-footer {\n              padding: 1.25rem 0.625rem;\n            }\n          }\n        `));}addPropertyControls(BellevaServices,{initialCategory:{type:ControlType.Enum,title:\"Initial Category\",options:[\"pedicures\",\"manicures\",\"lashes\",\"waxing\",\"acrylic\",\"alacarte\"],optionTitles:[\"Pedicures\",\"Manicures\",\"Lashes\",\"Waxing\",\"Acrylic\",\"\\xc0 La Carte\"],defaultValue:\"pedicures\",displaySegmentedControl:true},style:{type:ControlType.Object,title:\"Custom Style\",controls:{backgroundColor:{type:ControlType.Color,title:\"Background\"},padding:{type:ControlType.Number,title:\"Padding\",unit:\"rem\"}},optional:true}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"BellevaServices\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BellevaServices.map", "// Generated by Framer (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Button from\"#framer/local/canvasComponent/EYwQi5qjx/EYwQi5qjx.js\";import Footer from\"#framer/local/canvasComponent/qGBoCd4dl/qGBoCd4dl.js\";import Navigation from\"#framer/local/canvasComponent/yVjJIq8oT/yVjJIq8oT.js\";import BellevaServices from\"#framer/local/codeFile/UTf_POS/BellevaServices.js\";import*as sharedStyle1 from\"#framer/local/css/FFCA8nx6b/FFCA8nx6b.js\";import*as sharedStyle from\"#framer/local/css/PuAzVqXTG/PuAzVqXTG.js\";import*as sharedStyle3 from\"#framer/local/css/SDDJVomCv/SDDJVomCv.js\";import*as sharedStyle2 from\"#framer/local/css/UrBA4MPdk/UrBA4MPdk.js\";import metadataProvider from\"#framer/local/webPageMetadata/K5oIkSUOp/K5oIkSUOp.js\";const RichTextWithFX=withFX(RichText);const ButtonFonts=getFonts(Button);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const BellevaServicesFonts=getFonts(BellevaServices);const ContainerWithFX=withFX(Container);const ImageWithFX=withFX(Image);const FooterFonts=getFonts(Footer);const NavigationFonts=getFonts(Navigation);const breakpoints={kT203jJ6l:\"(min-width: 810px) and (max-width: 1434px)\",mIQuvRBmp:\"(min-width: 1435px)\",UOrvwsT2X:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-v9SVV\";const variantClassNames={kT203jJ6l:\"framer-v-wtr1kc\",mIQuvRBmp:\"framer-v-d3s7vv\",UOrvwsT2X:\"framer-v-1x3mmmq\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition1={delay:.2,duration:.7,ease:[.12,.23,.5,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const transition2={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition3={delay:.3,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={delay:.5,duration:.7,ease:[.12,.23,.5,1],type:\"tween\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"mIQuvRBmp\",Phone:\"UOrvwsT2X\",Tablet:\"kT203jJ6l\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"mIQuvRBmp\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"b1tNupQbB\");const ref1=React.useRef(null);const router=useRouter();const elementId1=useRouteElementId(\"u74QvztaV\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"x0BjCSTRL\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"sXQSO9KN3\");const ref4=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"mIQuvRBmp\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-d3s7vv\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1cr6es4\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.59,fit:\"tile\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),pixelHeight:2e3,pixelWidth:2e3,positionX:\"left\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg\",srcSet:\"https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg 2000w\"},className:\"framer-112b99z\",\"data-framer-name\":\"Hero\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zgigay\",\"data-framer-name\":\"Inner\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y7ktru\",\"data-framer-name\":\"Left Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UOrvwsT2X:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-ekm59b\",\"data-styles-preset\":\"PuAzVqXTG\",style:{\"--framer-text-alignment\":\"left\"},children:\"services\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-ekm59b\",\"data-styles-preset\":\"PuAzVqXTG\",children:\"services\"})}),className:\"framer-32s22i\",\"data-framer-name\":\"Massages\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-6b1hs0\",\"data-styles-preset\":\"FFCA8nx6b\",children:\"The best day of your week starts here.\"})}),className:\"framer-2f9bsi\",fonts:[\"Inter\"],style:{transformPerspective:1200},tabIndex:1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wnwzst\",\"data-styles-preset\":\"UrBA4MPdk\",style:{\"--framer-text-color\":\"var(--token-d9679e9b-cb91-49c4-814c-8fe54ef616d8, rgb(30, 30, 30))\"},children:\"Experience the Art of Nail Perfection\"})}),className:\"framer-lfo1z4\",\"data-framer-name\":\"Our commitment to you is that we will use our skills and experience to help you connect with your incredible self, discover the true you, and be more confident and healthy.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"tnN8tMC7Z\"},implicitPathVariables:undefined},{href:{webPageId:\"tnN8tMC7Z\"},implicitPathVariables:undefined},{href:{webPageId:\"tnN8tMC7Z\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kT203jJ6l:{y:(componentViewport?.y||0)+0+0+0+0+250+0+36+296.7},UOrvwsT2X:{y:(componentViewport?.y||0)+0+0+0+0+200+0+338+16+332.7}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+0+0+0+250+0+100+296.7,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uysexo-container\",nodeId:\"E8OHXXR4Y\",scopeId:\"K5oIkSUOp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kT203jJ6l:{F7IT6lZXC:resolvedLinks[1]},UOrvwsT2X:{F7IT6lZXC:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Button,{F7IT6lZXC:resolvedLinks[0],height:\"100%\",id:\"E8OHXXR4Y\",layoutId:\"E8OHXXR4Y\",Np8vfNjGe:\"Book Now\",variant:\"nPj_asznw\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g330t2\",\"data-framer-name\":\"Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kT203jJ6l:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+250+0+0),pixelHeight:4480,pixelWidth:6720,sizes:\"303px\",src:\"https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg 6720w\"}},UOrvwsT2X:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+200+0+0+0),pixelHeight:4480,pixelWidth:6720,sizes:\"262px\",src:\"https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg 6720w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+250+0+0),pixelHeight:4480,pixelWidth:6720,sizes:\"431px\",src:\"https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/8hmeooyuqYMT4f4l825ZlkOIqY.jpg 6720w\"},className:\"framer-1dnq7w1\",\"data-framer-appear-id\":\"1dnq7w1\",\"data-framer-name\":\"Image\",initial:animation3,optimized:true,style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-r8gc5j\",\"data-framer-appear-id\":\"r8gc5j\",\"data-framer-name\":\"Ellipse 3\",initial:animation3,optimized:true,style:{transformPerspective:1200}})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kT203jJ6l:{background:{alt:\"\",backgroundSize:.59,fit:\"tile\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+738.7),pixelHeight:2e3,pixelWidth:2e3,positionX:\"left\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg\",srcSet:\"https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg 2000w\"}},UOrvwsT2X:{background:{alt:\"\",backgroundSize:.59,fit:\"tile\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+990.7),pixelHeight:2e3,pixelWidth:2e3,positionX:\"left\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg\",srcSet:\"https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.59,fit:\"tile\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+910),pixelHeight:2e3,pixelWidth:2e3,positionX:\"left\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg\",srcSet:\"https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg 2000w\"},className:\"framer-rv5pk0\",\"data-framer-name\":\"Massages\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y6gf7x\",\"data-framer-name\":\"Inner\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-t73g80\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x2u4zr-container\",id:elementId2,isAuthoredByUser:true,nodeId:\"x0BjCSTRL\",ref:ref3,scopeId:\"K5oIkSUOp\",children:/*#__PURE__*/_jsx(BellevaServices,{height:\"100%\",id:\"x0BjCSTRL\",initialCategory:\"pedicures\",layoutId:\"x0BjCSTRL\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kT203jJ6l:{background:{alt:\"\",backgroundSize:.59,fit:\"tile\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+970.7),pixelHeight:2e3,pixelWidth:2e3,positionX:\"left\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg\",srcSet:\"https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg 2000w\"}},UOrvwsT2X:{background:{alt:\"\",backgroundSize:.59,fit:\"tile\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1296.7),pixelHeight:2e3,pixelWidth:2e3,positionX:\"left\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg\",srcSet:\"https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:.59,fit:\"tile\",intrinsicHeight:2e3,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1198),pixelHeight:2e3,pixelWidth:2e3,positionX:\"left\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg\",srcSet:\"https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/rDlafoPOpeXOdLaPhpxdaKOmJEM.jpg 2000w\"},className:\"framer-1pimpjd\",\"data-framer-name\":\"CTA\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yiwia9\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rnjtq4\",\"data-framer-name\":\"Inner\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kT203jJ6l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mn6l93\",\"data-styles-preset\":\"SDDJVomCv\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-5c639b87-2945-4482-9cfa-8d578b920b91, rgb(54, 65, 67))\"},children:\"Good health is a commitment to yourself.\"})})},UOrvwsT2X:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mn6l93\",\"data-styles-preset\":\"SDDJVomCv\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-5c639b87-2945-4482-9cfa-8d578b920b91, rgb(54, 65, 67))\"},children:\"Good health is a commitment to yourself.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mn6l93\",\"data-styles-preset\":\"SDDJVomCv\",style:{\"--framer-text-color\":\"var(--token-5c639b87-2945-4482-9cfa-8d578b920b91, rgb(54, 65, 67))\"},children:\"Good health is a commitment to yourself.\"})}),className:\"framer-1ar4rmk\",\"data-framer-name\":\"Good Health is about connection.\",fonts:[\"Inter\"],style:{transformPerspective:1200},tabIndex:5,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wnwzst\",\"data-styles-preset\":\"UrBA4MPdk\",style:{\"--framer-text-color\":\"var(--token-d9679e9b-cb91-49c4-814c-8fe54ef616d8, rgb(30, 30, 30))\"},children:\"Our commitment to you is that we will use our skills and experience to help you connect with your incredible self, discover the true you, and be more confident and healthy.\"})}),className:\"framer-17ic1f2\",\"data-framer-name\":\"Our commitment to you is that we will use our skills and experience to help you connect with your incredible self, discover the true you, and be more confident and healthy.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d3jm3u\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"tnN8tMC7Z\"},implicitPathVariables:undefined},{href:{webPageId:\"tnN8tMC7Z\"},implicitPathVariables:undefined},{href:{webPageId:\"tnN8tMC7Z\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kT203jJ6l:{y:(componentViewport?.y||0)+0+0+0+970.7+0+151.36+36+230.28+0+0},UOrvwsT2X:{y:(componentViewport?.y||0)+0+0+0+1296.7+32+24+497+0+230.28+0+37.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+0+0+1198+0+169.36+0+230.28+37.5,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1m0tps2-container\",nodeId:\"YgRbHYkUz\",rendersWithMotion:true,scopeId:\"K5oIkSUOp\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kT203jJ6l:{F7IT6lZXC:resolvedLinks1[1]},UOrvwsT2X:{F7IT6lZXC:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(Button,{F7IT6lZXC:resolvedLinks1[0],height:\"100%\",id:\"YgRbHYkUz\",layoutId:\"YgRbHYkUz\",Np8vfNjGe:\"Book Services\",variant:\"nPj_asznw\",width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11xfauw\",\"data-framer-name\":\"Background Images\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kT203jJ6l:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+970.7+0+24+668-469),pixelHeight:744,pixelWidth:2272,positionX:\"center\",positionY:\"center\",sizes:\"306px\",src:\"https://framerusercontent.com/images/UZE7jIvcIrIeFMfHDJrlkSdX11E.png\",srcSet:\"https://framerusercontent.com/images/UZE7jIvcIrIeFMfHDJrlkSdX11E.png?scale-down-to=512 512w,https://framerusercontent.com/images/UZE7jIvcIrIeFMfHDJrlkSdX11E.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UZE7jIvcIrIeFMfHDJrlkSdX11E.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/UZE7jIvcIrIeFMfHDJrlkSdX11E.png 2272w\"}},UOrvwsT2X:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1296.7+32+24+0+108.1778),pixelHeight:744,pixelWidth:2272,positionX:\"center\",positionY:\"center\",sizes:\"205px\",src:\"https://framerusercontent.com/images/UZE7jIvcIrIeFMfHDJrlkSdX11E.png\",srcSet:\"https://framerusercontent.com/images/UZE7jIvcIrIeFMfHDJrlkSdX11E.png?scale-down-to=512 512w,https://framerusercontent.com/images/UZE7jIvcIrIeFMfHDJrlkSdX11E.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UZE7jIvcIrIeFMfHDJrlkSdX11E.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/UZE7jIvcIrIeFMfHDJrlkSdX11E.png 2272w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:true,__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation5,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:105,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:.52,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1198+0+24+179),pixelHeight:744,pixelWidth:2272,positionX:\"center\",positionY:\"center\",sizes:\"306px\",src:\"https://framerusercontent.com/images/UZE7jIvcIrIeFMfHDJrlkSdX11E.png\",srcSet:\"https://framerusercontent.com/images/UZE7jIvcIrIeFMfHDJrlkSdX11E.png?scale-down-to=512 512w,https://framerusercontent.com/images/UZE7jIvcIrIeFMfHDJrlkSdX11E.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UZE7jIvcIrIeFMfHDJrlkSdX11E.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/UZE7jIvcIrIeFMfHDJrlkSdX11E.png 2272w\"},className:\"framer-onkmyb\",\"data-framer-name\":\"Gradient\",style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kT203jJ6l:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2238,intrinsicWidth:1492,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+970.7+0+24+43),pixelHeight:2048,pixelWidth:1536,sizes:\"323px\",src:\"https://framerusercontent.com/images/MqxKNGvKrf0lvO6SWMS5DGH4nI.jpg\",srcSet:\"https://framerusercontent.com/images/MqxKNGvKrf0lvO6SWMS5DGH4nI.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/MqxKNGvKrf0lvO6SWMS5DGH4nI.jpg 1536w\"}},UOrvwsT2X:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2238,intrinsicWidth:1492,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1296.7+32+24+0+473-453),pixelHeight:2048,pixelWidth:1536,sizes:\"344px\",src:\"https://framerusercontent.com/images/MqxKNGvKrf0lvO6SWMS5DGH4nI.jpg\",srcSet:\"https://framerusercontent.com/images/MqxKNGvKrf0lvO6SWMS5DGH4nI.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/MqxKNGvKrf0lvO6SWMS5DGH4nI.jpg 1536w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2238,intrinsicWidth:1492,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1198+0+24+30),pixelHeight:2048,pixelWidth:1536,sizes:\"391px\",src:\"https://framerusercontent.com/images/MqxKNGvKrf0lvO6SWMS5DGH4nI.jpg\",srcSet:\"https://framerusercontent.com/images/MqxKNGvKrf0lvO6SWMS5DGH4nI.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/MqxKNGvKrf0lvO6SWMS5DGH4nI.jpg 1536w\"},className:\"framer-91sgj0\",style:{transformPerspective:1200}})})]})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kT203jJ6l:{y:(componentViewport?.y||0)+0+0+0+1826.7},UOrvwsT2X:{y:(componentViewport?.y||0)+0+0+0+2290.98}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:461,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+2054,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z8b0a3-container\",nodeId:\"O2xULn8Mq\",scopeId:\"K5oIkSUOp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kT203jJ6l:{variant:\"TjxVNaGyZ\"},UOrvwsT2X:{variant:\"eSlo_NN5T\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"O2xULn8Mq\",layoutId:\"O2xULn8Mq\",style:{width:\"100%\"},variant:\"p1HoRwIHe\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:138,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qn5d0g-container\",layoutScroll:true,nodeId:\"URPUwx1IQ\",scopeId:\"K5oIkSUOp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kT203jJ6l:{variant:\"eCqSCSONc\"},UOrvwsT2X:{variant:\"eCqSCSONc\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"URPUwx1IQ\",layoutId:\"URPUwx1IQ\",style:{width:\"100%\"},variant:\"PnWDtuh0M\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-v9SVV.framer-4x3jdy, .framer-v9SVV .framer-4x3jdy { display: block; }\",\".framer-v9SVV.framer-d3s7vv { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1435px; }\",\".framer-v9SVV .framer-1cr6es4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-v9SVV .framer-112b99z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 250px 64px 64px 64px; position: relative; width: 100%; z-index: 2; }\",\".framer-v9SVV .framer-zgigay { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-v9SVV .framer-y7ktru { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.75 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 0px 125px 0px; position: relative; width: 1px; z-index: 3; }\",\".framer-v9SVV .framer-32s22i { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-v9SVV .framer-2f9bsi { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-v9SVV .framer-lfo1z4, .framer-v9SVV .framer-1ar4rmk, .framer-v9SVV .framer-17ic1f2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-v9SVV .framer-1uysexo-container { flex: none; height: auto; position: relative; width: auto; z-index: 9; }\",\".framer-v9SVV .framer-g330t2 { flex: none; height: 596px; overflow: hidden; position: relative; width: 513px; }\",\".framer-v9SVV .framer-1dnq7w1 { border-bottom-left-radius: 300px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 200px; flex: none; gap: 0px; height: 552px; left: 0px; mix-blend-mode: multiply; overflow: hidden; position: absolute; top: 0px; width: 431px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-v9SVV .framer-r8gc5j { aspect-ratio: 1.0061728395061729 / 1; background: linear-gradient(180deg, var(--token-9710f916-b5d4-4610-9800-146588114951, #faecec) 0%, var(--token-9710f916-b5d4-4610-9800-146588114951, rgb(250, 236, 236)) 100%); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 200px); left: 305px; mix-blend-mode: multiply; position: absolute; top: 24px; width: 201px; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-v9SVV .framer-rv5pk0 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: visible; padding: 44px 0px 44px 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-v9SVV .framer-1y6gf7x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 4; }\",\".framer-v9SVV .framer-t73g80 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-v9SVV .framer-1x2u4zr-container, .framer-v9SVV .framer-z8b0a3-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-v9SVV .framer-1pimpjd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-v9SVV .framer-1yiwia9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1435px; overflow: hidden; padding: 24px 0px 164px 0px; position: relative; width: 1px; }\",\".framer-v9SVV .framer-rnjtq4 { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.6 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 16px 0px; position: relative; width: 1px; z-index: 3; }\",\".framer-v9SVV .framer-1d3jm3u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 131px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-v9SVV .framer-1m0tps2-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-v9SVV .framer-11xfauw { flex: none; height: 668px; mix-blend-mode: multiply; overflow: visible; position: relative; width: 502px; z-index: 1; }\",\".framer-v9SVV .framer-onkmyb { border-top-left-radius: 100px; flex: none; height: 340px; left: 28px; mix-blend-mode: color-burn; opacity: 0.52; position: absolute; top: calc(52.24550898203595% - 340px / 2); width: 306px; }\",\".framer-v9SVV .framer-91sgj0 { border-bottom-left-radius: 300px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; flex: none; height: 581px; left: 110px; overflow: auto; position: absolute; top: 30px; width: 391px; }\",\".framer-v9SVV .framer-1qn5d0g-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 10; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,\"@media (min-width: 810px) and (max-width: 1434px) { .framer-v9SVV.framer-d3s7vv { width: 810px; } .framer-v9SVV .framer-112b99z { padding: 250px 32px 64px 32px; } .framer-v9SVV .framer-y7ktru { padding: 36px 8px 36px 8px; } .framer-v9SVV .framer-g330t2 { align-content: center; align-items: center; display: flex; flex: 0.7 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 370px; justify-content: center; padding: 0px; width: 1px; } .framer-v9SVV .framer-1dnq7w1 { height: 358px; left: 0px; order: 0; width: 303px; z-index: 1; } .framer-v9SVV .framer-r8gc5j { height: var(--framer-aspect-ratio-supported, 178px); left: 158px; order: 1; top: 0px; width: 179px; } .framer-v9SVV .framer-rv5pk0 { align-content: center; align-items: center; gap: 16px; justify-content: center; padding: 0px 16px 32px 16px; } .framer-v9SVV .framer-1yiwia9 { gap: 24px; } .framer-v9SVV .framer-rnjtq4 { flex: 1 0 0px; padding: 36px 24px 16px 64px; } .framer-v9SVV .framer-1d3jm3u { align-content: flex-start; align-items: flex-start; flex-direction: column; justify-content: flex-start; } .framer-v9SVV .framer-11xfauw { width: 398px; } .framer-v9SVV .framer-onkmyb { bottom: 129px; left: 2px; top: unset; } .framer-v9SVV .framer-91sgj0 { left: 75px; top: 43px; width: 323px; }}\",\"@media (max-width: 809px) { .framer-v9SVV.framer-d3s7vv { width: 390px; } .framer-v9SVV .framer-112b99z { padding: 200px 16px 32px 16px; } .framer-v9SVV .framer-zgigay, .framer-v9SVV .framer-1y6gf7x { flex-direction: column; } .framer-v9SVV .framer-y7ktru { flex: none; gap: 36px; order: 1; padding: 16px; width: 100%; } .framer-v9SVV .framer-32s22i { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-v9SVV .framer-g330t2 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 306px; justify-content: center; order: 0; padding: 0px; width: 100%; } .framer-v9SVV .framer-1dnq7w1 { height: 298px; left: 0px; width: 262px; z-index: 1; } .framer-v9SVV .framer-r8gc5j { left: 148px; top: 0px; } .framer-v9SVV .framer-rv5pk0 { gap: 16px; padding: 38px 24px 44px 24px; } .framer-v9SVV .framer-t73g80 { flex: none; padding: 24px 0px 0px 0px; width: 100%; } .framer-v9SVV .framer-1pimpjd { padding: 32px 0px 64px 0px; } .framer-v9SVV .framer-1yiwia9 { flex-direction: column; gap: 24px; padding: 24px 0px 0px 0px; } .framer-v9SVV .framer-rnjtq4 { flex: none; order: 1; padding: 0px 24px 16px 24px; width: 100%; } .framer-v9SVV .framer-1d3jm3u { align-content: flex-start; align-items: flex-start; flex-direction: column; width: 100%; } .framer-v9SVV .framer-11xfauw { height: 473px; order: 0; width: 100%; } .framer-v9SVV .framer-onkmyb { height: 251px; left: 10px; top: calc(49.40334128878284% - 251px / 2); width: 205px; } .framer-v9SVV .framer-91sgj0 { bottom: 5px; height: 448px; left: calc(54.10256410256412% - 344px / 2); top: unset; width: 344px; z-index: 1; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2635\n * @framerIntrinsicWidth 1435\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"kT203jJ6l\":{\"layout\":[\"fixed\",\"auto\"]},\"UOrvwsT2X\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"b1tNupQbB\":{\"pattern\":\":b1tNupQbB\",\"name\":\"hero\"},\"u74QvztaV\":{\"pattern\":\":u74QvztaV\",\"name\":\"services\"},\"x0BjCSTRL\":{\"pattern\":\":x0BjCSTRL\",\"name\":\"service\"},\"sXQSO9KN3\":{\"pattern\":\":sXQSO9KN3\",\"name\":\"cta\"}}\n * @framerResponsiveScreen\n */const FramerK5oIkSUOp=withCSS(Component,css,\"framer-v9SVV\");export default FramerK5oIkSUOp;FramerK5oIkSUOp.displayName=\"About\";FramerK5oIkSUOp.defaultProps={height:2635,width:1435};addFonts(FramerK5oIkSUOp,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ButtonFonts,...BellevaServicesFonts,...FooterFonts,...NavigationFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerK5oIkSUOp\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"{\\\"b1tNupQbB\\\":{\\\"pattern\\\":\\\":b1tNupQbB\\\",\\\"name\\\":\\\"hero\\\"},\\\"u74QvztaV\\\":{\\\"pattern\\\":\\\":u74QvztaV\\\",\\\"name\\\":\\\"services\\\"},\\\"x0BjCSTRL\\\":{\\\"pattern\\\":\\\":x0BjCSTRL\\\",\\\"name\\\":\\\"service\\\"},\\\"sXQSO9KN3\\\":{\\\"pattern\\\":\\\":sXQSO9KN3\\\",\\\"name\\\":\\\"cta\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kT203jJ6l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UOrvwsT2X\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1435\",\"framerIntrinsicHeight\":\"2635\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["BellevaServices", "props", "defaultProps", "style", "initialCategory", "activeCategory", "setActiveCategory", "ye", "handleCategoryChange", "te", "category", "element", "ue", "hash", "window", "RenderTarget", "B", "categoryVariants", "e", "AnimatePresence", "motion", "addPropertyControls", "ControlType", "RichTextWithFX", "withFX", "RichText2", "ButtonFonts", "getFonts", "EYwQi5qjx_default", "ImageWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Image2", "MotionDivWithOptimizedAppearEffect", "motion", "BellevaServicesFonts", "BellevaServices", "ContainerWithFX", "Container", "ImageWithFX", "FooterFonts", "qGBoCd4dl_default", "NavigationFonts", "yVjJIq8oT_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "transition4", "animation5", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "router", "useRouter", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "Image2", "getLoadingLazyAtYPosition", "PropertyOverrides2", "x", "RichTextWithFX", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "Container", "EYwQi5qjx_default", "ImageWithOptimizedAppearEffect", "MotionDivWithOptimizedAppearEffect", "BellevaServices", "resolvedLinks1", "ContainerWithFX", "ImageWithFX", "qGBoCd4dl_default", "yVjJIq8oT_default", "css", "FramerK5oIkSUOp", "withCSS", "K5oIkSUOp_default", "addFonts", "ButtonFonts", "BellevaServicesFonts", "FooterFonts", "NavigationFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
