{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js", "ssg:https://framerusercontent.com/modules/4zADFrVbC8jZL9qkk9zo/aXwEOdMj3ZQrZUtV75Xh/jZ5AcR7VD.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));var ThumbnailFormat;(function(ThumbnailFormat){ThumbnailFormat[\"WebP\"]=\"webp\";ThumbnailFormat[\"JPG\"]=\"jpg\";})(ThumbnailFormat||(ThumbnailFormat={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */ export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==PlayOptions.Normal;const showThumbnail=onCanvas||thumbnail!==ThumbnailOptions.Off&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/ _jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/ _jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://stackoverflow.com/questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api\nconst thumbnailURL=getThumbnailURL(videoId,thumbnail,getWebPSupported()?ThumbnailFormat.WebP:ThumbnailFormat.JPG);// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(isAutoplay||showThumbnail){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===PlayOptions.Loop){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}return /*#__PURE__*/ _jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},children:[isPreloading&&/*#__PURE__*/ _jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/ _jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/ _jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${thumbnailURL}) no-repeat`:undefined}}),showVideo?/*#__PURE__*/ _jsx(\"iframe\",{style:videoStyle,src:embedURL.href,frameBorder:\"0\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",onClick:onClick,onMouseEnter:onMouseEnter,onMouseLeave:onMouseLeave,onMouseDown:onMouseDown,onMouseUp:onMouseUp}):/*#__PURE__*/ _jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===PlayOptions.Normal;}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==PlayOptions.Normal;}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:PlayOptions.Normal,shouldMute:true,thumbnail:ThumbnailOptions.Medium,isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL1=getEmbedURL(videoId);return[videoId,embedURL1];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId1=pathSegments[1];return[videoId1,url];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId2=url.pathname.slice(1);const embedURL2=getEmbedURL(videoId2);return[videoId2,embedURL2];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res,format=ThumbnailFormat.JPG){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst pre=ThumbnailFormat.WebP?\"https://i.ytimg.com/vi_webp/\":\"https://i.ytimg.com/vi/\";const ext=ThumbnailFormat.WebP?\"webp\":\"jpg\";switch(res){case ThumbnailOptions.Low:return`${pre}${videoId}/hqdefault.${ext}`;case ThumbnailOptions.Medium:return`${pre}${videoId}/sddefault.${ext}`;case ThumbnailOptions.High:return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}let _getWebPSupported;// https://stackoverflow.com/a/27232658\nfunction getWebPSupported(){// We're going to default to webp because it's pretty widely supported by now\nif(!window){return true;}if(_getWebPSupported!==undefined){return _getWebPSupported;}const element=document.createElement(\"canvas\");if(!!(element.getContext&&element.getContext(\"2d\"))){// was able or not to get WebP representation\nreturn element.toDataURL(\"image/webp\").indexOf(\"data:image/webp\")==0;}else{// very old browser like IE 8, canvas not supported\nreturn false;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/ _jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/ _jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/ _jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/ _jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/ _jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/ _jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/ _jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"315\",\"framerIntrinsicWidth\":\"560\",\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "import{jsx as e,jsxs as t}from\"react/jsx-runtime\";import{addPropertyControls as r,ComponentPresetsConsumer as i,ControlType as n}from\"framer\";import{motion as a}from\"framer-motion\";import*as o from\"react\";import{Youtube as s}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js\";let c=\"NeyDYEwjI\",l=\"jY2ZeNTb2\",h=\"Y7aRN7hv6\",d=\"n_mx0_deb\",u=\"U1dvRfjRu\",p=\"UWKszigJ_\",m=\"B1BRvx8gL\",g=\"rnIncXXgW\",f=(e,t)=>{if(e&&\"object\"==typeof e)return{...e,alt:t};},y=[{index:0,id:\"t8Fn5glun\",[c]:\"2024-04-21T00:00:00.000Z\",[l]:!1,[h]:\"Luxury In Silence: The Lucid Air.\",[d]:\"Showcasing its whisper-quiet performance, cutting-edge technology, opulent interior, and eco-conscious design.\",[u]:f({src:\"https://framerusercontent.com/images/RCBeYyLsTfCfb2eCMKLuL1IbQY.webp\",srcSet:\"https://framerusercontent.com/images/RCBeYyLsTfCfb2eCMKLuL1IbQY.webp?scale-down-to=512 512w,https://framerusercontent.com/images/RCBeYyLsTfCfb2eCMKLuL1IbQY.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/RCBeYyLsTfCfb2eCMKLuL1IbQY.webp 1920w\"},\"Lucid Air\"),[p]:\"Hv52M41Sh\",[m]:/*#__PURE__*/t(o.Fragment,{children:[/*#__PURE__*/e(\"h2\",{children:\"Luxury in Silence: Reviewing the Latest Electric Luxury Car.\"}),/*#__PURE__*/e(\"p\",{children:\"Join us as we embark on a journey into the future of luxury automobiles with a comprehensive review of the latest electric luxury car. With a focus on sustainability, innovation, and unparalleled comfort, this cutting-edge vehicle redefines the traditional notions of luxury and performance. From its whisper-quiet electric powertrain to its state-of-the-art technology and sumptuous interior, discover why this electric luxury car is poised to revolutionize the automotive industry.\"}),/*#__PURE__*/e(\"h3\",{children:\"Eco-Friendly Performance.\"}),/*#__PURE__*/e(\"p\",{children:\"The heart of this electric luxury car is its advanced electric powertrain, which delivers seamless acceleration and whisper-quiet operation. With instant torque and smooth power delivery, the electric motor propels the car from 0 to 60 mph in mere seconds, providing an exhilarating driving experience without the noise and emissions of traditional combustion engines. Experience the thrill of electric performance as you glide effortlessly down the road in near-silence, with nothing but the sound of the wind and the hum of the electric motor to accompany you.\"}),/*#__PURE__*/e(\"h3\",{children:\"Cutting-Edge Technology.\"}),/*#__PURE__*/e(\"p\",{children:\"Step inside the cabin of this electric luxury car and you'll find yourself immersed in a world of cutting-edge technology and innovation. From the intuitive infotainment system to the advanced driver assistance features, every aspect of the car's technology is designed to enhance your driving experience. Stay connected and informed with seamless smartphone integration and voice-activated controls, while enjoying the convenience of features such as adaptive cruise control and lane-keeping assist. With its state-of-the-art technology suite, this electric luxury car sets a new standard for automotive innovation and connectivity.\"}),/*#__PURE__*/e(\"h3\",{children:\"Opulent Interior Design.\"}),/*#__PURE__*/e(\"p\",{children:\"Luxury knows no bounds in the interior of this electric luxury car, where sumptuous materials and exquisite craftsmanship abound. Sink into plush leather seats with massage and heating functions, surrounded by premium wood, metal, and carbon fiber accents that exude elegance and sophistication. Ambient lighting sets the mood for a relaxing journey, while panoramic glass roofs provide breathtaking views of the surrounding landscape. Whether you're chauffeured in the back seat or taking the wheel yourself, the interior of this electric luxury car offers a sanctuary of comfort and refinement.\"}),/*#__PURE__*/e(\"h3\",{children:\"Sustainable Luxury.\"}),/*#__PURE__*/e(\"p\",{children:\"Beyond its performance and technology, what truly sets this electric luxury car apart is its commitment to sustainability and eco-consciousness. Powered by clean, renewable energy sources, the car produces zero emissions during operation, helping to reduce carbon footprints and combat climate change. With regenerative braking technology and energy-efficient design features, every aspect of the car's engineering is optimized for efficiency and environmental friendliness. Experience luxury without compromise as you enjoy guilt-free driving in this eco-friendly electric car.\"}),/*#__PURE__*/e(a.div,{className:\"framer-text-module\",style:{\"--aspect-ratio\":\"560 / 315\",aspectRatio:\"var(--aspect-ratio)\",height:\"auto\",width:\"100%\"},children:/*#__PURE__*/e(i,{componentIdentifier:\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\",children:t=>/*#__PURE__*/e(s,{...t,play:\"On\",shouldMute:!0,thumbnail:\"Medium Quality\",url:\"https://www.youtube.com/watch?v=mrQ87xOnrus\"})})}),/*#__PURE__*/e(\"h3\",{children:\"Conclusion.\"}),/*#__PURE__*/e(\"p\",{children:\"In conclusion, the latest electric luxury car represents the pinnacle of automotive innovation and sustainability, offering an unparalleled combination of performance, technology, and luxury. With its whisper-quiet electric powertrain, cutting-edge technology suite, opulent interior design, and commitment to sustainability, this electric luxury car sets a new standard for automotive excellence. Experience the future of luxury driving today with this groundbreaking vehicle.\"})]}),[g]:\"luxury-in-silence-the-lucid-air\"},{index:1,id:\"wJIp2e84X\",[c]:\"2024-04-19T00:00:00.000Z\",[l]:!0,[h]:\"The Astonishing Performance of the Ferrari F8 Tributo.\",[d]:\"Explore the Ferrari F8 Tributo's astonishing performance, precision handling, and iconic design in this expert review.\",[u]:f({src:\"https://framerusercontent.com/images/uTXYQXEmTKvsFfx8GBrgCST7RQ.jpg\",srcSet:\"https://framerusercontent.com/images/uTXYQXEmTKvsFfx8GBrgCST7RQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uTXYQXEmTKvsFfx8GBrgCST7RQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uTXYQXEmTKvsFfx8GBrgCST7RQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/uTXYQXEmTKvsFfx8GBrgCST7RQ.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/uTXYQXEmTKvsFfx8GBrgCST7RQ.jpg 6180w\"},\"ferrari f8 tributo\"),[p]:\"wgdkUvvaV\",[m]:/*#__PURE__*/t(o.Fragment,{children:[/*#__PURE__*/e(\"h2\",{children:\"Unveiling the Remarkable Performance of the Ferrari F8 Tributo\"}),/*#__PURE__*/e(\"p\",{children:\"Join us as we delve into the exhilarating world of high-performance automobiles with an expert review of the Ferrari F8 Tributo. Known for its breathtaking speed, precision handling, and iconic design, the F8 Tributo represents the pinnacle of automotive engineering and craftsmanship. Discover what sets this extraordinary supercar apart from the rest as we explore its performance, technology, and driving experience in detail.\"}),/*#__PURE__*/e(\"h3\",{children:\"Unparalleled Power and Speed\"}),/*#__PURE__*/e(\"p\",{children:\"At the heart of the Ferrari F8 Tributo lies a potent twin-turbocharged V8 engine that delivers breathtaking power and performance. With an output of [insert horsepower] horsepower and [insert torque] lb-ft of torque, the F8 Tributo accelerates from 0 to 60 mph in just [insert acceleration time] seconds, making it one of the fastest production cars on the road today. Experience the thrill of blistering acceleration and jaw-dropping speed as you unleash the full potential of this Italian masterpiece on the open road.\"}),/*#__PURE__*/e(\"h3\",{children:\"Precision Handling and Dynamics\"}),/*#__PURE__*/e(\"p\",{children:\"The Ferrari F8 Tributo is not just about straight-line speed \u2013 it's also a master of cornering agility and precision handling. With advanced aerodynamics, electronic stability control, and adaptive suspension systems, the F8 Tributo effortlessly glides through corners with unparalleled poise and confidence. Whether you're navigating twisty mountain roads or tearing up the racetrack, the F8 Tributo delivers razor-sharp responsiveness and exceptional grip, allowing you to push the limits of performance with ease.\"}),/*#__PURE__*/e(\"h3\",{children:\"Iconic Design and Aerodynamics\"}),/*#__PURE__*/e(\"p\",{children:\"Inspired by Ferrari's rich racing heritage and iconic design language, the F8 Tributo features a sculpted exterior that exudes elegance, aggression, and aerodynamic efficiency. From its sleek silhouette to its aggressive air intakes and aerodynamic appendages, every aspect of the F8 Tributo's design is optimized for maximum performance and visual impact. Experience the allure of Italian design and craftsmanship as you admire the F8 Tributo's stunning exterior from every angle.\"}),/*#__PURE__*/e(\"h3\",{children:\"Cutting-Edge Technology and Innovation\"}),/*#__PURE__*/e(\"p\",{children:\"Behind the wheel of the Ferrari F8 Tributo, you'll find a cockpit that seamlessly blends luxury, comfort, and cutting-edge technology. From the customizable digital instrument cluster to the intuitive infotainment system, every aspect of the F8 Tributo's interior is designed to enhance the driving experience. With advanced driver assistance systems, customizable driving modes, and state-of-the-art connectivity features, the F8 Tributo offers a level of technological sophistication that sets it apart from the competition.\"}),/*#__PURE__*/e(\"h3\",{children:\"Unrivaled Driving Experience\"}),/*#__PURE__*/e(\"p\",{children:\"In summary, the Ferrari F8 Tributo is more than just a car \u2013 it's an automotive masterpiece that offers an unrivaled driving experience. From its blistering speed and precision handling to its iconic design and cutting-edge technology, the F8 Tributo represents the pinnacle of Ferrari's engineering prowess and performance pedigree. Whether you're a seasoned enthusiast or a first-time driver, the F8 Tributo is sure to leave a lasting impression with its astonishing performance and undeniable charisma.\"})]}),[g]:\"the-astonishing-performance-of-the-ferrari-f8-tributo\"},{index:2,id:\"CV6ntDMul\",[c]:\"2024-04-17T00:00:00.000Z\",[l]:!1,[h]:\"Investing in Rare and Iconic Luxury Cars.\",[d]:\"Gain insights into the collector car market and discover valuable tips for investing in rare and iconic luxury automobiles.\",[u]:f({src:\"https://framerusercontent.com/images/O141U9FG0km01Fe7NgtAeEz7aZ4.jpg\",srcSet:\"https://framerusercontent.com/images/O141U9FG0km01Fe7NgtAeEz7aZ4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/O141U9FG0km01Fe7NgtAeEz7aZ4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/O141U9FG0km01Fe7NgtAeEz7aZ4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/O141U9FG0km01Fe7NgtAeEz7aZ4.jpg 3480w\"},\"rare classic car\"),[p]:\"VmLOLs3XO\",[m]:/*#__PURE__*/t(o.Fragment,{children:[/*#__PURE__*/e(\"h2\",{children:\"Luxury Auto Investment Insights: Exploring Rare and Iconic Models.\"}),/*#__PURE__*/e(\"p\",{children:\"Are you passionate about luxury automobiles and intrigued by the world of collector cars? Join us as we delve into the fascinating realm of rare and iconic luxury automobiles, exploring the collector car market and uncovering valuable tips for investing in these timeless treasures. Whether you're a seasoned collector or a novice enthusiast, there's something to learn and discover in the world of collector cars.\"}),/*#__PURE__*/e(\"h3\",{children:\"Understanding the Collector Car Market.\"}),/*#__PURE__*/e(\"p\",{children:\"The collector car market is a dynamic and ever-evolving ecosystem, influenced by factors such as rarity, desirability, and historical significance. Gain insights into the key drivers of the collector car market and learn how to navigate its complexities to make informed investment decisions.\"}),/*#__PURE__*/e(\"h4\",{children:\"Factors Influencing Value.\"}),/*#__PURE__*/t(\"ul\",{style:{\"--framer-font-size\":\"16px\",\"--framer-text-alignment\":\"start\",\"--framer-text-color\":\"rgb(236, 236, 236)\",\"--framer-text-transform\":\"none\"},children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Rarity: The scarcity of a particular model can significantly impact its value in the collector car market.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Historical Significance: Vehicles with a rich history or notable provenance often command higher prices among collectors.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Condition: The condition of a collector car, including its originality and level of restoration, plays a crucial role in determining its value.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Desirability: Popular models from iconic brands tend to attract more interest and higher prices in the collector car market.\"})})]}),/*#__PURE__*/e(\"h3\",{children:\"Researching Rare and Iconic Models.\"}),/*#__PURE__*/e(\"p\",{children:\"Before diving into the world of collector cars, it's essential to conduct thorough research to identify rare and iconic models with investment potential. Explore the history and specifications of different models, consult reputable sources, and seek guidance from experts in the field to make informed investment decisions.\"}),/*#__PURE__*/e(\"h4\",{children:\"Iconic Luxury Brands.\"}),/*#__PURE__*/t(\"ul\",{style:{\"--framer-font-size\":\"16px\",\"--framer-text-alignment\":\"start\",\"--framer-text-color\":\"rgb(236, 236, 236)\",\"--framer-text-transform\":\"none\"},children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Rolls-Royce: Known for its opulence and craftsmanship, Rolls-Royce has produced several iconic models that are highly sought after by collectors.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Ferrari: With a rich racing heritage and legendary performance, Ferrari is synonymous with prestige and exclusivity in the collector car market.\"})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/e(\"p\",{children:\"Aston Martin: Aston Martin's elegant design and British heritage have made it a favorite among collectors seeking rare and iconic luxury automobiles.\"})})]}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",\"data-framer-asset\":\"data:framer/asset-reference,3LhoB98j5aGjbzskpDbEuGduvdw.jpeg\",\"data-framer-height\":\"800\",\"data-framer-width\":\"1920\",height:\"400\",src:\"https://framerusercontent.com/images/3LhoB98j5aGjbzskpDbEuGduvdw.jpeg\",srcSet:\"https://framerusercontent.com/images/3LhoB98j5aGjbzskpDbEuGduvdw.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/3LhoB98j5aGjbzskpDbEuGduvdw.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/3LhoB98j5aGjbzskpDbEuGduvdw.jpeg 1920w\",style:{aspectRatio:\"1920 / 800\"},width:\"960\"}),/*#__PURE__*/e(\"h3\",{children:\"Valuable Tips for Investing.\"}),/*#__PURE__*/e(\"p\",{children:\"Investing in collector cars requires careful consideration and strategic planning to maximize returns and minimize risks. Here are some valuable tips to help you navigate the collector car market with confidence:\"}),/*#__PURE__*/e(\"h4\",{children:\"Tip #1: Set Clear Investment Goals.\"}),/*#__PURE__*/e(\"p\",{children:\"Define your investment objectives and establish a clear strategy for acquiring and managing collector cars in your portfolio.\"}),/*#__PURE__*/e(\"h4\",{children:\"Tip #2: Diversify Your Portfolio.\"}),/*#__PURE__*/e(\"p\",{children:\"Spread your investment across different makes, models, and eras to minimize risk and capture opportunities in various segments of the collector car market.\"}),/*#__PURE__*/e(\"h4\",{children:\"Tip #3: Invest in Quality.\"}),/*#__PURE__*/e(\"p\",{children:\"Focus on acquiring high-quality collector cars with well-documented histories and provenance to ensure their long-term value and appreciation.\"}),/*#__PURE__*/e(\"h4\",{children:\"Tip #4: Stay Informed.\"}),/*#__PURE__*/e(\"p\",{children:\"Stay abreast of market trends, auction results, and industry news to make informed decisions and identify emerging opportunities in the collector car market.\"}),/*#__PURE__*/e(\"h4\",{children:\"Tip #5: Build Relationships.\"}),/*#__PURE__*/e(\"p\",{children:\"Network with fellow collectors, enthusiasts, and industry professionals to gain valuable insights and access to rare and desirable collector cars.\"}),/*#__PURE__*/e(\"h3\",{children:\"Unlocking the Potential of Collector Cars.\"}),/*#__PURE__*/e(\"p\",{children:\"Investing in rare and iconic luxury automobiles offers a unique opportunity to combine passion with profit in the dynamic world of collector cars. By understanding the collector car market, researching rare and iconic models, and implementing sound investment strategies, you can unlock the potential of collector cars as a lucrative and rewarding investment vehicle.\"})]}),[g]:\"investing-in-rare-and-iconic-luxury-cars\"},{index:3,id:\"BunaOwEun\",[c]:\"2024-04-15T00:00:00.000Z\",[l]:!1,[h]:\"Elevating Luxury Cars to Bespoke Masterpieces.\",[d]:\"Explore the world of automotive customization and discover how Motore Virtuoso transforms luxury cars into personalized works of art.\",[u]:f({src:\"https://framerusercontent.com/images/0oQfvOTNeqZBphvBdUfZRU696JQ.jpg\",srcSet:\"https://framerusercontent.com/images/0oQfvOTNeqZBphvBdUfZRU696JQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/0oQfvOTNeqZBphvBdUfZRU696JQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0oQfvOTNeqZBphvBdUfZRU696JQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/0oQfvOTNeqZBphvBdUfZRU696JQ.jpg 3673w\"},\"custom lambo\"),[p]:\"VmLOLs3XO\",[m]:/*#__PURE__*/t(o.Fragment,{children:[/*#__PURE__*/e(\"h2\",{children:\"Transforming Luxury Cars into Custom Masterpieces.\"}),/*#__PURE__*/e(\"p\",{children:\"At Motore Virtuoso, we believe that luxury cars should be more than just vehicles \u2013 they should be personalized expressions of individual style and taste. Join us as we explore the world of automotive customization and discover how Motore Virtuoso transforms luxury cars into personalized works of art. From unique paint finishes to custom interiors, the possibilities are endless when it comes to creating your dream car.\"}),/*#__PURE__*/e(\"h3\",{children:\"The Art of Automotive Customization.\"}),/*#__PURE__*/e(\"p\",{children:\"Automotive customization is more than just adding accessories or upgrades \u2013 it's an art form that allows enthusiasts to express their personality and preferences through their vehicles. At Motore Virtuoso, we understand the importance of attention to detail and craftsmanship in every customization project. From the initial concept to the final execution, our team of skilled artisans and technicians works tirelessly to bring your vision to life.\"}),/*#__PURE__*/e(\"h3\",{children:\"Personalized Paint Finishes.\"}),/*#__PURE__*/e(\"p\",{children:\"The exterior of a luxury car is its canvas, and at Motore Virtuoso, we offer a wide range of paint finishes to suit every taste. Whether you prefer classic elegance or bold sophistication, our expert painters can create custom colors and finishes that reflect your individual style. From metallics to matte, pearlescent to chrome, the possibilities are endless when it comes to personalizing your vehicle's exterior.\"}),/*#__PURE__*/e(a.div,{className:\"framer-text-module\",style:{\"--aspect-ratio\":\"560 / 315\",aspectRatio:\"var(--aspect-ratio)\",height:\"auto\",width:\"100%\"},children:/*#__PURE__*/e(i,{componentIdentifier:\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\",children:t=>/*#__PURE__*/e(s,{...t,play:\"On\",shouldMute:!0,thumbnail:\"Medium Quality\",url:\"https://www.youtube.com/watch?v=oZEnYq9aFX4\"})})}),/*#__PURE__*/e(\"h3\",{children:\"Custom Interiors.\"}),/*#__PURE__*/e(\"p\",{children:\"Step inside your luxury car and experience true comfort and luxury with a custom interior tailored to your specifications. From premium leather upholstery to exotic wood trims, our interior designers work with the finest materials to create a bespoke cabin that exudes elegance and refinement. Whether you're looking for a classic look or a modern aesthetic, we can customize every aspect of your car's interior to reflect your unique personality and lifestyle.\"}),/*#__PURE__*/e(\"h3\",{children:\"Performance Upgrades: Enhance Your Driving Experience.\"}),/*#__PURE__*/e(\"p\",{children:\"At Motore Virtuoso, we understand that true automotive enthusiasts seek not only aesthetic perfection but also exhilarating performance. That's why we offer a range of performance upgrades to elevate the driving experience of your luxury car. Explore our comprehensive offerings and discover how we can tailor your vehicle's performance to suit your preferences and driving style.\"}),/*#__PURE__*/e(\"h4\",{children:\"Engine Tuning.\"}),/*#__PURE__*/e(\"p\",{children:\"Unlock the full potential of your luxury car's engine with our precision engine tuning services. Our expert technicians utilize state-of-the-art equipment and software to optimize engine performance, increasing horsepower, torque, and throttle response. Whether you crave blistering acceleration or refined power delivery, our engine tuning services deliver unparalleled performance enhancements.\"}),/*#__PURE__*/e(\"h4\",{children:\"Exhaust Systems.\"}),/*#__PURE__*/e(\"p\",{children:\"Experience the thrilling sound and improved performance of a custom exhaust system from Motore Virtuoso. Our exhaust systems are crafted from high-quality materials and precision-engineered for maximum airflow and efficiency. Choose from a range of options, including cat-back exhausts, headers, and mufflers, to enhance engine performance, reduce backpressure, and unleash the full potential of your luxury car.\"}),/*#__PURE__*/e(\"h4\",{children:\"Suspension Upgrades.\"}),/*#__PURE__*/e(\"p\",{children:\"Take your luxury car's handling to the next level with our suspension upgrade packages. Our suspension specialists carefully select and install performance-enhancing components, such as coilovers, sway bars, and adjustable dampers, to optimize ride comfort, stability, and cornering dynamics. Whether you prefer a sporty, track-inspired setup or a comfortable, daily-driving suspension, we can customize your car's suspension to meet your needs.\"}),/*#__PURE__*/e(\"h4\",{children:\"Brake Enhancements.\"}),/*#__PURE__*/e(\"p\",{children:\"Ensure confidence-inspiring stopping power and precision with our brake enhancement services. Our brake specialists install high-performance brake components, including larger calipers, drilled or slotted rotors, and performance brake pads, to improve brake feel, fade resistance, and overall braking performance. Whether you're pushing your car to the limit on the track or navigating city streets, our brake upgrades provide enhanced safety and control.\"}),/*#__PURE__*/e(\"h4\",{children:\"Custom Performance Packages.\"}),/*#__PURE__*/e(\"p\",{children:\"For enthusiasts seeking comprehensive performance enhancements, we offer custom performance packages tailored to your specific requirements. Our experienced team works closely with you to understand your driving goals and preferences, curating a package of upgrades that deliver the ultimate driving experience. From engine upgrades to chassis enhancements, our custom performance packages are designed to elevate every aspect of your luxury car's performance.\"}),/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"em\",{children:\"\\\"Experience the thrill of enhanced performance with Motore Virtuoso's performance upgrade services. Whether you're seeking increased power, improved handling, or enhanced braking performance, we have the expertise and resources to transform your luxury car into a true performance masterpiece. Explore our performance upgrade options and unleash the full potential of your vehicle on the road or track.\\\" \"}),\"\u2014 Eric Martin, CEO\"]}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",\"data-framer-asset\":\"data:framer/asset-reference,aRGSPQJqFcAs5TQzcvEq0gqqQ.jpeg\",\"data-framer-height\":\"800\",\"data-framer-width\":\"1920\",height:\"400\",src:\"https://framerusercontent.com/images/aRGSPQJqFcAs5TQzcvEq0gqqQ.jpeg\",srcSet:\"https://framerusercontent.com/images/aRGSPQJqFcAs5TQzcvEq0gqqQ.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/aRGSPQJqFcAs5TQzcvEq0gqqQ.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aRGSPQJqFcAs5TQzcvEq0gqqQ.jpeg 1920w\",style:{aspectRatio:\"1920 / 800\"},width:\"960\"}),/*#__PURE__*/e(\"h2\",{children:\"Experience True Luxury.\"}),/*#__PURE__*/e(\"p\",{children:\"Embark on a journey of luxury and personalization with Motore Virtuoso. From personalized paint finishes to custom interiors and performance upgrades, we specialize in elevating luxury cars to bespoke masterpieces. Discover the limitless possibilities of automotive customization and let us help you create the luxury car of your dreams.\"})]}),[g]:\"the-art-of-automotive-customization-elevating-luxury-cars-to-bespoke-masterpieces\"},{index:4,id:\"ARPRBtwTq\",[c]:\"2024-04-09T00:00:00.000Z\",[l]:!1,[h]:\"Unveiling the Latest Hypercars: A Closer Look.\",[d]:\"Delve into the cutting-edge technology and performance features of the newest hypercars hitting the market.\",[u]:f({positionX:\"28.2%\",positionY:\"54.8%\",src:\"https://framerusercontent.com/images/fvcHKr592Y4htz4XgScUPSVC1M.jpg\",srcSet:\"https://framerusercontent.com/images/fvcHKr592Y4htz4XgScUPSVC1M.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/fvcHKr592Y4htz4XgScUPSVC1M.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/fvcHKr592Y4htz4XgScUPSVC1M.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/fvcHKr592Y4htz4XgScUPSVC1M.jpg 4000w\"},\"white bugatti\"),[p]:\"oO07Ssqh8\",[m]:/*#__PURE__*/t(o.Fragment,{children:[/*#__PURE__*/e(\"h2\",{children:\"Revealing the Newest Hypercars: An In-Depth Examination.\"}),/*#__PURE__*/e(\"p\",{children:\"In the world of automotive innovation, hypercars represent the pinnacle of engineering excellence and performance. Join us as we delve into the cutting-edge technology and performance features of the newest hypercars hitting the market. From mind-bending acceleration to aerodynamic design, these vehicles push the boundaries of what's possible on the road.\"}),/*#__PURE__*/e(\"h3\",{children:\"Power and Precision.\"}),/*#__PURE__*/e(\"p\",{children:\"At the heart of every hypercar lies a powerhouse of performance, boasting mind-boggling horsepower and torque figures. Manufacturers are pushing the limits of power output while maintaining precision control and responsiveness. The latest hypercars feature astonishing figures, with some models exceeding 1,000 horsepower and 0-60 mph times under 3 seconds.\"}),/*#__PURE__*/e(\"h3\",{children:\"Aerodynamic Mastery.\"}),/*#__PURE__*/e(\"p\",{children:\"Aerodynamics play a crucial role in the performance of hypercars, shaping their sleek silhouettes and maximizing downforce for optimal grip and stability. Dive into the world of aerodynamic design as we examine the sculpted lines, active aerodynamic elements, and innovative airflow management systems that define the exterior of these extraordinary vehicles.\"}),/*#__PURE__*/e(\"h3\",{children:\"Cutting-Edge Technology.\"}),/*#__PURE__*/e(\"p\",{children:\"Hypercars are at the forefront of automotive technology, incorporating state-of-the-art features and systems to enhance performance, safety, and driver experience. Explore the cutting-edge technology that drives these extraordinary vehicles:\"}),/*#__PURE__*/t(\"ul\",{style:{\"--framer-font-size\":\"16px\",\"--framer-text-alignment\":\"start\",\"--framer-text-color\":\"rgb(236, 236, 236)\",\"--framer-text-transform\":\"none\"},children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Advanced Aerodynamics\"}),\": Hypercars leverage advanced aerodynamics to achieve maximum downforce and minimize drag, optimizing stability and handling at high speeds.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Hybrid Powertrains\"}),\": Many hypercars utilize hybrid powertrains, combining internal combustion engines with electric motors for enhanced acceleration and efficiency.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Advanced Driver Assistance Systems (ADAS)\"}),\": Sophisticated ADAS features provide real-time monitoring and assistance to enhance safety and driving dynamics.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Adaptive Suspension\"}),\": Adaptive suspension systems adjust damping rates and ride height in real-time, optimizing handling and comfort across diverse driving conditions.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Lightweight Materials\"}),\": Carbon fiber, titanium, and other lightweight materials are used extensively to reduce weight and improve performance without compromising structural integrity.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"High-Performance Braking Systems\"}),\": Hypercars are equipped with high-performance braking systems, featuring carbon-ceramic discs and advanced calipers for exceptional stopping power and fade resistance.\"]})}),/*#__PURE__*/t(\"li\",{\"data-preset-tag\":\"p\",children:[/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Advanced Infotainment Systems\"}),\": Cutting-edge infotainment systems offer seamless connectivity, intuitive interfaces, and immersive audiovisual experiences for drivers and passengers alike.\"]}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})})]})]}),/*#__PURE__*/e(\"p\",{children:\"Experience the future of automotive technology firsthand as you explore these groundbreaking features in the latest hypercars hitting the market.\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",\"data-framer-asset\":\"data:framer/asset-reference,k83i4nVdEiODOiFjLROAHSWs7ZU.jpg\",\"data-framer-height\":\"800\",\"data-framer-width\":\"1920\",height:\"400\",src:\"https://framerusercontent.com/images/k83i4nVdEiODOiFjLROAHSWs7ZU.jpg\",srcSet:\"https://framerusercontent.com/images/k83i4nVdEiODOiFjLROAHSWs7ZU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/k83i4nVdEiODOiFjLROAHSWs7ZU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/k83i4nVdEiODOiFjLROAHSWs7ZU.jpg 1920w\",style:{aspectRatio:\"1920 / 800\"},width:\"960\"}),/*#__PURE__*/e(\"h3\",{children:\"The Hypercar Revolution.\"}),/*#__PURE__*/e(\"p\",{children:\"Hypercars have long captivated enthusiasts with their breathtaking speed, advanced engineering, and futuristic design. In recent years, the hypercar segment has seen a surge in innovation, with manufacturers competing to create the ultimate expression of automotive excellence.\"}),/*#__PURE__*/e(\"p\",{children:\"With prices reaching into the millions, hypercars are reserved for the elite few who demand the absolute pinnacle of automotive performance and luxury.\"}),/*#__PURE__*/e(\"h3\",{children:\"The Future of Hypercars.\"}),/*#__PURE__*/e(\"p\",{children:\"As technology continues to evolve, the future of hypercars promises even greater advancements in performance, efficiency, and sustainability. From electric hypercars to autonomous driving capabilities, manufacturers are exploring new frontiers to redefine the limits of automotive engineering. Join us as we glimpse into the future of hypercars and imagine the possibilities that lie ahead.\"}),/*#__PURE__*/e(\"h3\",{children:\"Experience Hypercar Excellence.\"}),/*#__PURE__*/e(\"p\",{children:\"Immerse yourself in the world of hypercars and discover the latest innovations that are shaping the future of automotive performance. From electrifying acceleration to aerodynamic precision, these vehicles represent the pinnacle of automotive engineering and design.\"}),/*#__PURE__*/e(\"p\",{children:\"Stay tuned as we continue to unveil the latest hypercars and explore the cutting-edge technology that drives them forward.\"})]}),[g]:\"unveiling-the-latest-hypercars-a-closer-look-at-the-pinnacle-of-automotive-engineering\"},{index:5,id:\"e6UsrjDtf\",[c]:\"2024-04-03T00:00:00.000Z\",[l]:!0,[h]:\"Seamless Global Shipping: How We Transport.\",[d]:\"Learn about the logistics and expertise behind Motore Virtuoso's global shipping services for luxury and exotic cars.\",[u]:f({positionX:\"51.2%\",positionY:\"58.5%\",src:\"https://framerusercontent.com/images/E3AynyJDvdsCByEC2F1zjd7AOp0.jpg\",srcSet:\"https://framerusercontent.com/images/E3AynyJDvdsCByEC2F1zjd7AOp0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/E3AynyJDvdsCByEC2F1zjd7AOp0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/E3AynyJDvdsCByEC2F1zjd7AOp0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/E3AynyJDvdsCByEC2F1zjd7AOp0.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/E3AynyJDvdsCByEC2F1zjd7AOp0.jpg 6016w\"},\"super cars\"),[p]:\"Hv52M41Sh\",[m]:/*#__PURE__*/t(o.Fragment,{children:[/*#__PURE__*/e(\"h2\",{children:\"Seamless Global Shipping: How Motore Virtuoso Transports.\"}),/*#__PURE__*/e(\"p\",{children:\"At Motore Virtuoso, we understand that owning a luxury or exotic car is a global affair. Whether you're purchasing a rare gem from across the ocean or selling your prized possession to a buyer overseas, our global shipping services ensure a smooth and hassle-free transportation experience. Join us as we delve into the logistics and expertise behind Motore Virtuoso's global shipping services for luxury and exotic cars.\"}),/*#__PURE__*/e(\"h3\",{children:\"The Art of Logistics.\"}),/*#__PURE__*/e(\"p\",{children:\"Transporting luxury and exotic cars across borders requires meticulous planning and coordination. At Motore Virtuoso, we pride ourselves on our logistical expertise and attention to detail. From coordinating pickup and delivery times to navigating customs regulations and documentation requirements, our team of logistics specialists ensures that every aspect of the shipping process is handled with precision and care.\"}),/*#__PURE__*/e(\"h3\",{children:\"Secure and Reliable Transportation.\"}),/*#__PURE__*/e(\"p\",{children:\"When it comes to transporting high-value vehicles, security and reliability are paramount. That's why Motore Virtuoso partners with trusted shipping companies and carriers with a proven track record of excellence. Whether your car is transported via air, sea, or land, you can rest assured that it will arrive at its destination safely and on time, protected by state-of-the-art security measures and tracking systems.\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",\"data-framer-asset\":\"data:framer/asset-reference,zFl5bx1QsdN9Tff1Q7J6y5xe88.jpeg\",\"data-framer-height\":\"800\",\"data-framer-width\":\"1920\",height:\"400\",src:\"https://framerusercontent.com/images/zFl5bx1QsdN9Tff1Q7J6y5xe88.jpeg\",srcSet:\"https://framerusercontent.com/images/zFl5bx1QsdN9Tff1Q7J6y5xe88.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/zFl5bx1QsdN9Tff1Q7J6y5xe88.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zFl5bx1QsdN9Tff1Q7J6y5xe88.jpeg 1920w\",style:{aspectRatio:\"1920 / 800\"},width:\"960\"}),/*#__PURE__*/e(\"h3\",{children:\"Customized Solutions.\"}),/*#__PURE__*/e(\"p\",{children:\"At Motore Virtuoso, we understand that every shipping situation is unique. That's why we offer customized shipping solutions tailored to your specific needs and preferences. Whether you require door-to-door delivery, enclosed transport for added protection, or expedited shipping for urgent deadlines, our team works closely with you to develop a personalized shipping plan that meets your requirements.\"}),/*#__PURE__*/e(\"h3\",{children:\"Global Network.\"}),/*#__PURE__*/e(\"p\",{children:\"With a global network of partners and affiliates, Motore Virtuoso has the reach and resources to transport luxury and exotic cars to virtually any destination worldwide. Whether you're shipping a car across continents or across the street, our extensive network ensures seamless coordination and efficient delivery, no matter where in the world you are.\"}),/*#__PURE__*/e(\"h3\",{children:\"White-Glove Service.\"}),/*#__PURE__*/e(\"p\",{children:\"At Motore Virtuoso, we believe that every aspect of the car ownership experience should be exceptional \u2013 including transportation. That's why our global shipping services are designed to provide a white-glove experience from start to finish. From professional loading and unloading to careful handling and inspection, we treat every car with the utmost care and respect, ensuring that it arrives at its destination in pristine condition.\"}),/*#__PURE__*/e(\"ul\",{children:/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Professional Handling:\"}),\" Trained personnel ensure careful loading and unloading, minimizing the risk of damage.\"]})})}),/*#__PURE__*/t(\"ul\",{style:{\"--framer-font-size\":\"16px\",\"--framer-text-alignment\":\"start\",\"--framer-text-color\":\"rgb(236, 236, 236)\",\"--framer-text-transform\":\"none\"},children:[/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Comprehensive Inspection:\"}),\" Each vehicle undergoes a thorough inspection before transport, with findings documented for transparency.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Customized Protection:\"}),\" Vehicles are housed in custom-designed transport containers or enclosures, shielding them from external elements.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"Personalized Care:\"}),\" Every vehicle receives personalized attention and accommodation of special requests.\"]})}),/*#__PURE__*/e(\"li\",{\"data-preset-tag\":\"p\",children:/*#__PURE__*/t(\"p\",{children:[/*#__PURE__*/e(\"strong\",{children:\"On-Time Delivery:\"}),\" Dedicated personnel oversee the shipping process to ensure punctual delivery to the destination.\"]})})]}),/*#__PURE__*/e(\"h3\",{children:\"Experience Seamless Shipping with Motore Virtuoso.\"}),/*#__PURE__*/e(\"p\",{children:\"Whether you're buying, selling, or relocating a luxury or exotic car, trust Motore Virtuoso to handle the transportation with expertise and care. With our seamless global shipping services, you can enjoy peace of mind knowing that your prized vehicle is in good hands every step of the way. Contact us today to learn more about our shipping options and start planning your next automotive adventure.\"})]}),[g]:\"global-shipping-made-seamless-how-prestige-motors-transports-luxury-cars-worldwide\"},{index:6,id:\"PFou4LKqh\",[c]:\"2024-03-20T00:00:00.000Z\",[l]:!1,[h]:\"Experiencing the Thrill of Driving Supercars.\",[d]:\"Embark on a virtual test drive as we explore the exhilarating performance capabilities of supercars available at Prestige Motors.\",[u]:f({src:\"https://framerusercontent.com/images/QXaWG5UtWYqe2AkbelyyeoZqv9c.jpg\",srcSet:\"https://framerusercontent.com/images/QXaWG5UtWYqe2AkbelyyeoZqv9c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/QXaWG5UtWYqe2AkbelyyeoZqv9c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/QXaWG5UtWYqe2AkbelyyeoZqv9c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/QXaWG5UtWYqe2AkbelyyeoZqv9c.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/QXaWG5UtWYqe2AkbelyyeoZqv9c.jpg 5806w\"},\"black supercars\"),[p]:\"Hv52M41Sh\",[m]:/*#__PURE__*/t(o.Fragment,{children:[/*#__PURE__*/e(\"h2\",{children:\"Embarking on the Excitement of Piloting Supercars.\"}),/*#__PURE__*/e(\"p\",{children:\"Embark on a virtual test drive as we explore the exhilarating performance capabilities of supercars available at Prestige Motors. From heart-pounding acceleration to razor-sharp handling, these extraordinary machines are engineered to push the limits of speed and precision. Join us as we delve into the world of supercars and discover the thrill of driving at the edge of automotive excellence.\"}),/*#__PURE__*/e(\"h3\",{children:\"Unleashing Unrivaled Performance.\"}),/*#__PURE__*/e(\"p\",{children:\"Supercars are synonymous with jaw-dropping performance, and at Prestige Motors, we showcase some of the most powerful and dynamic vehicles on the market. From iconic marques to cutting-edge newcomers, our curated collection features a diverse range of supercars designed to deliver adrenaline-pumping thrills on every drive. Experience the rush of acceleration as we explore the blistering speed and unmatched agility of these high-performance machines.\"}),/*#__PURE__*/e(\"h3\",{children:\"Precision Engineering at Its Finest.\"}),/*#__PURE__*/e(\"p\",{children:\"Behind every supercar lies a masterpiece of precision engineering, meticulously crafted to deliver uncompromising performance and handling. From lightweight carbon fiber construction to advanced aerodynamics, these vehicles are engineered to slice through the air with precision and grace. Join us as we dissect the engineering marvels that make supercars the ultimate expression of automotive excellence.\"}),/*#__PURE__*/e(\"h3\",{children:\"Immersive Virtual Test Drives.\"}),/*#__PURE__*/e(\"p\",{children:\"Step into the driver's seat and experience the thrill of driving a supercar like never before with our immersive virtual test drives. Using cutting-edge technology and high-definition video footage, we bring the exhilaration of driving these extraordinary machines straight to your screen. Feel the G-forces as you accelerate down the straightaway, navigate hairpin turns with precision, and unleash the full power of these high-performance beasts from the comfort of your own home.\"}),/*#__PURE__*/e(\"img\",{alt:\"\",className:\"framer-image\",\"data-framer-asset\":\"data:framer/asset-reference,ZxKALVsmCOLV59xsAyQfV0G0bg.jpeg\",\"data-framer-height\":\"800\",\"data-framer-width\":\"1920\",height:\"400\",src:\"https://framerusercontent.com/images/ZxKALVsmCOLV59xsAyQfV0G0bg.jpeg\",srcSet:\"https://framerusercontent.com/images/ZxKALVsmCOLV59xsAyQfV0G0bg.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/ZxKALVsmCOLV59xsAyQfV0G0bg.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZxKALVsmCOLV59xsAyQfV0G0bg.jpeg 1920w\",style:{aspectRatio:\"1920 / 800\"},width:\"960\"}),/*#__PURE__*/e(\"h3\",{children:\"Tailored Experiences for Every Enthusiast.\"}),/*#__PURE__*/e(\"p\",{children:\"Whether you're a seasoned enthusiast or a first-time driver, our virtual test drives offer a tailored experience for every level of skill and experience. Explore our collection of supercars and select your dream machine for a virtual spin around the track. From iconic classics to the latest hypercars, there's something for everyone to enjoy as we showcase the best that the world of supercars has to offer.\"}),/*#__PURE__*/e(\"h3\",{children:\"The Future of Driving.\"}),/*#__PURE__*/e(\"p\",{children:\"As technology continues to evolve, the future of driving promises even more exhilarating experiences behind the wheel of a supercar. From electric powertrains to autonomous driving capabilities, manufacturers are pushing the boundaries of innovation to redefine the driving experience. Join us as we glimpse into the future of supercars and imagine the possibilities that lie ahead.\"}),/*#__PURE__*/e(\"h3\",{children:\"Experience the Thrill Today.\"}),/*#__PURE__*/e(\"p\",{children:\"Embark on an unforgettable journey into the world of supercars with Prestige Motors. Take a virtual test drive and experience the thrill of driving these extraordinary machines from the comfort of your own home. Whether you're a die-hard enthusiast or simply curious about the world of high-performance driving, our virtual test drives offer an immersive and exhilarating experience that's not to be missed.\"})]}),[g]:\"behind-the-wheel-experiencing-the-thrill-of-driving-supercars\"},{index:7,id:\"iwNCnQLcV\",[c]:\"2024-03-05T00:00:00.000Z\",[l]:!0,[h]:\"Conversations with Visionaries in the Industry.\",[d]:\"Gain insider perspectives as we sit down with industry experts, designers, and automotive influencers.\",[u]:f({src:\"https://framerusercontent.com/images/bGpDKGWtI2vO54ZFKfwXSGk14ME.jpg\",srcSet:\"https://framerusercontent.com/images/bGpDKGWtI2vO54ZFKfwXSGk14ME.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/bGpDKGWtI2vO54ZFKfwXSGk14ME.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/bGpDKGWtI2vO54ZFKfwXSGk14ME.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/bGpDKGWtI2vO54ZFKfwXSGk14ME.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/bGpDKGWtI2vO54ZFKfwXSGk14ME.jpg 4160w\"},\"corvette\"),[p]:\"oO07Ssqh8\",[m]:/*#__PURE__*/t(o.Fragment,{children:[/*#__PURE__*/e(\"h2\",{children:\"Exclusive Interviews: Conversations with Visionaries in the Luxury Car Industry.\"}),/*#__PURE__*/e(\"p\",{children:\"At Motore Virtuoso, we believe in going beyond the surface to uncover the stories and insights that shape the world of luxury cars. Join us as we delve into exclusive interviews with industry visionaries, designers, and automotive influencers to gain insider perspectives on the latest trends and innovations.\"}),/*#__PURE__*/e(\"h3\",{children:\"Unveiling the Minds Behind the Wheels.\"}),/*#__PURE__*/e(\"p\",{children:\"In this series of exclusive interviews, we sit down with renowned figures in the luxury car industry who are shaping the future of automotive design, technology, and performance. From legendary designers to forward-thinking engineers, each conversation offers a unique glimpse into the minds behind the wheels of the world's most prestigious vehicles.\"}),/*#__PURE__*/e(\"h3\",{children:\"Exploring Cutting-Edge Innovations.\"}),/*#__PURE__*/e(\"p\",{children:\"Discover the secrets behind groundbreaking innovations as we chat with industry experts about the latest advancements in luxury car technology. Learn how cutting-edge features are integrated seamlessly into high-performance vehicles, elevating the driving experience to new heights of sophistication and precision.\"}),/*#__PURE__*/e(\"h3\",{children:\"Insights from Automotive Influencers.\"}),/*#__PURE__*/e(\"p\",{children:\"Get inspired by the perspectives of automotive influencers who are at the forefront of luxury car culture. Hear their thoughts on current trends, emerging styles, and the evolving demands of discerning car enthusiasts. From performance enthusiasts to collectors and aficionados, our interviews highlight diverse viewpoints that define the landscape of luxury automotive passion.\"}),/*#__PURE__*/e(\"h3\",{children:\"Behind-the-Scenes Stories.\"}),/*#__PURE__*/e(\"p\",{children:\"Peek behind the curtain as we uncover fascinating stories from the world of luxury cars. Explore the creative processes, challenges, and triumphs that define the journey of bringing exceptional vehicles to life. Our interviews reveal the dedication, craftsmanship, and passion that drive innovation in the luxury car industry.\"}),/*#__PURE__*/e(a.div,{className:\"framer-text-module\",style:{\"--aspect-ratio\":\"560 / 315\",aspectRatio:\"var(--aspect-ratio)\",height:\"auto\",width:\"100%\"},children:/*#__PURE__*/e(i,{componentIdentifier:\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\",children:t=>/*#__PURE__*/e(s,{...t,play:\"On\",shouldMute:!0,thumbnail:\"High Quality\",url:\"https://www.youtube.com/watch?v=PqaIkG4WEo8\"})})}),/*#__PURE__*/e(\"p\",{children:/*#__PURE__*/e(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/e(\"h3\",{children:\"Join Us on this Journey.\"}),/*#__PURE__*/e(\"p\",{children:\"Experience the thrill of discovery with our exclusive interview series. Gain valuable insights, discover hidden gems, and immerse yourself in the world of automotive excellence. Stay tuned as we continue to share captivating stories and conversations with the visionaries who shape the luxury car industry.\"})]}),[g]:\"exclusive-interviews-conversations-with-visionaries-in-the-luxury-car-industry\"}];for(let e of y)Object.freeze(e);r(y,{NeyDYEwjI:{defaultValue:\"\",title:\"Date\",type:n.Date},jY2ZeNTb2:{defaultValue:!1,title:\"Featured\",type:n.Boolean},Y7aRN7hv6:{defaultValue:\"\",title:\"Title\",type:n.String},n_mx0_deb:{defaultValue:\"\",title:\"Description\",type:n.String},U1dvRfjRu:{title:\"Image\",type:n.ResponsiveImage},UWKszigJ_:{defaultValue:\"Hv52M41Sh\",options:[\"Hv52M41Sh\",\"oO07Ssqh8\",\"VmLOLs3XO\",\"wgdkUvvaV\"],optionTitles:[\"Service\",\"Trend\",\"Lifestyle\",\"Review\"],title:\"Category\",type:n.Enum},B1BRvx8gL:{defaultValue:\"\",title:\"Content\",type:n.RichText},rnIncXXgW:{title:\"Slug\",type:n.String}}),y.displayName=\"Blog\";export default y;export const UWKszigJ_ToDisplayName=(e,t)=>{switch(null==t||t.fallback,e){case\"Hv52M41Sh\":return\"Service\";case\"oO07Ssqh8\":return\"Trend\";case\"VmLOLs3XO\":return\"Lifestyle\";case\"wgdkUvvaV\":return\"Review\";default:return\"\";}};export const enumToDisplayNameFunctions={UWKszigJ_:UWKszigJ_ToDisplayName};export const utils={async getSlugByRecordId(e,t){var r;return null===(r=y.find(t=>t.id===e))||void 0===r?void 0:r[g];},async getRecordIdBySlug(e,t){var r;return null===(r=y.find(t=>t[g]===e))||void 0===r?void 0:r.id;}};\nexport const __FramerMetadata__ = {\"exports\":{\"utils\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"UWKszigJ_ToDisplayName\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"data\",\"name\":\"data\",\"annotations\":{\"framerCollectionUtils\":\"1\",\"framerRecordIdKey\":\"id\",\"framerCollectionId\":\"jZ5AcR7VD\",\"framerRecordIndexKey\":\"index\",\"framerData\":\"\",\"framerContractVersion\":\"1\",\"framerEnumToDisplayNameUtils\":\"2\",\"framerSlug\":\"rnIncXXgW\",\"framerRecordIncludedLocalesKey\":\"includedLocales\"}},\"enumToDisplayNameFunctions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "PlayOptions", "ThumbnailOptions", "ThumbnailFormat", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "thumbnailURL", "getThumbnailURL", "getWebPSupported", "searchParams", "u", "wrapperStyle", "videoStyle", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "embedURL1", "videoId2", "embedURL2", "res", "format", "pre", "ext", "_getWebPSupported", "window", "element", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "c", "l", "h", "d", "u", "p", "m", "g", "f", "e", "t", "y", "x", "motion", "ComponentPresetsConsumer", "Youtube", "addPropertyControls", "ControlType", "jZ5AcR7VD_default", "UWKszigJ_ToDisplayName", "enumToDisplayNameFunctions", "utils", "r", "__FramerMetadata__"]
}
