AI is shaking things up in frontend development, changing the way developers build and improve web applications. AI can of course add interesting benefits to product design and development - automating mundane tasks or offering alternative design patterns. But it can also divide the community. Some believe it’s ushering in a new era of smart, responsive, and user-friendly web applications, while others are concerned about the dependence on AI, potential biases, ethical implications, overall quality and accuracy, and security vulnerabilities to boot.
As Studio’s lead frontend developer, I am cautiously optimistic about AI. I already utilize OpenAI regularly: first with VSCode and GitHub’s Copilot code completion extension, and second by leveraging ChatGPT to convert UX components from one technology to another. My experience so far has been using ChatGPT for internal UX prototypes that I build on Codepen or CodeSandbox, while I've been using Copilot for around 2 years both when it was free and now behind a subscription for both commercial and personal projects.
This won’t be another how-to get started with AI, but rather a reflection on my frontend experience leveraging AI.
VSCode & Github Copilot - Code Completion Tools
In the past, traditional code completion tools relied on developers to provide direct code-related input, such as variable names and functions, without the use of natural language descriptions. These tools were integrated into IDEs over the last 2 decades or so, but they often relied on small datasets and heuristics to offer suggestions, which were limited in scope and context.
However, tools like Emmet, which include code completion as just one feature of their toolkit, still hold value. Whether they are more useful than AI depends on your approach to extracting designs that might be in Figma, in browser, or built from static images (I feel your pain). Like mentioned above, this is code completion and not exported code generation from uploading or inputting files.
CSS, HTML & JS
My overall experience is that HTML & CSS code completion isn’t strong enough yet, but has glimpses of greatness. After a recent update to Copilot, it can now access project workspaces. This has given me a false sense of security in its understanding of a project’s overall context. I find myself more often deleting suggested code after accidentally hitting tab when a suggestion is provided. That finger that presses that tab key is awfully itchy.
CSS
I’m under the impression that it has access to variables / mixins / functions that are recurring patterns throughout the code, so it will get you 50% of the way for recurring, mostly typographical, elements. If you’re setting up your typographical elements for a design system, it won’t get this right immediately. For those small modifiers it can provide all the necessary properties but still requires backtracking to adjust the values you actually need.
Productivity may have been marginally improved given the above, but experienced developers can write those properties out just as quickly without the backtrack or need to wait for an API to catch up. It rightly assumes that you want to reuse properties from other components in your library, but this can lead to extra scruff if those properties have already been componentized specifically. This can be time-consuming when working on a new isolated component. Just be cautious on hitting that tab/enter key.
Some additional thoughts:
- Useful for recurring properties like flex/grid and their related properties like align-items/grid-template-columns. However, productivity isn't significantly better than writing it yourself as it’s highly unlikely it’ll get it spot on without - again - the context of seeing the design.
- Copilot won’t catch cross browser compatibility issues. While Figma-generated CSS is exactly what you want the design to look like, it's worth noting that Figma CSS may not fully work with all browsers or will work but have performance bottlenecks. Looking at you, Safari on MacOS and iOS.
HTML & JS
It seems that code completion for HTML is generally better than it is for CSS, though the effectiveness varies depending on your tech stack. When it comes to plain HTML, stick with Emmet (or your IDE’s version of it), it’s so much faster and it gets all class name methodologies, css utilities/modifiers and attributes right the first time.
It truly shines with JS/TS and JSX/TSX, largely due to the extra steps these types require. Initially, I wouldn’t use it when setting up a JSX/TSX component, using abbreviated shorthand commands that come from great extensions to generate boilerplate can be faster for the initial setup than the time it takes to input a query, receive a response from Copilot, and accept that response.
However the part that it really excels at is when you’ve happily finished writing your components HTML-like syntax, adding the accompanying functions or states/hooks is a blast. When writing the JSDoc or a comment first, it will grab the context and more often than not can be spot on with the functionality, give or take a few odd values or misspelled variables it didn’t know you had already created. Writing JSDoc or comments always tend to be an afterthought that a developer tacks on when preparing a PR for review - here it’s pushing me to write this first so I do less later. Takes me back to writing JSDoc for Google’s closure compiler without the constant failing.
It’s worth noting that if you’re not providing context in comments/JSDoc first then setting up functions, it is more often wrong as it misses the execution you want and wastes time generating responses. If you’re not 100% sure about a library for example, it can take you down a rabbit hole which may be distracting for a junior developer.
Here are some other observations I've made:
- The suggestions for unordered lists can be wild in HTML and CSS. “Did you want extra list items or pseudo elements in your sandwich? No?”.
Recreating components from one tech library to another using ChatGPT
Using ChatGPT to recreate JavaScript components from one technology library to another can be a highly effective approach, particularly when dealing with animations. I like to scope around for new emerging libraries that I’ve not used before or not currently using in a tech stack and recreate those components in a sandbox or on Codepen to something I’m more familiar with. For instance, converting animations from AnimeJS to GSAP can be streamlined with the help of ChatGPT.
Below is an example of using ChatGPT to recreate a component from the Aceternity UI library (if you haven’t checked them out, highly recommend).The example converts AnimeJS and Tailwind to GSAP with plain HTML & CSS.
(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',w.intercomSettings);}else{var d=document;var i=function(){i.c(arguments);};i.q=[];i.c=function(args){i.q.push(args);};w.Intercom=i;var l=function(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/duup7948';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);};if(document.readyState==='complete'){l();}else if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})(); !function(){try{var d=document.documentElement,c=d.classList;c.remove('light','dark');var e=localStorage.getItem('theme');if('system'===e||(!e&&true)){var t='(prefers-color-scheme: dark)',m=window.matchMedia(t);if(m.media!==t||m.matches){d.style.colorScheme = 'dark';c.add('dark')}else{d.style.colorScheme = 'light';c.add('light')}}else if(e){c.add(e|| '')}if(e==='light'||e==='dark')d.style.colorScheme=e}catch(e){}}() Aceternity UIComponentsTemplatesnewPricingDiscordTwitterToggle themeSearch Components⌘K[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}Follow for updatesTwitter @mannupaajiInstallationInstall Next.jsInstall Tailwind CSSAdd utilitiesCLIAll Components3D Card Effect3D PinAnimated ModalNewAnimated TooltipAurora BackgroundBackground BeamsBackground BoxesBackground GradientBento GridCanvas Reveal EffectCard Hover EffectCard StackContainer Scroll AnimationDirection Aware HoverEvervault CardExpandable CardNewFlip WordsFloating NavbarFollowing PointerGitHub GlobeGlare CardNewGlowing StarsGoogle Gemini EffectGradient AnimationGrid and Dot BackgroundsHero HighlightHero ParallaxHover Border GradientImages SliderInfinite Moving CardsLamp effectLayout GridLink PreviewMacbook ScrollMeteorsMoving BorderMulti Step LoaderNavbar MenuParallax ScrollPlaceholders And Vanish InputSidebarNewSignup FormSparklesSpotlightSticky Scroll RevealSVG Mask EffectTabsTailwind CSS buttonsText Generate EffectText Reveal CardTracing BeamTypewriter EffectVortexWavy BackgroundWobble CardMarketingCards3Feature sections3Background BeamsMultiple background beams that follow a path of SVG, makes a good hero section background.self.__wrap_n=self.__wrap_n||(self.CSS&&CSS.supports("text-wrap","balance")?1:2);self.__wrap_b=(e,t,r)=>{let n=(r=r||document.querySelector(`[data-br="${e}"]`)).parentElement,i=e=>r.style.maxWidth=e+"px";r.style.maxWidth="";let s=n.clientWidth,l=n.clientHeight,u=s/2-.25,o=s+.5,a;if(s){for(i(u),u=Math.max(r.scrollWidth,u);u+1<o;)i(a=Math.round((u+o)/2)),n.clientHeight===l?o=a:u=a;i(o*t+s*(1-t))}r.__wrap_o||"undefined"!=typeof ResizeObserver&&(r.__wrap_o=new ResizeObserver(()=>{self.__wrap_b(0,+r.dataset.brr,r)})).observe(n)};self.__wrap_n!=1&&self.__wrap_b(":Rjffaul5a:",1)cardbackgroundgradientspecialPreviewCodeJoin the waitlistWelcome to MailJet, the best transactional email service on the web. We provide reliable, scalable, and customizable email solutions for your business. Whether you're sending order confirmations, password reset emails, or promotional campaigns, MailJet has got you covered.InstallationCLIManualInstall dependenciesnpm i framer-motion clsx tailwind-mergeCopyAdd util filelib/utils.tsimport { ClassValue, clsx } from "clsx";import { twMerge } from "tailwind-merge"; export function cn(...inputs: ClassValue[]) { return twMerge(clsx(inputs));}CopyAdd Tailwind CSS plugin for variable classestailwind.config.tsconst defaultTheme = require("tailwindcss/defaultTheme"); const colors = require("tailwindcss/colors");const { default: flattenColorPalette,} = require("tailwindcss/lib/util/flattenColorPalette"); /** @type {import('tailwindcss').Config} */module.exports = { content: ["./src/**/*.{ts,tsx}"], darkMode: "class", theme: { // rest of the code }, plugins: [addVariablesForColors],}; function addVariablesForColors({ addBase, theme }: any) { let allColors = flattenColorPalette(theme("colors")); let newVars = Object.fromEntries( Object.entries(allColors).map(([key, val]) => [`--${key}`, val]) ); addBase({ ":root": newVars, });}CopyCopy the source codecomponents/ui/background-beams.tsx"use client";import React from "react";import { motion } from "framer-motion";import { cn } from "@/lib/utils"; export const BackgroundBeams = React.memo( ({ className }: { className?: string }) => { const paths = [ "M-380 -189C-380 -189 -312 216 152 343C616 470 684 875 684 875", "M-373 -197C-373 -197 -305 208 159 335C623 462 691 867 691 867", "M-366 -205C-366 -205 -298 200 166 327C630 454 698 859 698 859", "M-359 -213C-359 -213 -291 192 173 319C637 446 705 851 705 851", "M-352 -221C-352 -221 -284 184 180 311C644 438 712 843 712 843", "M-345 -229C-345 -229 -277 176 187 303C651 430 719 835 719 835", "M-338 -237C-338 -237 -270 168 194 295C658 422 726 827 726 827", "M-331 -245C-331 -245 -263 160 201 287C665 414 733 819 733 819", "M-324 -253C-324 -253 -256 152 208 279C672 406 740 811 740 811", "M-317 -261C-317 -261 -249 144 215 271C679 398 747 803 747 803", "M-310 -269C-310 -269 -242 136 222 263C686 390 754 795 754 795", "M-303 -277C-303 -277 -235 128 229 255C693 382 761 787 761 787", "M-296 -285C-296 -285 -228 120 236 247C700 374 768 779 768 779", "M-289 -293C-289 -293 -221 112 243 239C707 366 775 771 775 771", "M-282 -301C-282 -301 -214 104 250 231C714 358 782 763 782 763", "M-275 -309C-275 -309 -207 96 257 223C721 350 789 755 789 755", "M-268 -317C-268 -317 -200 88 264 215C728 342 796 747 796 747", "M-261 -325C-261 -325 -193 80 271 207C735 334 803 739 803 739", "M-254 -333C-254 -333 -186 72 278 199C742 326 810 731 810 731", "M-247 -341C-247 -341 -179 64 285 191C749 318 817 723 817 723", "M-240 -349C-240 -349 -172 56 292 183C756 310 824 715 824 715", "M-233 -357C-233 -357 -165 48 299 175C763 302 831 707 831 707", "M-226 -365C-226 -365 -158 40 306 167C770 294 838 699 838 699", "M-219 -373C-219 -373 -151 32 313 159C777 286 845 691 845 691", "M-212 -381C-212 -381 -144 24 320 151C784 278 852 683 852 683", "M-205 -389C-205 -389 -137 16 327 143C791 270 859 675 859 675", "M-198 -397C-198 -397 -130 8 334 135C798 262 866 667 866 667", "M-191 -405C-191 -405 -123 0 341 127C805 254 873 659 873 659", "M-184 -413C-184 -413 -116 -8 348 119C812 246 880 651 880 651", "M-177 -421C-177 -421 -109 -16 355 111C819 238 887 643 887 643", "M-170 -429C-170 -429 -102 -24 362 103C826 230 894 635 894 635", "M-163 -437C-163 -437 -95 -32 369 95C833 222 901 627 901 627", "M-156 -445C-156 -445 -88 -40 376 87C840 214 908 619 908 619", "M-149 -453C-149 -453 -81 -48 383 79C847 206 915 611 915 611", "M-142 -461C-142 -461 -74 -56 390 71C854 198 922 603 922 603", "M-135 -469C-135 -469 -67 -64 397 63C861 190 929 595 929 595", "M-128 -477C-128 -477 -60 -72 404 55C868 182 936 587 936 587", "M-121 -485C-121 -485 -53 -80 411 47C875 174 943 579 943 579", "M-114 -493C-114 -493 -46 -88 418 39C882 166 950 571 950 571", "M-107 -501C-107 -501 -39 -96 425 31C889 158 957 563 957 563", "M-100 -509C-100 -509 -32 -104 432 23C896 150 964 555 964 555", "M-93 -517C-93 -517 -25 -112 439 15C903 142 971 547 971 547", "M-86 -525C-86 -525 -18 -120 446 7C910 134 978 539 978 539", "M-79 -533C-79 -533 -11 -128 453 -1C917 126 985 531 985 531", "M-72 -541C-72 -541 -4 -136 460 -9C924 118 992 523 992 523", "M-65 -549C-65 -549 3 -144 467 -17C931 110 999 515 999 515", "M-58 -557C-58 -557 10 -152 474 -25C938 102 1006 507 1006 507", "M-51 -565C-51 -565 17 -160 481 -33C945 94 1013 499 1013 499", "M-44 -573C-44 -573 24 -168 488 -41C952 86 1020 491 1020 491", "M-37 -581C-37 -581 31 -176 495 -49C959 78 1027 483 1027 483", ]; return ( <div className={cn( "absolute h-full w-full inset-0 [mask-size:40px] [mask-repeat:no-repeat] flex items-center justify-center", className )} > <svg className=" z-0 h-full w-full pointer-events-none absolute " width="100%" height="100%" viewBox="0 0 696 316" fill="none" xmlns="http://www.w3.org/2000/svg" > <path d="M-380 -189C-380 -189 -312 216 152 343C616 470 684 875 684 875M-373 -197C-373 -197 -305 208 159 335C623 462 691 867 691 867M-366 -205C-366 -205 -298 200 166 327C630 454 698 859 698 859M-359 -213C-359 -213 -291 192 173 319C637 446 705 851 705 851M-352 -221C-352 -221 -284 184 180 311C644 438 712 843 712 843M-345 -229C-345 -229 -277 176 187 303C651 430 719 835 719 835M-338 -237C-338 -237 -270 168 194 295C658 422 726 827 726 827M-331 -245C-331 -245 -263 160 201 287C665 414 733 819 733 819M-324 -253C-324 -253 -256 152 208 279C672 406 740 811 740 811M-317 -261C-317 -261 -249 144 215 271C679 398 747 803 747 803M-310 -269C-310 -269 -242 136 222 263C686 390 754 795 754 795M-303 -277C-303 -277 -235 128 229 255C693 382 761 787 761 787M-296 -285C-296 -285 -228 120 236 247C700 374 768 779 768 779M-289 -293C-289 -293 -221 112 243 239C707 366 775 771 775 771M-282 -301C-282 -301 -214 104 250 231C714 358 782 763 782 763M-275 -309C-275 -309 -207 96 257 223C721 350 789 755 789 755M-268 -317C-268 -317 -200 88 264 215C728 342 796 747 796 747M-261 -325C-261 -325 -193 80 271 207C735 334 803 739 803 739M-254 -333C-254 -333 -186 72 278 199C742 326 810 731 810 731M-247 -341C-247 -341 -179 64 285 191C749 318 817 723 817 723M-240 -349C-240 -349 -172 56 292 183C756 310 824 715 824 715M-233 -357C-233 -357 -165 48 299 175C763 302 831 707 831 707M-226 -365C-226 -365 -158 40 306 167C770 294 838 699 838 699M-219 -373C-219 -373 -151 32 313 159C777 286 845 691 845 691M-212 -381C-212 -381 -144 24 320 151C784 278 852 683 852 683M-205 -389C-205 -389 -137 16 327 143C791 270 859 675 859 675M-198 -397C-198 -397 -130 8 334 135C798 262 866 667 866 667M-191 -405C-191 -405 -123 0 341 127C805 254 873 659 873 659M-184 -413C-184 -413 -116 -8 348 119C812 246 880 651 880 651M-177 -421C-177 -421 -109 -16 355 111C819 238 887 643 887 643M-170 -429C-170 -429 -102 -24 362 103C826 230 894 635 894 635M-163 -437C-163 -437 -95 -32 369 95C833 222 901 627 901 627M-156 -445C-156 -445 -88 -40 376 87C840 214 908 619 908 619M-149 -453C-149 -453 -81 -48 383 79C847 206 915 611 915 611M-142 -461C-142 -461 -74 -56 390 71C854 198 922 603 922 603M-135 -469C-135 -469 -67 -64 397 63C861 190 929 595 929 595M-128 -477C-128 -477 -60 -72 404 55C868 182 936 587 936 587M-121 -485C-121 -485 -53 -80 411 47C875 174 943 579 943 579M-114 -493C-114 -493 -46 -88 418 39C882 166 950 571 950 571M-107 -501C-107 -501 -39 -96 425 31C889 158 957 563 957 563M-100 -509C-100 -509 -32 -104 432 23C896 150 964 555 964 555M-93 -517C-93 -517 -25 -112 439 15C903 142 971 547 971 547M-86 -525C-86 -525 -18 -120 446 7C910 134 978 539 978 539M-79 -533C-79 -533 -11 -128 453 -1C917 126 985 531 985 531M-72 -541C-72 -541 -4 -136 460 -9C924 118 992 523 992 523M-65 -549C-65 -549 3 -144 467 -17C931 110 999 515 999 515M-58 -557C-58 -557 10 -152 474 -25C938 102 1006 507 1006 507M-51 -565C-51 -565 17 -160 481 -33C945 94 1013 499 1013 499M-44 -573C-44 -573 24 -168 488 -41C952 86 1020 491 1020 491M-37 -581C-37 -581 31 -176 495 -49C959 78 1027 483 1027 483M-30 -589C-30 -589 38 -184 502 -57C966 70 1034 475 1034 475M-23 -597C-23 -597 45 -192 509 -65C973 62 1041 467 1041 467M-16 -605C-16 -605 52 -200 516 -73C980 54 1048 459 1048 459M-9 -613C-9 -613 59 -208 523 -81C987 46 1055 451 1055 451M-2 -621C-2 -621 66 -216 530 -89C994 38 1062 443 1062 443M5 -629C5 -629 73 -224 537 -97C1001 30 1069 435 1069 435M12 -637C12 -637 80 -232 544 -105C1008 22 1076 427 1076 427M19 -645C19 -645 87 -240 551 -113C1015 14 1083 419 1083 419" stroke="url(#paint0_radial_242_278)" strokeOpacity="0.05" strokeWidth="0.5" ></path> {paths.map((path, index) => ( <motion.path key={`path-` + index} d={path} stroke={`url(#linearGradient-${index})`} strokeOpacity="0.4" strokeWidth="0.5" ></motion.path> ))} <defs> {paths.map((path, index) => ( <motion.linearGradient id={`linearGradient-${index}`} key={`gradient-${index}`} initial={{ x1: "0%", x2: "0%", y1: "0%", y2: "0%", }} animate={{ x1: ["0%", "100%"], x2: ["0%", "95%"], y1: ["0%", "100%"], y2: ["0%", `${93 + Math.random() * 8}%`], }} transition={{ duration: Math.random() * 10 + 10, ease: "easeInOut", repeat: Infinity, delay: Math.random() * 10, }} > <stop stopColor="#18CCFC" stopOpacity="0"></stop> <stop stopColor="#18CCFC"></stop> <stop offset="32.5%" stopColor="#6344F5"></stop> <stop offset="100%" stopColor="#AE48FF" stopOpacity="0"></stop> </motion.linearGradient> ))} <radialGradient id="paint0_radial_242_278" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(352 34) rotate(90) scale(555 1560.62)" > <stop offset="0.0666667" stopColor="var(--neutral-300)"></stop> <stop offset="0.243243" stopColor="var(--neutral-300)"></stop> <stop offset="0.43594" stopColor="white" stopOpacity="0"></stop> </radialGradient> </defs> </svg> </div> ); }); BackgroundBeams.displayName = "BackgroundBeams";CopyExpandPropsProp nameTypeDescriptionclassNamestringThe class name of the Background Beams component. Aceternity UIA product by AceternityBuilding in public at @mannupaajiPricingComponentsTemplatesCategoriesBlogBox ShadowsTwitterDiscord(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])self.__next_f.push([1,"1:HL[\"/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/media/e11418ac562b8ac1-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n3:HL[\"/_next/static/css/67e111cfe08aedf0.css\",\"style\",{\"crossOrigin\":\"\"}]\n0:\"$L4\"\n"])self.__next_f.push([1,"5:HL[\"/_next/static/media/122c360d7fe6d395-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n6:HL[\"/_next/static/css/6b6b43a691930088.css\",\"style\",{\"crossOrigin\":\"\"}]\n"])self.__next_f.push([1,"7:I[47690,[],\"\"]\na:I[5613,[],\"\"]\nc:I[31778,[],\"\"]\nd:I[32302,[\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"6447\",\"static/chunks/6447-ae975e329e21b198.js\",\"2686\",\"static/chunks/app/components/layout-38c738ac732dbd30.js\"],\"ScrollArea\"]\ne:I[45467,[\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"6447\",\"static/chunks/64"])self.__next_f.push([1,"47-ae975e329e21b198.js\",\"2686\",\"static/chunks/app/components/layout-38c738ac732dbd30.js\"],\"DocsSidebarNav\"]\n11:I[48955,[],\"\"]\nb:[\"slug\",\"background-beams\",\"d\"]\n"])self.__next_f.push([1,"4:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/67e111cfe08aedf0.css\",\"precedence\":\"next\",\"crossOrigin\":\"\"}]],[\"$\",\"$L7\",null,{\"buildId\":\"iuH6UfiLDNWMGyM69cLJP\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/components/background-beams\",\"initialTree\":[\"\",{\"children\":[\"components\",{\"children\":[[\"slug\",\"background-beams\",\"d\"],{\"children\":[\"__PAGE__?{\\\"slug\\\":\\\"background-beams\\\"}\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"components\",{\"children\":[[\"slug\",\"background-beams\",\"d\"],{\"children\":[\"__PAGE__\",{},[\"$L8\",\"$L9\",null]]},[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"components\",\"children\",\"$b\",\"children\"],\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"loadingScripts\":\"$undefined\",\"hasLoading\":false,\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lc\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/6b6b43a691930088.css\",\"precedence\":\"next\",\"crossOrigin\":\"\"}]]}]]},[null,[\"$\",\"div\",null,{\"className\":\" bg-white dark:bg-brand pt-20\",\"children\":[\"$\",\"div\",null,{\"className\":\"container flex-1 items-start lg:grid lg:grid-cols-[240px_minmax(0,1fr)] lg:gap-10\",\"children\":[[\"$\",\"aside\",null,{\"className\":\"fixed top-14 z-30 -ml-2 hidden h-[calc(100vh-3.5rem)] w-full shrink-0 lg:sticky lg:block lg:self-start\",\"children\":[\"$\",\"$Ld\",null,{\"className\":\"h-full py-6 pr-6 lg:py-8 \",\"children\":[\"$\",\"$Le\",null,{\"items\":[{\"title\":\"Follow for updates\",\"items\":[{\"title\":\"Twitter @mannupaaji\",\"href\":\"https://twitter.com/mannupaaji\",\"items\":[]}]},{\"title\":\"Installation\",\"items\":[{\"title\":\"Install Next.js\",\"href\":\"/docs/install-nextjs\",\"items\":[]},{\"title\":\"Install Tailwind CSS\",\"href\":\"/docs/install-tailwindcss\",\"items\":[]},{\"title\":\"Add utilities\",\"href\":\"/docs/add-utilities\",\"items\":[]},{\"title\":\"CLI\",\"href\":\"/docs/cli\",\"items\":[]}]},{\"title\":\"All Components\",\"items\":[{\"title\":\"3D Card Effect\",\"href\":\"/components/3d-card-effect\",\"items\":[]},{\"title\":\"3D Pin\",\"href\":\"/components/3d-pin\",\"items\":[]},{\"title\":\"Animated Modal\",\"href\":\"/components/animated-modal\",\"items\":[],\"label\":\"New\"},{\"title\":\"Animated Tooltip\",\"href\":\"/components/animated-tooltip\",\"items\":[]},{\"title\":\"Aurora Background\",\"href\":\"/components/aurora-background\",\"items\":[]},{\"title\":\"Background Beams\",\"href\":\"/components/background-beams\",\"items\":[]},{\"title\":\"Background Boxes\",\"href\":\"/components/background-boxes\",\"items\":[]},{\"title\":\"Background Gradient\",\"href\":\"/components/background-gradient\",\"items\":[]},{\"title\":\"Bento Grid\",\"href\":\"/components/bento-grid\",\"items\":[]},{\"title\":\"Canvas Reveal Effect\",\"href\":\"/components/canvas-reveal-effect\",\"items\":[]},{\"title\":\"Card Hover Effect\",\"href\":\"/components/card-hover-effect\",\"items\":[]},{\"title\":\"Card Stack\",\"href\":\"/components/card-stack\",\"items\":[]},{\"title\":\"Container Scroll Animation\",\"href\":\"/components/container-scroll-animation\",\"items\":[]},{\"title\":\"Direction Aware Hover\",\"href\":\"/components/direction-aware-hover\",\"items\":[]},{\"title\":\"Evervault Card\",\"href\":\"/components/evervault-card\",\"items\":[]},{\"title\":\"Expandable Card\",\"href\":\"/components/expandable-card\",\"items\":[],\"label\":\"New\"},{\"title\":\"Flip Words\",\"href\":\"/components/flip-words\",\"items\":[]},{\"title\":\"Floating Navbar\",\"href\":\"/components/floating-navbar\",\"items\":[]},{\"title\":\"Following Pointer\",\"href\":\"/components/following-pointer\",\"items\":[]},{\"title\":\"GitHub Globe\",\"href\":\"/components/github-globe\",\"items\":[]},{\"title\":\"Glare Card\",\"href\":\"/components/glare-card\",\"items\":[],\"label\":\"New\"},{\"title\":\"Glowing Stars\",\"href\":\"/components/glowing-stars-effect\",\"items\":[]},{\"title\":\"Google Gemini Effect\",\"href\":\"/components/google-gemini-effect\",\"items\":[]},{\"title\":\"Gradient Animation\",\"href\":\"/components/background-gradient-animation\",\"items\":[]},{\"title\":\"Grid and Dot Backgrounds\",\"href\":\"/components/grid-and-dot-backgrounds\",\"items\":[]},{\"title\":\"Hero Highlight\",\"href\":\"/components/hero-highlight\",\"items\":[]},{\"title\":\"Hero Parallax\",\"href\":\"/components/hero-parallax\",\"items\":[]},{\"title\":\"Hover Border Gradient\",\"href\":\"/components/hover-border-gradient\",\"items\":[]},{\"title\":\"Images Slider\",\"href\":\"/components/images-slider\",\"items\":[]},{\"title\":\"Infinite Moving Cards\",\"href\":\"/components/infinite-moving-cards\",\"items\":[]},{\"title\":\"Lamp effect\",\"href\":\"/components/lamp-effect\",\"items\":[]},{\"title\":\"Layout Grid\",\"href\":\"/components/layout-grid\",\"items\":[]},{\"title\":\"Link Preview\",\"href\":\"/components/link-preview\",\"items\":[]},{\"title\":\"Macbook Scroll\",\"href\":\"/components/macbook-scroll\",\"items\":[]},{\"title\":\"Meteors\",\"href\":\"/components/meteors\",\"items\":[]},{\"title\":\"Moving Border\",\"href\":\"/components/moving-border\",\"items\":[]},{\"title\":\"Multi Step Loader\",\"href\":\"/components/multi-step-loader\",\"items\":[]},{\"title\":\"Navbar Menu\",\"href\":\"/components/navbar-menu\",\"items\":[]},{\"title\":\"Parallax Scroll\",\"href\":\"/components/parallax-scroll\",\"items\":[]},{\"title\":\"Placeholders And Vanish Input\",\"href\":\"/components/placeholders-and-vanish-input\",\"items\":[]},{\"title\":\"Sidebar\",\"href\":\"/components/sidebar\",\"items\":[],\"label\":\"New\"},{\"title\":\"Signup Form\",\"href\":\"/components/signup-form\",\"items\":[]},{\"title\":\"Sparkles\",\"href\":\"/components/sparkles\",\"items\":[]},{\"title\":\"Spotlight\",\"href\":\"/components/spotlight\",\"items\":[]},{\"title\":\"Sticky Scroll Reveal\",\"href\":\"/components/sticky-scroll-reveal\",\"items\":[]},{\"title\":\"SVG Mask Effect\",\"href\":\"/components/svg-mask-effect\",\"items\":[]},{\"title\":\"Tabs\",\"href\":\"/components/tabs\",\"items\":[]},{\"title\":\"Tailwind CSS buttons\",\"href\":\"/components/tailwindcss-buttons\",\"items\":[]},{\"title\":\"Text Generate Effect\",\"href\":\"/components/text-generate-effect\",\"items\":[]},{\"title\":\"Text Reveal Card\",\"href\":\"/components/text-reveal-card\",\"items\":[]},{\"title\":\"Tracing Beam\",\"href\":\"/components/tracing-beam\",\"items\":[]},{\"title\":\"Typewriter Effect\",\"href\":\"/components/typewriter-effect\",\"items\":[]},{\"title\":\"Vortex\",\"href\":\"/components/vortex\",\"items\":[]},{\"title\":\"Wavy Background\",\"href\":\"/components/wavy-background\",\"items\":[]},{\"title\":\"Wobble Card\",\"href\":\"/components/wobble-card\",\"items\":[]}]},{\"title\":\"Marketing\",\"items\":[{\"title\":\"Cards\",\"href\":\"/components/cards\",\"items\":[],\"badge\":\"3\"},{\"title\":\"Feature sections\",\"href\":\"/components/feature-sections\",\"items\":[],\"badge\":\"3\"}]}]}]}]}],[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"components\",\"children\"],\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"loadingScripts\":\"$undefined\",\"hasLoading\":false,\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lc\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\",\"styles\":null}]]}]}],null]]},[null,\"$Lf\",null]],\"initialHead\":[false,\"$L10\"],\"globalErrorComponent\":\"$11\"}]]\n"])self.__next_f.push([1,"12:I[77279,[\"6115\",\"static/chunks/8dc5345f-7c0cf51404ce5c83.js\",\"8310\",\"static/chunks/0e5ce63c-1571cb7fe04f565a.js\",\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"7106\",\"static/chunks/7106-71a563599bfa5483.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"2791\",\"static/chunks/2791-7e4a53a19f9d17a6.js\",\"1424\",\"static/chunks/1424-d724e09ff7e0aa5f.js\",\"3649\",\"static/chunks/3649-a7b35ecf47a0263a.js\",\"2235\",\"static/chunks/2235-c91b6c9e3c9fcd60.js\",\"8226\",\"static/chunks/8226-58a16fab4276c086.js\",\"4067\",\"static/chunks/4067-c82acd005c5a407d.js\",\"7858\",\"static/chunks/app/components/%5Bslug%5D/page-6f3d015f6a7eb41c.js\"],\"\"]\n"])self.__next_f.push([1,"13:I[25250,[\"6115\",\"static/chunks/8dc5345f-7c0cf51404ce5c83.js\",\"8310\",\"static/chunks/0e5ce63c-1571cb7fe04f565a.js\",\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"7106\",\"static/chunks/7106-71a563599bfa5483.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"2791\",\"static/chunks/2791-7e4a53a19f9d17a6.js\",\"1424\",\"static/chunks/1424-d724e09ff7e0aa5f.js\",\"3649\",\"static/chunks/3649-a7b35ecf47a0263a.js\",\"2235\",\"static/chunks/2235-c91b6c9e3c9fcd60.js\",\"8226\",\"static/chunks/8226-58a16fab4276c086.js\",\"4067\",\"static/chunks/4067-c82acd005c5a407d.js\",\"7858\",\"static/chunks/app/components/%5Bslug%5D/page-6f3d015f6a7eb41c.js\"],\"\"]\n"])self.__next_f.push([1,"14:I[22171,[\"6115\",\"static/chunks/8dc5345f-7c0cf51404ce5c83.js\",\"8310\",\"static/chunks/0e5ce63c-1571cb7fe04f565a.js\",\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"7106\",\"static/chunks/7106-71a563599bfa5483.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"2791\",\"static/chunks/2791-7e4a53a19f9d17a6.js\",\"1424\",\"static/chunks/1424-d724e09ff7e0aa5f.js\",\"3649\",\"static/chunks/3649-a7b35ecf47a0263a.js\",\"2235\",\"static/chunks/2235-c91b6c9e3c9fcd60.js\",\"8226\",\"static/chunks/8226-58a16fab4276c086.js\",\"4067\",\"static/chunks/4067-c82acd005c5a407d.js\",\"7858\",\"static/chunks/app/components/%5Bslug%5D/page-6f3d015f6a7eb41c.js\"],\"ComponentPreview\"]\n"])self.__next_f.push([1,"15:I[21928,[\"6115\",\"static/chunks/8dc5345f-7c0cf51404ce5c83.js\",\"8310\",\"static/chunks/0e5ce63c-1571cb7fe04f565a.js\",\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"7106\",\"static/chunks/7106-71a563599bfa5483.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"2791\",\"static/chunks/2791-7e4a53a19f9d17a6.js\",\"1424\",\"static/chunks/1424-d724e09ff7e0aa5f.js\",\"3649\",\"static/chunks/3649-a7b35ecf47a0263a.js\",\"2235\",\"static/chunks/2235-c91b6c9e3c9fcd60.js\",\"8226\",\"static/chunks/8226-58a16fab4276c086.js\",\"4067\",\"static/chunks/4067-c82acd005c5a407d.js\",\"7858\",\"static/chunks/app/components/%5Bslug%5D/page-6f3d015f6a7eb41c.js\"],\"StyleWrapper\"]\n"])self.__next_f.push([1,"16:I[23546,[\"6115\",\"static/chunks/8dc5345f-7c0cf51404ce5c83.js\",\"8310\",\"static/chunks/0e5ce63c-1571cb7fe04f565a.js\",\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"7106\",\"static/chunks/7106-71a563599bfa5483.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"2791\",\"static/chunks/2791-7e4a53a19f9d17a6.js\",\"1424\",\"static/chunks/1424-d724e09ff7e0aa5f.js\",\"3649\",\"static/chunks/3649-a7b35ecf47a0263a.js\",\"2235\",\"static/chunks/2235-c91b6c9e3c9fcd60.js\",\"8226\",\"static/chunks/8226-58a16fab4276c086.js\",\"4067\",\"static/chunks/4067-c82acd005c5a407d.js\",\"7858\",\"static/chunks/app/components/%5Bslug%5D/page-6f3d015f6a7eb41c.js\"],\"CopyButton\"]\n"])self.__next_f.push([1,"18:I[99497,[\"6115\",\"static/chunks/8dc5345f-7c0cf51404ce5c83.js\",\"8310\",\"static/chunks/0e5ce63c-1571cb7fe04f565a.js\",\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"7106\",\"static/chunks/7106-71a563599bfa5483.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"2791\",\"static/chunks/2791-7e4a53a19f9d17a6.js\",\"1424\",\"static/chunks/1424-d724e09ff7e0aa5f.js\",\"3649\",\"static/chunks/3649-a7b35ecf47a0263a.js\",\"2235\",\"static/chunks/2235-c91b6c9e3c9fcd60.js\",\"8226\",\"static/chunks/8226-58a16fab4276c086.js\",\"4067\",\"static/chunks/4067-c82acd005c5a407d.js\",\"7858\",\"static/chunks/app/components/%5Bslug%5D/page-6f3d015f6a7eb41c.js\"],\"Tabs\"]\n"])self.__next_f.push([1,"19:I[99497,[\"6115\",\"static/chunks/8dc5345f-7c0cf51404ce5c83.js\",\"8310\",\"static/chunks/0e5ce63c-1571cb7fe04f565a.js\",\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"7106\",\"static/chunks/7106-71a563599bfa5483.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"2791\",\"static/chunks/2791-7e4a53a19f9d17a6.js\",\"1424\",\"static/chunks/1424-d724e09ff7e0aa5f.js\",\"3649\",\"static/chunks/3649-a7b35ecf47a0263a.js\",\"2235\",\"static/chunks/2235-c91b6c9e3c9fcd60.js\",\"8226\",\"static/chunks/8226-58a16fab4276c086.js\",\"4067\",\"static/chunks/4067-c82acd005c5a407d.js\",\"7858\",\"static/chunks/app/components/%5Bslug%5D/page-6f3d015f6a7eb41c.js\"],\"TabsList\"]\n"])self.__next_f.push([1,"1a:I[99497,[\"6115\",\"static/chunks/8dc5345f-7c0cf51404ce5c83.js\",\"8310\",\"static/chunks/0e5ce63c-1571cb7fe04f565a.js\",\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"7106\",\"static/chunks/7106-71a563599bfa5483.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"2791\",\"static/chunks/2791-7e4a53a19f9d17a6.js\",\"1424\",\"static/chunks/1424-d724e09ff7e0aa5f.js\",\"3649\",\"static/chunks/3649-a7b35ecf47a0263a.js\",\"2235\",\"static/chunks/2235-c91b6c9e3c9fcd60.js\",\"8226\",\"static/chunks/8226-58a16fab4276c086.js\",\"4067\",\"static/chunks/4067-c82acd005c5a407d.js\",\"7858\",\"static/chunks/app/components/%5Bslug%5D/page-6f3d015f6a7eb41c.js\"],\"TabsTrigger\"]\n"])self.__next_f.push([1,"1b:I[99497,[\"6115\",\"static/chunks/8dc5345f-7c0cf51404ce5c83.js\",\"8310\",\"static/chunks/0e5ce63c-1571cb7fe04f565a.js\",\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"7106\",\"static/chunks/7106-71a563599bfa5483.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"2791\",\"static/chunks/2791-7e4a53a19f9d17a6.js\",\"1424\",\"static/chunks/1424-d724e09ff7e0aa5f.js\",\"3649\",\"static/chunks/3649-a7b35ecf47a0263a.js\",\"2235\",\"static/chunks/2235-c91b6c9e3c9fcd60.js\",\"8226\",\"static/chunks/8226-58a16fab4276c086.js\",\"4067\",\"static/chunks/4067-c82acd005c5a407d.js\",\"7858\",\"static/chunks/app/components/%5Bslug%5D/page-6f3d015f6a7eb41c.js\"],\"TabsContent\"]\n"])self.__next_f.push([1,"1c:I[23546,[\"6115\",\"static/chunks/8dc5345f-7c0cf51404ce5c83.js\",\"8310\",\"static/chunks/0e5ce63c-1571cb7fe04f565a.js\",\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"7106\",\"static/chunks/7106-71a563599bfa5483.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"2791\",\"static/chunks/2791-7e4a53a19f9d17a6.js\",\"1424\",\"static/chunks/1424-d724e09ff7e0aa5f.js\",\"3649\",\"static/chunks/3649-a7b35ecf47a0263a.js\",\"2235\",\"static/chunks/2235-c91b6c9e3c9fcd60.js\",\"8226\",\"static/chunks/8226-58a16fab4276c086.js\",\"4067\",\"static/chunks/4067-c82acd005c5a407d.js\",\"7858\",\"static/chunks/app/components/%5Bslug%5D/page-6f3d015f6a7eb41c.js\"],\"CopyNpmCommandButton\"]\n"])self.__next_f.push([1,"1e:I[69020,[\"2400\",\"static/chunks/12038df7-5e1a9cb2eb03676e.js\",\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"4953\",\"static/chunks/4953-c79c69f17011d0ca.js\",\"3185\",\"static/chunks/app/layout-008cb20813097fc7.js\"],\"InitIntercom\"]\n1f:I[30078,[\"2400\",\"static/chunks/12038df"])self.__next_f.push([1,"7-5e1a9cb2eb03676e.js\",\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"4953\",\"static/chunks/4953-c79c69f17011d0ca.js\",\"3185\",\"static/chunks/app/layout-008cb20813097fc7.js\"],\"ThemeProvider\"]\n20:I[33488,[\"2400\",\"static/chunks/12038df7-5e1a9cb2eb03676e.js\",\"7895\",\"static/ch"])self.__next_f.push([1,"unks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"4953\",\"static/chunks/4953-c79c69f17011d0ca.js\",\"3185\",\"static/chunks/app/layout-008cb20813097fc7.js\"],\"\"]\n"])self.__next_f.push([1,"21:I[81749,[\"6115\",\"static/chunks/8dc5345f-7c0cf51404ce5c83.js\",\"8310\",\"static/chunks/0e5ce63c-1571cb7fe04f565a.js\",\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"7106\",\"static/chunks/7106-71a563599bfa5483.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"2791\",\"static/chunks/2791-7e4a53a19f9d17a6.js\",\"1424\",\"static/chunks/1424-d724e09ff7e0aa5f.js\",\"3649\",\"static/chunks/3649-a7b35ecf47a0263a.js\",\"2235\",\"static/chunks/2235-c91b6c9e3c9fcd60.js\",\"8226\",\"static/chunks/8226-58a16fab4276c086.js\",\"4067\",\"static/chunks/4067-c82acd005c5a407d.js\",\"7858\",\"static/chunks/app/components/%5Bslug%5D/page-6f3d015f6a7eb41c.js\"],\"Image\"]\n"])self.__next_f.push([1,"22:I[69657,[\"2400\",\"static/chunks/12038df7-5e1a9cb2eb03676e.js\",\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"4953\",\"static/chunks/4953-c79c69f17011d0ca.js\",\"3185\",\"static/chunks/app/layout-008cb20813097fc7.js\"],\"Toaster\"]\n17:T517,"])self.__next_f.push([1,"\"use client\";\nimport React from \"react\";\nimport { BackgroundBeams } from \"../ui/background-beams\";\n\nexport function BackgroundBeamsDemo() {\n return (\n \u003cdiv className=\"h-[40rem] w-full rounded-md bg-neutral-950 relative flex flex-col items-center justify-center antialiased\"\u003e\n \u003cdiv className=\"max-w-2xl mx-auto p-4\"\u003e\n \u003ch1 className=\"relative z-10 text-lg md:text-7xl bg-clip-text text-transparent bg-gradient-to-b from-neutral-200 to-neutral-600 text-center font-sans font-bold\"\u003e\n Join the waitlist\n \u003c/h1\u003e\n \u003cp\u003e\u003c/p\u003e\n \u003cp className=\"text-neutral-500 max-w-lg mx-auto my-2 text-sm text-center relative z-10\"\u003e\n Welcome to MailJet, the best transactional email service on the web.\n We provide reliable, scalable, and customizable email solutions for\n your business. Whether you\u0026apos;re sending order confirmations,\n password reset emails, or promotional campaigns, MailJet has got you\n covered.\n \u003c/p\u003e\n \u003cinput\n type=\"text\"\n placeholder=\"hi@manuarora.in\"\n className=\"rounded-lg border border-neutral-800 focus:ring-2 focus:ring-teal-500 w-full relative z-10 mt-4 bg-neutral-950 placeholder:text-neutral-700\"\n /\u003e\n \u003c/div\u003e\n \u003cBackgroundBeams /\u003e\n \u003c/div\u003e\n );\n}\n"])self.__next_f.push([1,"9:[\"$\",\"main\",null,{\"className\":\"relative py-6 lg:gap-10 lg:py-8\",\"children\":[\"$\",\"div\",null,{\"className\":\"mx-auto w-full min-w-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"scroll-m-20 text-4xl font-bold tracking-tight text-black dark:text-white\",\"children\":\"Background Beams\"}],[\"$\",\"p\",null,{\"className\":\"text-lg text-muted-foreground\",\"children\":[\"$\",\"$L12\",null,{\"children\":\"Multiple background beams that follow a path of SVG, makes a good hero section background.\"}]}],[\"$\",\"div\",null,{\"className\":\"flex gap-2 flex-wrap\",\"children\":[[\"$\",\"$L13\",\"card0\",{\"href\":\"/categories/card\",\"className\":\" bg-neutral-50 text-neutral-700 dark:text-zinc-300 dark:bg-zinc-900 dark:border-zinc-800 border border-neutral-100 text-xs px-1 py-0.5 rounded-md capitalize\",\"children\":\"card\"}],[\"$\",\"$L13\",\"background1\",{\"href\":\"/categories/background\",\"className\":\" bg-neutral-50 text-neutral-700 dark:text-zinc-300 dark:bg-zinc-900 dark:border-zinc-800 border border-neutral-100 text-xs px-1 py-0.5 rounded-md capitalize\",\"children\":\"background\"}],[\"$\",\"$L13\",\"gradient2\",{\"href\":\"/categories/gradient\",\"className\":\" bg-neutral-50 text-neutral-700 dark:text-zinc-300 dark:bg-zinc-900 dark:border-zinc-800 border border-neutral-100 text-xs px-1 py-0.5 rounded-md capitalize\",\"children\":\"gradient\"}],[\"$\",\"$L13\",\"special3\",{\"href\":\"/categories/special\",\"className\":\" bg-neutral-50 text-neutral-700 dark:text-zinc-300 dark:bg-zinc-900 dark:border-zinc-800 border border-neutral-100 text-xs px-1 py-0.5 rounded-md capitalize\",\"children\":\"special\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"pb-12 pt-8\",\"children\":[\"$\",\"div\",null,{\"className\":\"mdx\",\"children\":[[\"$\",\"$L14\",null,{\"name\":\"background-beams-demo\",\"className\":\"[\u0026_.preview\u003e[data-orientation=vertical]]:sm:max-w-[70%]\",\"children\":[\"$\",\"div\",null,{\"data-rehype-pretty-code-fragment\":\"\",\"children\":[\"$\",\"$L15\",null,{\"styleName\":\"$undefined\",\"children\":[[\"$\",\"pre\",null,{\"className\":\"mb-4 mt-6 max-h-[650px] overflow-x-auto rounded-lg border bg-[#1C2433] py-4 dark:bg-zinc-900\",\"data-language\":\"tsx\",\"data-theme\":\"default\",\"children\":[\"$\",\"code\",null,{\"className\":\"relative rounded bg-muted px-[0.3rem] py-[0.2rem] text-sm dark:text-neutral-200 __className_6dcaa2\",\"data-language\":\"tsx\",\"data-theme\":\"default\",\"children\":[[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"use client\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\";\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"import\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"React\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"from\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"react\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\";\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"import\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"BackgroundBeams\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"from\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"../ui/background-beams\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\";\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":\" \"}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"export\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"function\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" BackgroundBeamsDemo\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"()\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"return\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"div \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"className\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"h-[40rem] w-full rounded-md bg-neutral-950 relative flex flex-col items-center justify-center antialiased\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"div\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"className\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"max-w-2xl mx-auto p-4\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"h1\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"className\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"relative z-10 text-lg md:text-7xl bg-clip-text text-transparent bg-gradient-to-b from-neutral-200 to-neutral-600 text-center font-sans font-bold\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" Join the waitlist\"}]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"h1\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"p\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"p\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"p\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"className\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"text-neutral-500 max-w-lg mx-auto my-2 text-sm text-center relative z-10\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" Welcome to MailJet, the best transactional email service on the web.\"}]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" We provide reliable, scalable, and customizable email solutions for\"}]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" your business. Whether you\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"\u0026\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#E35535\"},\"children\":\"apos\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\";\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\"re sending order confirmations,\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" password reset emails, or promotional campaigns, MailJet has got you\"}]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" covered.\"}]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"p\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"input\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"type\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"text\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"placeholder\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"hi@manuarora.in\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"className\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"rounded-lg border border-neutral-800 focus:ring-2 focus:ring-teal-500 w-full relative z-10 mt-4 bg-neutral-950 placeholder:text-neutral-700\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"/\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"div\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B78AFF\"},\"children\":\"BackgroundBeams\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"/\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"div\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\");\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}]}]]}]}],[\"$\",\"$L16\",null,{\"value\":\"$17\",\"src\":\"src/registry/default/example/background-beams-demo.tsx\",\"event\":\"$undefined\",\"className\":\"absolute right-4 top-4\"}],\"$undefined\"]}]}]}],\"\\n\",[\"$\",\"h2\",null,{\"className\":\"font-heading mt-12 scroll-m-20 pb-2 text-2xl font-semibold tracking-tight first:mt-0 text-black dark:text-white\",\"id\":\"installation\",\"children\":[[\"$\",\"a\",null,{\"className\":\"font-medium underline underline-offset-4 subheading-anchor\",\"aria-label\":\"Link to section\",\"href\":\"#installation\",\"children\":[\"$\",\"span\",null,{\"className\":\"icon icon-link\"}]}],\"Installation\"]}],\"\\n\",[\"$\",\"$L18\",null,{\"className\":\"relative mt-6 w-full\",\"defaultValue\":\"manual\",\"children\":[[\"$\",\"$L19\",null,{\"className\":\"w-full justify-start rounded-none border-b bg-transparent p-0\",\"children\":[[\"$\",\"$L1a\",null,{\"className\":\"relative h-9 rounded-none border-b-2 border-b-transparent bg-transparent px-4 pb-3 pt-2 font-semibold text-muted-foreground shadow-none transition-none data-[state=active]:border-b-primary data-[state=active]:text-foreground data-[state=active]:shadow-none\",\"value\":\"cli\",\"children\":\"CLI\"}],[\"$\",\"$L1a\",null,{\"className\":\"relative h-9 rounded-none border-b-2 border-b-transparent bg-transparent px-4 pb-3 pt-2 font-semibold text-muted-foreground shadow-none transition-none data-[state=active]:border-b-primary data-[state=active]:text-foreground data-[state=active]:shadow-none\",\"value\":\"manual\",\"children\":\"Manual\"}]]}],[\"$\",\"$L1b\",null,{\"className\":\"relative [\u0026_h3.font-heading]:text-base [\u0026_h3.font-heading]:font-semibold\",\"value\":\"cli\",\"children\":[\"$\",\"div\",null,{\"className\":\"[\u0026\u003eh3]:step steps mb-12 ml-4 border-l pl-8 [counter-reset:step]\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-heading relative mt-8 scroll-m-20 text-xl font-semibold tracking-tight text-black dark:text-neutral-200\",\"children\":[[\"$\",\"span\",null,{\"className\":\"absolute block -left-8 rounded-tr-full rounded-br-full top-0 z-20 h-full bg-neutral-200 dark:bg-neutral-700 w-[6px]\"}],\"Run the following command\"]}],[\"$\",\"div\",null,{\"data-rehype-pretty-code-fragment\":\"\",\"children\":[\"$\",\"$L15\",null,{\"styleName\":\"$undefined\",\"children\":[[\"$\",\"pre\",null,{\"className\":\"mb-4 mt-6 max-h-[650px] overflow-x-auto rounded-lg border bg-[#1C2433] py-4 dark:bg-zinc-900\",\"data-language\":\"bash\",\"data-theme\":\"default\",\"children\":[\"$\",\"code\",null,{\"className\":\"relative rounded bg-muted px-[0.3rem] py-[0.2rem] text-sm dark:text-neutral-200 __className_6dcaa2\",\"data-language\":\"bash\",\"data-theme\":\"default\",\"children\":[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\"npx \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"aceternity-ui@latest\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"add\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"background-beams\"}]]}]}]}],false,[\"$\",\"$L1c\",null,{\"commands\":{\"__npmCommand__\":\"npx aceternity-ui@latest add background-beams\\n\",\"__yarnCommand__\":\"npx aceternity-ui@latest add background-beams\\n\",\"__pnpmCommand__\":\"pnpm dlx aceternity-ui@latest add background-beams\\n\",\"__bunCommand__\":\"bunx --bun aceternity-ui@latest add background-beams\\n\"},\"className\":\"absolute right-4 top-4\"}]]}]}],[\"$\",\"h3\",null,{\"className\":\"font-heading relative mt-8 scroll-m-20 text-xl font-semibold tracking-tight text-black dark:text-neutral-200\",\"children\":[[\"$\",\"span\",null,{\"className\":\"absolute block -left-8 rounded-tr-full rounded-br-full top-0 z-20 h-full bg-neutral-200 dark:bg-neutral-700 w-[6px]\"}],\"Add Tailwind CSS plugin for variable classes\"]}],[\"$\",\"div\",null,{\"data-rehype-pretty-code-fragment\":\"\",\"children\":[[\"$\",\"div\",null,{\"data-rehype-pretty-code-title\":\"\",\"data-language\":\"tsx\",\"data-theme\":\"default\",\"children\":\"tailwind.config.ts\"}],[\"$\",\"$L15\",null,{\"styleName\":\"$undefined\",\"children\":[[\"$\",\"pre\",null,{\"className\":\"mb-4 mt-6 max-h-[650px] overflow-x-auto rounded-lg border bg-[#1C2433] py-4 dark:bg-zinc-900\",\"data-language\":\"tsx\",\"data-theme\":\"default\",\"children\":[\"$\",\"code\",null,{\"className\":\"relative rounded bg-muted px-[0.3rem] py-[0.2rem] text-sm dark:text-neutral-200 __className_6dcaa2\",\"data-language\":\"tsx\",\"data-theme\":\"default\",\"children\":[[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"const\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"defaultTheme\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"require\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"tailwindcss/defaultTheme\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\");\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":\" \"}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"const\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"colors\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"require\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"tailwindcss/colors\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\");\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"const\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"default\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"flattenColorPalette\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"require\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"tailwindcss/lib/util/flattenColorPalette\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\");\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":\" \"}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#54617B\",\"fontStyle\":\"italic\"},\"children\":\"/** \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\",\"fontStyle\":\"italic\"},\"children\":\"@type\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#54617B\",\"fontStyle\":\"italic\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\",\"fontStyle\":\"italic\"},\"children\":\"{\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B78AFF\",\"fontStyle\":\"italic\"},\"children\":\"import('tailwindcss').Config\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\",\"fontStyle\":\"italic\"},\"children\":\"}\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#54617B\",\"fontStyle\":\"italic\"},\"children\":\" */\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"module\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\".\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"exports\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"content\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"[\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"./src/**/*.{ts,tsx}\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"],\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"darkMode\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"class\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"theme\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#54617B\",\"fontStyle\":\"italic\"},\"children\":\"// rest of the code\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"},\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"plugins\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"[\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"addVariablesForColors\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"],\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"};\"}]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":\" \"}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"function\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" addVariablesForColors\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"({\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#F38CEC\"},\"children\":\"addBase\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#F38CEC\"},\"children\":\"theme\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}:\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B78AFF\"},\"children\":\"any\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\")\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"let\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"allColors\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" flattenColorPalette\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"theme\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"colors\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"));\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"let\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"newVars\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"Object\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\".\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"fromEntries\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"Object\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\".\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"entries\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"allColors\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\").\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"map\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(([\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#F38CEC\"},\"children\":\"key\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#F38CEC\"},\"children\":\"val\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"])\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"=\u003e\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"[\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"`--\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"$${\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"key\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"`\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"val\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"])\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\");\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":\" \"}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" addBase\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"({\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\":root\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"newVars\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"});\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}]}]]}]}],[\"$\",\"$L16\",null,{\"value\":\"const defaultTheme = require(\\\"tailwindcss/defaultTheme\\\");\\n\\nconst colors = require(\\\"tailwindcss/colors\\\");\\nconst {\\n default: flattenColorPalette,\\n} = require(\\\"tailwindcss/lib/util/flattenColorPalette\\\");\\n\\n/** @type {import('tailwindcss').Config} */\\nmodule.exports = {\\n content: [\\\"./src/**/*.{ts,tsx}\\\"],\\n darkMode: \\\"class\\\",\\n theme: {\\n // rest of the code\\n },\\n plugins: [addVariablesForColors],\\n};\\n\\nfunction addVariablesForColors({ addBase, theme }: any) {\\n let allColors = flattenColorPalette(theme(\\\"colors\\\"));\\n let newVars = Object.fromEntries(\\n Object.entries(allColors).map(([key, val]) =\u003e [`--${key}`, val])\\n );\\n\\n addBase({\\n \\\":root\\\": newVars,\\n });\\n}\\n\",\"src\":\"$undefined\",\"event\":\"$undefined\",\"className\":\"absolute right-4 top-16\"}],\"$undefined\"]}]]}]]}]}],[\"$\",\"$L1b\",null,{\"className\":\"relative [\u0026_h3.font-heading]:text-base [\u0026_h3.font-heading]:font-semibold\",\"value\":\"manual\",\"children\":[\"$\",\"div\",null,{\"className\":\"[\u0026\u003eh3]:step steps mb-12 ml-4 border-l pl-8 [counter-reset:step]\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-heading relative mt-8 scroll-m-20 text-xl font-semibold tracking-tight text-black dark:text-neutral-200\",\"children\":[[\"$\",\"span\",null,{\"className\":\"absolute block -left-8 rounded-tr-full rounded-br-full top-0 z-20 h-full bg-neutral-200 dark:bg-neutral-700 w-[6px]\"}],\"Install dependencies\"]}],[\"$\",\"div\",null,{\"data-rehype-pretty-code-fragment\":\"\",\"children\":[\"$\",\"$L15\",null,{\"styleName\":\"$undefined\",\"children\":[[\"$\",\"pre\",null,{\"className\":\"mb-4 mt-6 max-h-[650px] overflow-x-auto rounded-lg border bg-[#1C2433] py-4 dark:bg-zinc-900\",\"data-language\":\"bash\",\"data-theme\":\"default\",\"children\":[\"$\",\"code\",null,{\"className\":\"relative rounded bg-muted px-[0.3rem] py-[0.2rem] text-sm dark:text-neutral-200 __className_6dcaa2\",\"data-language\":\"bash\",\"data-theme\":\"default\",\"children\":[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\"npm \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"i\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"framer-motion\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"clsx\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"tailwind-merge\"}]]}]}]}],[\"$\",\"$L16\",null,{\"value\":\"npm i framer-motion clsx tailwind-merge\\n\",\"src\":\"$undefined\",\"event\":\"$undefined\",\"className\":\"absolute right-4 top-4\"}],\"$undefined\"]}]}],[\"$\",\"h3\",null,{\"className\":\"font-heading relative mt-8 scroll-m-20 text-xl font-semibold tracking-tight text-black dark:text-neutral-200\",\"children\":[[\"$\",\"span\",null,{\"className\":\"absolute block -left-8 rounded-tr-full rounded-br-full top-0 z-20 h-full bg-neutral-200 dark:bg-neutral-700 w-[6px]\"}],\"Add util file\"]}],[\"$\",\"div\",null,{\"data-rehype-pretty-code-fragment\":\"\",\"children\":[[\"$\",\"div\",null,{\"data-rehype-pretty-code-title\":\"\",\"data-language\":\"tsx\",\"data-theme\":\"default\",\"children\":\"lib/utils.ts\"}],[\"$\",\"$L15\",null,{\"styleName\":\"$undefined\",\"children\":[[\"$\",\"pre\",null,{\"className\":\"mb-4 mt-6 max-h-[650px] overflow-x-auto rounded-lg border bg-[#1C2433] py-4 dark:bg-zinc-900\",\"data-language\":\"tsx\",\"data-theme\":\"default\",\"children\":[\"$\",\"code\",null,{\"className\":\"relative rounded bg-muted px-[0.3rem] py-[0.2rem] text-sm dark:text-neutral-200 __className_6dcaa2\",\"data-language\":\"tsx\",\"data-theme\":\"default\",\"children\":[[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"import\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"ClassValue\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"clsx\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"from\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"clsx\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\";\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"import\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"twMerge\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"from\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"tailwind-merge\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\";\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":\" \"}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"export\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"function\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" cn\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(...\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#F38CEC\"},\"children\":\"inputs\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B78AFF\"},\"children\":\"ClassValue\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"[])\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"return\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" twMerge\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"clsx\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"inputs\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"));\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}]}]]}]}],[\"$\",\"$L16\",null,{\"value\":\"import { ClassValue, clsx } from \\\"clsx\\\";\\nimport { twMerge } from \\\"tailwind-merge\\\";\\n\\nexport function cn(...inputs: ClassValue[]) {\\n return twMerge(clsx(inputs));\\n}\\n\",\"src\":\"$undefined\",\"event\":\"$undefined\",\"className\":\"absolute right-4 top-16\"}],\"$undefined\"]}]]}],[\"$\",\"h3\",null,{\"className\":\"font-heading relative mt-8 scroll-m-20 text-xl font-semibold tracking-tight text-black dark:text-neutral-200\",\"children\":[[\"$\",\"span\",null,{\"className\":\"absolute block -left-8 rounded-tr-full rounded-br-full top-0 z-20 h-full bg-neutral-200 dark:bg-neutral-700 w-[6px]\"}],\"Add Tailwind CSS plugin for variable classes\"]}],[\"$\",\"div\",null,{\"data-rehype-pretty-code-fragment\":\"\",\"children\":[[\"$\",\"div\",null,{\"data-rehype-pretty-code-title\":\"\",\"data-language\":\"tsx\",\"data-theme\":\"default\",\"children\":\"tailwind.config.ts\"}],[\"$\",\"$L15\",null,{\"styleName\":\"$undefined\",\"children\":[[\"$\",\"pre\",null,{\"className\":\"mb-4 mt-6 max-h-[650px] overflow-x-auto rounded-lg border bg-[#1C2433] py-4 dark:bg-zinc-900\",\"data-language\":\"tsx\",\"data-theme\":\"default\",\"children\":[\"$\",\"code\",null,{\"className\":\"relative rounded bg-muted px-[0.3rem] py-[0.2rem] text-sm dark:text-neutral-200 __className_6dcaa2\",\"data-language\":\"tsx\",\"data-theme\":\"default\",\"children\":[[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"const\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"defaultTheme\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"require\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"tailwindcss/defaultTheme\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\");\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":\" \"}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"const\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"colors\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"require\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"tailwindcss/colors\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\");\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"const\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"default\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"flattenColorPalette\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"require\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"tailwindcss/lib/util/flattenColorPalette\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\");\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":\" \"}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#54617B\",\"fontStyle\":\"italic\"},\"children\":\"/** \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\",\"fontStyle\":\"italic\"},\"children\":\"@type\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#54617B\",\"fontStyle\":\"italic\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\",\"fontStyle\":\"italic\"},\"children\":\"{\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B78AFF\",\"fontStyle\":\"italic\"},\"children\":\"import('tailwindcss').Config\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\",\"fontStyle\":\"italic\"},\"children\":\"}\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#54617B\",\"fontStyle\":\"italic\"},\"children\":\" */\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"module\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\".\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"exports\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"content\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"[\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"./src/**/*.{ts,tsx}\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"],\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"darkMode\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"class\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"theme\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#54617B\",\"fontStyle\":\"italic\"},\"children\":\"// rest of the code\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"},\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"plugins\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"[\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"addVariablesForColors\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"],\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"};\"}]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":\" \"}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"function\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" addVariablesForColors\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"({\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#F38CEC\"},\"children\":\"addBase\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#F38CEC\"},\"children\":\"theme\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}:\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B78AFF\"},\"children\":\"any\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\")\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"let\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"allColors\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" flattenColorPalette\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"theme\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"colors\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"));\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"let\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"newVars\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"Object\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\".\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"fromEntries\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"Object\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\".\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"entries\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"allColors\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\").\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"map\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(([\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#F38CEC\"},\"children\":\"key\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#F38CEC\"},\"children\":\"val\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"])\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"=\u003e\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"[\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"`--\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"$${\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"key\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"`\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"val\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"])\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\");\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":\" \"}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" addBase\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"({\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\":root\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"newVars\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"});\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line line--highlighted\",\"children\":[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}]}]]}]}],[\"$\",\"$L16\",null,{\"value\":\"const defaultTheme = require(\\\"tailwindcss/defaultTheme\\\");\\n\\nconst colors = require(\\\"tailwindcss/colors\\\");\\nconst {\\n default: flattenColorPalette,\\n} = require(\\\"tailwindcss/lib/util/flattenColorPalette\\\");\\n\\n/** @type {import('tailwindcss').Config} */\\nmodule.exports = {\\n content: [\\\"./src/**/*.{ts,tsx}\\\"],\\n darkMode: \\\"class\\\",\\n theme: {\\n // rest of the code\\n },\\n plugins: [addVariablesForColors],\\n};\\n\\nfunction addVariablesForColors({ addBase, theme }: any) {\\n let allColors = flattenColorPalette(theme(\\\"colors\\\"));\\n let newVars = Object.fromEntries(\\n Object.entries(allColors).map(([key, val]) =\u003e [`--${key}`, val])\\n );\\n\\n addBase({\\n \\\":root\\\": newVars,\\n });\\n}\\n\",\"src\":\"$undefined\",\"event\":\"$undefined\",\"className\":\"absolute right-4 top-16\"}],\"$undefined\"]}]]}],[\"$\",\"h3\",null,{\"className\":\"font-heading relative mt-8 scroll-m-20 text-xl font-semibold tracking-tight text-black dark:text-neutral-200\",\"children\":[[\"$\",\"span\",null,{\"className\":\"absolute block -left-8 rounded-tr-full rounded-br-full top-0 z-20 h-full bg-neutral-200 dark:bg-neutral-700 w-[6px]\"}],\"Copy the source code\"]}],[\"$\",\"p\",null,{\"className\":\"leading-7 [\u0026:not(:first-child)]:mt-6 text-black dark:text-white\",\"children\":[\"$\",\"code\",null,{\"className\":\"relative rounded bg-muted px-[0.3rem] py-[0.2rem] text-sm dark:text-neutral-200 __className_6dcaa2\",\"children\":\"components/ui/background-beams.tsx\"}]}],\"$L1d\"]}]}]]}],\"\\n\",[\"$\",\"h2\",null,{\"className\":\"font-heading mt-12 scroll-m-20 pb-2 text-2xl font-semibold tracking-tight first:mt-0 text-black dark:text-white\",\"id\":\"props\",\"children\":[[\"$\",\"a\",null,{\"className\":\"font-medium underline underline-offset-4 subheading-anchor\",\"aria-label\":\"Link to section\",\"href\":\"#props\",\"children\":[\"$\",\"span\",null,{\"className\":\"icon icon-link\"}]}],\"Props\"]}],\"\\n\",[\"$\",\"div\",null,{\"className\":\"my-6 w-full overflow-y-auto dark:text-white text-sm\",\"children\":[\"$\",\"table\",null,{\"className\":\"w-full\",\"children\":[[\"$\",\"thead\",null,{\"children\":[\"$\",\"tr\",null,{\"className\":\"m-0 border-t p-0 even:bg-muted dark:even:bg-zinc-900 text-black dark:text-white text-sm\",\"children\":[[\"$\",\"th\",null,{\"className\":\"border px-4 py-2 text-left font-bold [\u0026[align=center]]:text-center [\u0026[align=right]]:text-right text-sm\",\"children\":\"Prop name\"}],[\"$\",\"th\",null,{\"className\":\"border px-4 py-2 text-left font-bold [\u0026[align=center]]:text-center [\u0026[align=right]]:text-right text-sm\",\"children\":\"Type\"}],[\"$\",\"th\",null,{\"className\":\"border px-4 py-2 text-left font-bold [\u0026[align=center]]:text-center [\u0026[align=right]]:text-right text-sm\",\"children\":\"Description\"}]]}]}],[\"$\",\"tbody\",null,{\"children\":[\"$\",\"tr\",null,{\"className\":\"m-0 border-t p-0 even:bg-muted dark:even:bg-zinc-900 text-black dark:text-white text-sm\",\"children\":[[\"$\",\"td\",null,{\"className\":\"border px-4 py-3 text-left [\u0026[align=center]]:text-center [\u0026[align=right]]:text-right text-sm font-sans\",\"children\":[\"$\",\"code\",null,{\"className\":\"relative rounded bg-muted px-[0.3rem] py-[0.2rem] text-sm dark:text-neutral-200 __className_6dcaa2\",\"children\":\"className\"}]}],[\"$\",\"td\",null,{\"className\":\"border px-4 py-3 text-left [\u0026[align=center]]:text-center [\u0026[align=right]]:text-right text-sm font-sans\",\"children\":[\"$\",\"code\",null,{\"className\":\"relative rounded bg-muted px-[0.3rem] py-[0.2rem] text-sm dark:text-neutral-200 __className_6dcaa2\",\"children\":\"string\"}]}],[\"$\",\"td\",null,{\"className\":\"border px-4 py-3 text-left [\u0026[align=center]]:text-center [\u0026[align=right]]:text-right text-sm font-sans\",\"children\":\"The class name of the Background Beams component.\"}]]}]}]]}]}]]}]}]]}]}]\n"])self.__next_f.push([1,"f:[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"\",\"children\":[\"$\",\"body\",null,{\"className\":\"antialiased dark:bg-brand bg-white __className_3a0388\",\"children\":[[\"$\",\"script\",null,{\"defer\":true,\"data-domain\":\"ui.aceternity.com\",\"src\":\"https://analytics.aceternity.com/js/script.js\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n(function(){var w=window;var ic=w.Intercom;if(typeof ic===\\\"function\\\"){ic('reattach_activator');ic('update',w.intercomSettings);}else{var d=document;var i=function(){i.c(arguments);};i.q=[];i.c=function(args){i.q.push(args);};w.Intercom=i;var l=function(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/duup7948';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);};if(document.readyState==='complete'){l();}else if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})();\\n \"}}],[\"$\",\"$L1e\",null,{}],[\"$\",\"$L1f\",null,{\"attribute\":\"class\",\"defaultTheme\":\"system\",\"enableSystem\":true,\"disableTransitionOnChange\":true,\"children\":[[\"$\",\"$L20\",null,{\"user\":{\"paid\":true},\"isSubscribed\":true}],[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"loading\":\"$undefined\",\"loadingStyles\":\"$undefined\",\"loadingScripts\":\"$undefined\",\"hasLoading\":false,\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lc\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[],\"styles\":null}],[\"$\",\"div\",null,{\"className\":\"border-t border-neutral-100 dark:border-white/[0.1] px-8 py-20 bg-white dark:bg-brand\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-7xl mx-auto text-sm text-neutral-500 flex sm:flex-row flex-col justify-between items-start \",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"mr-4 md:flex mb-4\",\"children\":[\"$\",\"$L13\",null,{\"href\":\"/\",\"className\":\"flex items-center justify-center space-x-2 text-2xl font-bold text-center text-neutral-600 dark:text-gray-100 selection:bg-emerald-500 mr-10 py-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative h-8 w-8 md:h-6 md:w-6 bg-black border border-slate-800 text-white flex items-center justify-center rounded-md text-sm antialiased\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute h-10 w-full bg-white/[0.2] -top-10 inset-x-0 rounded-full blur-xl\"}],[\"$\",\"div\",null,{\"className\":\"text-sm text-emerald-500 relative z-20\",\"children\":[\"$\",\"$L21\",null,{\"src\":\"/logo.png\",\"height\":\"50\",\"width\":\"50\",\"alt\":\"Logo\"}]}]]}],[\"$\",\"div\",null,{\"className\":\"flex flex-col\",\"children\":[\"$\",\"h1\",null,{\"className\":\"text-black dark:text-white font-sans\",\"children\":[\" \",\"Aceternity UI\"]}]}]]}]}],[\"$\",\"div\",null,{\"children\":[\"A product by\",\" \",[\"$\",\"$L13\",null,{\"href\":\"https://aceternity.com\",\"target\":\"__blank\",\"className\":\"dark:text-sky-500 text-neutral-600 font-medium\",\"children\":\"Aceternity\"}]]}],[\"$\",\"div\",null,{\"className\":\"mt-2\",\"children\":[\"Building in public at\",\" \",[\"$\",\"$L13\",null,{\"href\":\"https://twitter.com/mannupaaji\",\"className\":\"dark:text-sky-500 font-medium text-neutral-600\",\"target\":\"__blank\",\"children\":\"@mannupaaji\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-2 gap-10 items-start mt-10 md:mt-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex justify-center space-y-4 flex-col mt-4\",\"children\":[[\"$\",\"$L13\",null,{\"className\":\"transition-colors hover:text-foreground/80 text-foreground/60\",\"href\":\"/pricing\",\"children\":\"Pricing\"}],[\"$\",\"$L13\",null,{\"className\":\"transition-colors hover:text-foreground/80 text-foreground/60\",\"href\":\"/components\",\"children\":\"Components\"}],[\"$\",\"$L13\",null,{\"className\":\"transition-colors hover:text-foreground/80 text-foreground/60\",\"href\":\"/templates\",\"children\":\"Templates\"}],[\"$\",\"$L13\",null,{\"className\":\"transition-colors hover:text-foreground/80 text-foreground/60\",\"href\":\"/categories\",\"children\":\"Categories\"}],[\"$\",\"$L13\",null,{\"className\":\"transition-colors hover:text-foreground/80 text-foreground/60\",\"href\":\"/blog\",\"children\":\"Blog\"}],[\"$\",\"$L13\",null,{\"className\":\"transition-colors hover:text-foreground/80 text-foreground/60\",\"href\":\"/tools/box-shadows\",\"children\":\"Box Shadows\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex justify-center space-y-4 flex-col mt-4\",\"children\":[[\"$\",\"$L13\",null,{\"target\":\"__blank\",\"className\":\"transition-colors hover:text-foreground/80 text-foreground/60\",\"href\":\"https://twitter.com/aceternitylabs\",\"children\":\"Twitter\"}],[\"$\",\"$L13\",null,{\"target\":\"__blank\",\"className\":\"transition-colors hover:text-foreground/80 text-foreground/60\",\"href\":\"https://discord.gg/ftZbQvCdN7\",\"children\":\"Discord\"}]]}]]}]]}]}]]}],[\"$\",\"$L22\",null,{}]]}]}]\n"])self.__next_f.push([1,"10:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Background Beams\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Multiple background beams that follow a path of SVG, makes a good hero section background.\"}],[\"$\",\"meta\",\"4\",{\"property\":\"og:title\",\"content\":\"Background Beams\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:description\",\"content\":\"Multiple background beams that follow a path of SVG, makes a good hero section background.\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:image\",\"content\":\"https://assets.aceternity.com/cloudinary_bkp/Background_Beams_ilbyga.png\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:type\",\"content\":\"article\"}],[\"$\",\"meta\",\"8\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"9\",{\"name\":\"twitter:creator\",\"content\":\"@mannupaaji\"}],[\"$\",\"meta\",\"10\",{\"name\":\"twitter:title\",\"content\":\"Background Beams\"}],[\"$\",\"meta\",\"11\",{\"name\":\"twitter:description\",\"content\":\"Multiple background beams that follow a path of SVG, makes a good hero section background.\"}],[\"$\",\"meta\",\"12\",{\"name\":\"twitter:image\",\"content\":\"https://assets.aceternity.com/cloudinary_bkp/Background_Beams_ilbyga.png\"}],[\"$\",\"link\",\"13\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"link\",\"14\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon.png?2deb28af3ac52d4d\",\"type\":\"image/png\",\"sizes\":\"114x114\"}],[\"$\",\"meta\",\"15\",{\"name\":\"next-size-adjust\"}]]\n"])self.__next_f.push([1,"8:null\n"])self.__next_f.push([1,"23:I[49026,[\"6115\",\"static/chunks/8dc5345f-7c0cf51404ce5c83.js\",\"8310\",\"static/chunks/0e5ce63c-1571cb7fe04f565a.js\",\"7895\",\"static/chunks/7895-fcd52de26680f886.js\",\"5250\",\"static/chunks/5250-b576df20f9ecedca.js\",\"2255\",\"static/chunks/2255-574587277be16c13.js\",\"6691\",\"static/chunks/6691-3643fde9a53a3b64.js\",\"2690\",\"static/chunks/2690-0ab0d0783f55dc75.js\",\"7106\",\"static/chunks/7106-71a563599bfa5483.js\",\"6653\",\"static/chunks/6653-ebf8bb3ce1899584.js\",\"2791\",\"static/chunks/2791-7e4a53a19f9d17a6.js\",\"1424\",\"static/chunks/1424-d724e09ff7e0aa5f.js\",\"3649\",\"static/chunks/3649-a7b35ecf47a0263a.js\",\"2235\",\"static/chunks/2235-c91b6c9e3c9fcd60.js\",\"8226\",\"static/chunks/8226-58a16fab4276c086.js\",\"4067\",\"static/chunks/4067-c82acd005c5a407d.js\",\"7858\",\"static/chunks/app/components/%5Bslug%5D/page-6f3d015f6a7eb41c.js\"],\"CodeBlockWrapper\"]\n"])self.__next_f.push([1,"24:Td81,"])self.__next_f.push([1,"\"M-380 -189C-380 -189 -312 216 152 343C616 470 684 875 684 875M-373 -197C-373 -197 -305 208 159 335C623 462 691 867 691 867M-366 -205C-366 -205 -298 200 166 327C630 454 698 859 698 859M-359 -213C-359 -213 -291 192 173 319C637 446 705 851 705 851M-352 -221C-352 -221 -284 184 180 311C644 438 712 843 712 843M-345 -229C-345 -229 -277 176 187 303C651 430 719 835 719 835M-338 -237C-338 -237 -270 168 194 295C658 422 726 827 726 827M-331 -245C-331 -245 -263 160 201 287C665 414 733 819 733 819M-324 -253C-324 -253 -256 152 208 279C672 406 740 811 740 811M-317 -261C-317 -261 -249 144 215 271C679 398 747 803 747 803M-310 -269C-310 -269 -242 136 222 263C686 390 754 795 754 795M-303 -277C-303 -277 -235 128 229 255C693 382 761 787 761 787M-296 -285C-296 -285 -228 120 236 247C700 374 768 779 768 779M-289 -293C-289 -293 -221 112 243 239C707 366 775 771 775 771M-282 -301C-282 -301 -214 104 250 231C714 358 782 763 782 763M-275 -309C-275 -309 -207 96 257 223C721 350 789 755 789 755M-268 -317C-268 -317 -200 88 264 215C728 342 796 747 796 747M-261 -325C-261 -325 -193 80 271 207C735 334 803 739 803 739M-254 -333C-254 -333 -186 72 278 199C742 326 810 731 810 731M-247 -341C-247 -341 -179 64 285 191C749 318 817 723 817 723M-240 -349C-240 -349 -172 56 292 183C756 310 824 715 824 715M-233 -357C-233 -357 -165 48 299 175C763 302 831 707 831 707M-226 -365C-226 -365 -158 40 306 167C770 294 838 699 838 699M-219 -373C-219 -373 -151 32 313 159C777 286 845 691 845 691M-212 -381C-212 -381 -144 24 320 151C784 278 852 683 852 683M-205 -389C-205 -389 -137 16 327 143C791 270 859 675 859 675M-198 -397C-198 -397 -130 8 334 135C798 262 866 667 866 667M-191 -405C-191 -405 -123 0 341 127C805 254 873 659 873 659M-184 -413C-184 -413 -116 -8 348 119C812 246 880 651 880 651M-177 -421C-177 -421 -109 -16 355 111C819 238 887 643 887 643M-170 -429C-170 -429 -102 -24 362 103C826 230 894 635 894 635M-163 -437C-163 -437 -95 -32 369 95C833 222 901 627 901 627M-156 -445C-156 -445 -88 -40 376 87C840 214 908 619 908 619M-149 -453C-149 -453 -81 -48 383 79C847 206 915 611 915 611M-142 -461C-142 -461 -74 -56 390 71C854 198 922 603 922 603M-135 -469C-135 -469 -67 -64 397 63C861 190 929 595 929 595M-128 -477C-128 -477 -60 -72 404 55C868 182 936 587 936 587M-121 -485C-121 -485 -53 -80 411 47C875 174 943 579 943 579M-114 -493C-114 -493 -46 -88 418 39C882 166 950 571 950 571M-107 -501C-107 -501 -39 -96 425 31C889 158 957 563 957 563M-100 -509C-100 -509 -32 -104 432 23C896 150 964 555 964 555M-93 -517C-93 -517 -25 -112 439 15C903 142 971 547 971 547M-86 -525C-86 -525 -18 -120 446 7C910 134 978 539 978 539M-79 -533C-79 -533 -11 -128 453 -1C917 126 985 531 985 531M-72 -541C-72 -541 -4 -136 460 -9C924 118 992 523 992 523M-65 -549C-65 -549 3 -144 467 -17C931 110 999 515 999 515M-58 -557C-58 -557 10 -152 474 -25C938 102 1006 507 1006 507M-51 -565C-51 -565 17 -160 481 -33C945 94 1013 499 1013 499M-44 -573C-44 -573 24 -168 488 -41C952 86 1020 491 1020 491M-37 -581C-37 -581 31 -176 495 -49C959 78 1027 483 1027 483M-30 -589C-30 -589 38 -184 502 -57C966 70 1034 475 1034 475M-23 -597C-23 -597 45 -192 509 -65C973 62 1041 467 1041 467M-16 -605C-16 -605 52 -200 516 -73C980 54 1048 459 1048 459M-9 -613C-9 -613 59 -208 523 -81C987 46 1055 451 1055 451M-2 -621C-2 -621 66 -216 530 -89C994 38 1062 443 1062 443M5 -629C5 -629 73 -224 537 -97C1001 30 1069 435 1069 435M12 -637C12 -637 80 -232 544 -105C1008 22 1076 427 1076 427M19 -645C19 -645 87 -240 551 -113C1015 14 1083 419 1083 419\""])self.__next_f.push([1,"25:T266d,"])self.__next_f.push([1,"\"use client\";\nimport React from \"react\";\nimport { motion } from \"framer-motion\";\nimport { cn } from \"@/lib/utils\";\n\nexport const BackgroundBeams = React.memo(\n ({ className }: { className?: string }) =\u003e {\n const paths = [\n \"M-380 -189C-380 -189 -312 216 152 343C616 470 684 875 684 875\",\n \"M-373 -197C-373 -197 -305 208 159 335C623 462 691 867 691 867\",\n \"M-366 -205C-366 -205 -298 200 166 327C630 454 698 859 698 859\",\n \"M-359 -213C-359 -213 -291 192 173 319C637 446 705 851 705 851\",\n \"M-352 -221C-352 -221 -284 184 180 311C644 438 712 843 712 843\",\n \"M-345 -229C-345 -229 -277 176 187 303C651 430 719 835 719 835\",\n \"M-338 -237C-338 -237 -270 168 194 295C658 422 726 827 726 827\",\n \"M-331 -245C-331 -245 -263 160 201 287C665 414 733 819 733 819\",\n \"M-324 -253C-324 -253 -256 152 208 279C672 406 740 811 740 811\",\n \"M-317 -261C-317 -261 -249 144 215 271C679 398 747 803 747 803\",\n \"M-310 -269C-310 -269 -242 136 222 263C686 390 754 795 754 795\",\n \"M-303 -277C-303 -277 -235 128 229 255C693 382 761 787 761 787\",\n \"M-296 -285C-296 -285 -228 120 236 247C700 374 768 779 768 779\",\n \"M-289 -293C-289 -293 -221 112 243 239C707 366 775 771 775 771\",\n \"M-282 -301C-282 -301 -214 104 250 231C714 358 782 763 782 763\",\n \"M-275 -309C-275 -309 -207 96 257 223C721 350 789 755 789 755\",\n \"M-268 -317C-268 -317 -200 88 264 215C728 342 796 747 796 747\",\n \"M-261 -325C-261 -325 -193 80 271 207C735 334 803 739 803 739\",\n \"M-254 -333C-254 -333 -186 72 278 199C742 326 810 731 810 731\",\n \"M-247 -341C-247 -341 -179 64 285 191C749 318 817 723 817 723\",\n \"M-240 -349C-240 -349 -172 56 292 183C756 310 824 715 824 715\",\n \"M-233 -357C-233 -357 -165 48 299 175C763 302 831 707 831 707\",\n \"M-226 -365C-226 -365 -158 40 306 167C770 294 838 699 838 699\",\n \"M-219 -373C-219 -373 -151 32 313 159C777 286 845 691 845 691\",\n \"M-212 -381C-212 -381 -144 24 320 151C784 278 852 683 852 683\",\n \"M-205 -389C-205 -389 -137 16 327 143C791 270 859 675 859 675\",\n \"M-198 -397C-198 -397 -130 8 334 135C798 262 866 667 866 667\",\n \"M-191 -405C-191 -405 -123 0 341 127C805 254 873 659 873 659\",\n \"M-184 -413C-184 -413 -116 -8 348 119C812 246 880 651 880 651\",\n \"M-177 -421C-177 -421 -109 -16 355 111C819 238 887 643 887 643\",\n \"M-170 -429C-170 -429 -102 -24 362 103C826 230 894 635 894 635\",\n \"M-163 -437C-163 -437 -95 -32 369 95C833 222 901 627 901 627\",\n \"M-156 -445C-156 -445 -88 -40 376 87C840 214 908 619 908 619\",\n \"M-149 -453C-149 -453 -81 -48 383 79C847 206 915 611 915 611\",\n \"M-142 -461C-142 -461 -74 -56 390 71C854 198 922 603 922 603\",\n \"M-135 -469C-135 -469 -67 -64 397 63C861 190 929 595 929 595\",\n \"M-128 -477C-128 -477 -60 -72 404 55C868 182 936 587 936 587\",\n \"M-121 -485C-121 -485 -53 -80 411 47C875 174 943 579 943 579\",\n \"M-114 -493C-114 -493 -46 -88 418 39C882 166 950 571 950 571\",\n \"M-107 -501C-107 -501 -39 -96 425 31C889 158 957 563 957 563\",\n \"M-100 -509C-100 -509 -32 -104 432 23C896 150 964 555 964 555\",\n \"M-93 -517C-93 -517 -25 -112 439 15C903 142 971 547 971 547\",\n \"M-86 -525C-86 -525 -18 -120 446 7C910 134 978 539 978 539\",\n \"M-79 -533C-79 -533 -11 -128 453 -1C917 126 985 531 985 531\",\n \"M-72 -541C-72 -541 -4 -136 460 -9C924 118 992 523 992 523\",\n \"M-65 -549C-65 -549 3 -144 467 -17C931 110 999 515 999 515\",\n \"M-58 -557C-58 -557 10 -152 474 -25C938 102 1006 507 1006 507\",\n \"M-51 -565C-51 -565 17 -160 481 -33C945 94 1013 499 1013 499\",\n \"M-44 -573C-44 -573 24 -168 488 -41C952 86 1020 491 1020 491\",\n \"M-37 -581C-37 -581 31 -176 495 -49C959 78 1027 483 1027 483\",\n ];\n return (\n \u003cdiv\n className={cn(\n \"absolute h-full w-full inset-0 [mask-size:40px] [mask-repeat:no-repeat] flex items-center justify-center\",\n className\n )}\n \u003e\n \u003csvg\n className=\" z-0 h-full w-full pointer-events-none absolute \"\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 696 316\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n \u003e\n \u003cpath\n d=\"M-380 -189C-380 -189 -312 216 152 343C616 470 684 875 684 875M-373 -197C-373 -197 -305 208 159 335C623 462 691 867 691 867M-366 -205C-366 -205 -298 200 166 327C630 454 698 859 698 859M-359 -213C-359 -213 -291 192 173 319C637 446 705 851 705 851M-352 -221C-352 -221 -284 184 180 311C644 438 712 843 712 843M-345 -229C-345 -229 -277 176 187 303C651 430 719 835 719 835M-338 -237C-338 -237 -270 168 194 295C658 422 726 827 726 827M-331 -245C-331 -245 -263 160 201 287C665 414 733 819 733 819M-324 -253C-324 -253 -256 152 208 279C672 406 740 811 740 811M-317 -261C-317 -261 -249 144 215 271C679 398 747 803 747 803M-310 -269C-310 -269 -242 136 222 263C686 390 754 795 754 795M-303 -277C-303 -277 -235 128 229 255C693 382 761 787 761 787M-296 -285C-296 -285 -228 120 236 247C700 374 768 779 768 779M-289 -293C-289 -293 -221 112 243 239C707 366 775 771 775 771M-282 -301C-282 -301 -214 104 250 231C714 358 782 763 782 763M-275 -309C-275 -309 -207 96 257 223C721 350 789 755 789 755M-268 -317C-268 -317 -200 88 264 215C728 342 796 747 796 747M-261 -325C-261 -325 -193 80 271 207C735 334 803 739 803 739M-254 -333C-254 -333 -186 72 278 199C742 326 810 731 810 731M-247 -341C-247 -341 -179 64 285 191C749 318 817 723 817 723M-240 -349C-240 -349 -172 56 292 183C756 310 824 715 824 715M-233 -357C-233 -357 -165 48 299 175C763 302 831 707 831 707M-226 -365C-226 -365 -158 40 306 167C770 294 838 699 838 699M-219 -373C-219 -373 -151 32 313 159C777 286 845 691 845 691M-212 -381C-212 -381 -144 24 320 151C784 278 852 683 852 683M-205 -389C-205 -389 -137 16 327 143C791 270 859 675 859 675M-198 -397C-198 -397 -130 8 334 135C798 262 866 667 866 667M-191 -405C-191 -405 -123 0 341 127C805 254 873 659 873 659M-184 -413C-184 -413 -116 -8 348 119C812 246 880 651 880 651M-177 -421C-177 -421 -109 -16 355 111C819 238 887 643 887 643M-170 -429C-170 -429 -102 -24 362 103C826 230 894 635 894 635M-163 -437C-163 -437 -95 -32 369 95C833 222 901 627 901 627M-156 -445C-156 -445 -88 -40 376 87C840 214 908 619 908 619M-149 -453C-149 -453 -81 -48 383 79C847 206 915 611 915 611M-142 -461C-142 -461 -74 -56 390 71C854 198 922 603 922 603M-135 -469C-135 -469 -67 -64 397 63C861 190 929 595 929 595M-128 -477C-128 -477 -60 -72 404 55C868 182 936 587 936 587M-121 -485C-121 -485 -53 -80 411 47C875 174 943 579 943 579M-114 -493C-114 -493 -46 -88 418 39C882 166 950 571 950 571M-107 -501C-107 -501 -39 -96 425 31C889 158 957 563 957 563M-100 -509C-100 -509 -32 -104 432 23C896 150 964 555 964 555M-93 -517C-93 -517 -25 -112 439 15C903 142 971 547 971 547M-86 -525C-86 -525 -18 -120 446 7C910 134 978 539 978 539M-79 -533C-79 -533 -11 -128 453 -1C917 126 985 531 985 531M-72 -541C-72 -541 -4 -136 460 -9C924 118 992 523 992 523M-65 -549C-65 -549 3 -144 467 -17C931 110 999 515 999 515M-58 -557C-58 -557 10 -152 474 -25C938 102 1006 507 1006 507M-51 -565C-51 -565 17 -160 481 -33C945 94 1013 499 1013 499M-44 -573C-44 -573 24 -168 488 -41C952 86 1020 491 1020 491M-37 -581C-37 -581 31 -176 495 -49C959 78 1027 483 1027 483M-30 -589C-30 -589 38 -184 502 -57C966 70 1034 475 1034 475M-23 -597C-23 -597 45 -192 509 -65C973 62 1041 467 1041 467M-16 -605C-16 -605 52 -200 516 -73C980 54 1048 459 1048 459M-9 -613C-9 -613 59 -208 523 -81C987 46 1055 451 1055 451M-2 -621C-2 -621 66 -216 530 -89C994 38 1062 443 1062 443M5 -629C5 -629 73 -224 537 -97C1001 30 1069 435 1069 435M12 -637C12 -637 80 -232 544 -105C1008 22 1076 427 1076 427M19 -645C19 -645 87 -240 551 -113C1015 14 1083 419 1083 419\"\n stroke=\"url(#paint0_radial_242_278)\"\n strokeOpacity=\"0.05\"\n strokeWidth=\"0.5\"\n \u003e\u003c/path\u003e\n\n {paths.map((path, index) =\u003e (\n \u003cmotion.path\n key={`path-` + index}\n d={path}\n stroke={`url(#linearGradient-${index})`}\n strokeOpacity=\"0.4\"\n strokeWidth=\"0.5\"\n \u003e\u003c/motion.path\u003e\n ))}\n \u003cdefs\u003e\n {paths.map((path, index) =\u003e (\n \u003cmotion.linearGradient\n id={`linearGradient-${index}`}\n key={`gradient-${index}`}\n initial={{\n x1: \"0%\",\n x2: \"0%\",\n y1: \"0%\",\n y2: \"0%\",\n }}\n animate={{\n x1: [\"0%\", \"100%\"],\n x2: [\"0%\", \"95%\"],\n y1: [\"0%\", \"100%\"],\n y2: [\"0%\", `${93 + Math.random() * 8}%`],\n }}\n transition={{\n duration: Math.random() * 10 + 10,\n ease: \"easeInOut\",\n repeat: Infinity,\n delay: Math.random() * 10,\n }}\n \u003e\n \u003cstop stopColor=\"#18CCFC\" stopOpacity=\"0\"\u003e\u003c/stop\u003e\n \u003cstop stopColor=\"#18CCFC\"\u003e\u003c/stop\u003e\n \u003cstop offset=\"32.5%\" stopColor=\"#6344F5\"\u003e\u003c/stop\u003e\n \u003cstop offset=\"100%\" stopColor=\"#AE48FF\" stopOpacity=\"0\"\u003e\u003c/stop\u003e\n \u003c/motion.linearGradient\u003e\n ))}\n\n \u003cradialGradient\n id=\"paint0_radial_242_278\"\n cx=\"0\"\n cy=\"0\"\n r=\"1\"\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(352 34) rotate(90) scale(555 1560.62)\"\n \u003e\n \u003cstop offset=\"0.0666667\" stopColor=\"var(--neutral-300)\"\u003e\u003c/stop\u003e\n \u003cstop offset=\"0.243243\" stopColor=\"var(--neutral-300)\"\u003e\u003c/stop\u003e\n \u003cstop offset=\"0.43594\" stopColor=\"white\" stopOpacity=\"0\"\u003e\u003c/stop\u003e\n \u003c/radialGradient\u003e\n \u003c/defs\u003e\n \u003c/svg\u003e\n \u003c/div\u003e\n );\n }\n);\n\nBackgroundBeams.displayName = \"BackgroundBeams\";\n"])self.__next_f.push([1,"1d:[\"$\",\"$L23\",null,{\"expandButtonTitle\":\"Expand\",\"className\":\"my-6 overflow-hidden rounded-md\",\"children\":[\"$\",\"div\",null,{\"data-rehype-pretty-code-fragment\":\"\",\"children\":[\"$\",\"$L15\",null,{\"styleName\":\"default\",\"children\":[[\"$\",\"pre\",null,{\"className\":\"mb-4 mt-6 max-h-[650px] overflow-x-auto rounded-lg border bg-[#1C2433] py-4 dark:bg-zinc-900\",\"data-language\":\"tsx\",\"data-theme\":\"default\",\"children\":[\"$\",\"code\",null,{\"className\":\"relative rounded bg-muted px-[0.3rem] py-[0.2rem] text-sm dark:text-neutral-200 __className_6dcaa2\",\"data-language\":\"tsx\",\"data-theme\":\"default\",\"children\":[[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"use client\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\";\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"import\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"React\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"from\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"react\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\";\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"import\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"motion\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"from\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"framer-motion\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\";\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"import\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"cn\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"from\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"@/lib/utils\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\";\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":\" \"}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"export\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"const\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"BackgroundBeams\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"React\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\".\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"memo\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"({\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#F38CEC\"},\"children\":\"className\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}:\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"className\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"?:\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B78AFF\"},\"children\":\"string\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"})\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"=\u003e\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#22ECDB\"},\"children\":\"const\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"paths\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"[\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-380 -189C-380 -189 -312 216 152 343C616 470 684 875 684 875\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-373 -197C-373 -197 -305 208 159 335C623 462 691 867 691 867\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-366 -205C-366 -205 -298 200 166 327C630 454 698 859 698 859\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-359 -213C-359 -213 -291 192 173 319C637 446 705 851 705 851\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-352 -221C-352 -221 -284 184 180 311C644 438 712 843 712 843\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-345 -229C-345 -229 -277 176 187 303C651 430 719 835 719 835\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-338 -237C-338 -237 -270 168 194 295C658 422 726 827 726 827\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-331 -245C-331 -245 -263 160 201 287C665 414 733 819 733 819\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-324 -253C-324 -253 -256 152 208 279C672 406 740 811 740 811\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-317 -261C-317 -261 -249 144 215 271C679 398 747 803 747 803\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-310 -269C-310 -269 -242 136 222 263C686 390 754 795 754 795\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-303 -277C-303 -277 -235 128 229 255C693 382 761 787 761 787\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-296 -285C-296 -285 -228 120 236 247C700 374 768 779 768 779\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-289 -293C-289 -293 -221 112 243 239C707 366 775 771 775 771\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-282 -301C-282 -301 -214 104 250 231C714 358 782 763 782 763\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-275 -309C-275 -309 -207 96 257 223C721 350 789 755 789 755\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-268 -317C-268 -317 -200 88 264 215C728 342 796 747 796 747\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-261 -325C-261 -325 -193 80 271 207C735 334 803 739 803 739\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-254 -333C-254 -333 -186 72 278 199C742 326 810 731 810 731\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-247 -341C-247 -341 -179 64 285 191C749 318 817 723 817 723\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-240 -349C-240 -349 -172 56 292 183C756 310 824 715 824 715\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-233 -357C-233 -357 -165 48 299 175C763 302 831 707 831 707\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-226 -365C-226 -365 -158 40 306 167C770 294 838 699 838 699\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-219 -373C-219 -373 -151 32 313 159C777 286 845 691 845 691\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-212 -381C-212 -381 -144 24 320 151C784 278 852 683 852 683\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-205 -389C-205 -389 -137 16 327 143C791 270 859 675 859 675\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-198 -397C-198 -397 -130 8 334 135C798 262 866 667 866 667\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-191 -405C-191 -405 -123 0 341 127C805 254 873 659 873 659\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-184 -413C-184 -413 -116 -8 348 119C812 246 880 651 880 651\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-177 -421C-177 -421 -109 -16 355 111C819 238 887 643 887 643\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-170 -429C-170 -429 -102 -24 362 103C826 230 894 635 894 635\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-163 -437C-163 -437 -95 -32 369 95C833 222 901 627 901 627\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-156 -445C-156 -445 -88 -40 376 87C840 214 908 619 908 619\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-149 -453C-149 -453 -81 -48 383 79C847 206 915 611 915 611\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-142 -461C-142 -461 -74 -56 390 71C854 198 922 603 922 603\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-135 -469C-135 -469 -67 -64 397 63C861 190 929 595 929 595\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-128 -477C-128 -477 -60 -72 404 55C868 182 936 587 936 587\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-121 -485C-121 -485 -53 -80 411 47C875 174 943 579 943 579\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-114 -493C-114 -493 -46 -88 418 39C882 166 950 571 950 571\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-107 -501C-107 -501 -39 -96 425 31C889 158 957 563 957 563\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-100 -509C-100 -509 -32 -104 432 23C896 150 964 555 964 555\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-93 -517C-93 -517 -25 -112 439 15C903 142 971 547 971 547\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-86 -525C-86 -525 -18 -120 446 7C910 134 978 539 978 539\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-79 -533C-79 -533 -11 -128 453 -1C917 126 985 531 985 531\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-72 -541C-72 -541 -4 -136 460 -9C924 118 992 523 992 523\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-65 -549C-65 -549 3 -144 467 -17C931 110 999 515 999 515\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-58 -557C-58 -557 10 -152 474 -25C938 102 1006 507 1006 507\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-51 -565C-51 -565 17 -160 481 -33C945 94 1013 499 1013 499\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-44 -573C-44 -573 24 -168 488 -41C952 86 1020 491 1020 491\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"M-37 -581C-37 -581 31 -176 495 -49C959 78 1027 483 1027 483\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"];\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"return\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"div\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"className\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"={\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"cn\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"absolute h-full w-full inset-0 [mask-size:40px] [mask-repeat:no-repeat] flex items-center justify-center\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"className\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\")}\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"svg\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"className\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\" z-0 h-full w-full pointer-events-none absolute \\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"width\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"100%\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"height\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"100%\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"viewBox\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0 0 696 316\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"fill\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"none\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"xmlns\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"http://www.w3.org/2000/svg\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"path\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"d\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"$24\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"stroke\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"url(#paint0_radial_242_278)\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"strokeOpacity\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0.05\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"strokeWidth\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0.5\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"path\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":\" \"}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"paths\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\".\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"map\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"((\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#F38CEC\"},\"children\":\"path\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#F38CEC\"},\"children\":\"index\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\")\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"=\u003e\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B78AFF\"},\"children\":\"motion.path\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"key\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"={\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"`path-`\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"+\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"index\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"d\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"={\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"path\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"stroke\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"={\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"`url(#linearGradient-\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"$${\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"index\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\")`\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"strokeOpacity\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0.4\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"strokeWidth\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0.5\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B78AFF\"},\"children\":\"motion.path\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"))}\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"defs\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"{\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"paths\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\".\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"map\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"((\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#F38CEC\"},\"children\":\"path\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#F38CEC\"},\"children\":\"index\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\")\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"=\u003e\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"(\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B78AFF\"},\"children\":\"motion.linearGradient\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"id\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"={\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"`linearGradient-\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"$${\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"index\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"`\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"key\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"={\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"`gradient-\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"$${\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"index\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"`\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"initial\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"={{\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"x1\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0%\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"x2\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0%\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"y1\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0%\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"y2\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0%\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}}\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"animate\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"={{\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"x1\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"[\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0%\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"100%\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"],\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"x2\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"[\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0%\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"95%\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"],\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"y1\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"[\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0%\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"100%\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"],\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"y2\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"[\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0%\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"`\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"$${\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"93\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"+\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"Math\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\".\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"random\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"()\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"*\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"8\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"%`\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"],\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}}\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"transition\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"={{\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"duration\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"Math\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\".\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"random\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"()\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"*\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"10\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"+\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"10\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"ease\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"easeInOut\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"repeat\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#E35535\"},\"children\":\"Infinity\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E1\"},\"children\":\"delay\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\":\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"Math\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\".\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"random\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"()\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"*\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"10\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\",\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}}\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"stop\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"stopColor\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"#18CCFC\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"stopOpacity\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"stop\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"stop\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"stopColor\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"#18CCFC\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"stop\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"stop\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"offset\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"32.5%\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"stopColor\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"#6344F5\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"stop\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"stop\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"offset\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"100%\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"stopColor\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"#AE48FF\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"stopOpacity\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"stop\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B78AFF\"},\"children\":\"motion.linearGradient\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"))}\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":\" \"}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B78AFF\"},\"children\":\"radialGradient\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"id\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"paint0_radial_242_278\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"cx\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"cy\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"r\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"1\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"gradientUnits\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"userSpaceOnUse\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"gradientTransform\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"translate(352 34) rotate(90) scale(555 1560.62)\\\"\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"stop\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"offset\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0.0666667\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"stopColor\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"var(--neutral-300)\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"stop\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"stop\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"offset\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0.243243\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"stopColor\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"var(--neutral-300)\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"stop\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"stop\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"offset\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0.43594\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"stopColor\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"white\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#EACD61\"},\"children\":\"stopOpacity\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"0\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"stop\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B78AFF\"},\"children\":\"radialGradient\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"defs\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"svg\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003c/\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FF\"},\"children\":\"div\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#69C3FFAA\"},\"children\":\"\u003e\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\");\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"}\"}]]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\");\"}]}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":\" \"}],\"\\n\",[\"$\",\"span\",null,{\"className\":\"line\",\"children\":[[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF955C\"},\"children\":\"BackgroundBeams\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\".\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#FF738A\"},\"children\":\"displayName\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\"=\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#B5BDCC\"},\"children\":\" \"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#3CEC85\"},\"children\":\"\\\"BackgroundBeams\\\"\"}],[\"$\",\"span\",null,{\"style\":{\"color\":\"#D3D8E160\"},\"children\":\";\"}]]}]]}]}],[\"$\",\"$L16\",null,{\"value\":\"$25\",\"src\":\"src/registry/default/ui/background-beams.tsx\",\"event\":\"$undefined\",\"className\":\"absolute right-4 top-4\"}],\"$undefined\"]}]}]}]\n"])self.__next_f.push([1,""])
As you can see from the above example, while basic animations can be easily translated, the process requires providing extensive context. Simply querying the model to "convert this AnimeJS component using Tailwind to vanilla GSAP, HTML and JS" won’t yield the instant result you assume it can deliver. You need to detail the specific animations and the desired outcomes for more accurate assistance with plenty of back and forth dialog.
When it comes to complex animations, ChatGPT can get you about 50-75% of the way there, assuming you have a good understanding of the library you are comfortable using. The model will drop specifics, so you must be able to read and understand the code you’re converting. It provides a good starting point and can handle much of the boilerplate and basic setup, but fine-tuning and final adjustments will be necessary. This hands-on involvement is crucial, especially for intricate animations where the nuances of each library’s capabilities and syntax come into play. Here’s a link to my conversation with ChatGPT to get the above.
Using ChatGPT for this purpose is excellent for prototyping and expanding your own knowledge. It allows you to explore different approaches and techniques within a new library, giving you a solid foundation to build upon. However, for client work, it’s less ideal. The need to experiment with and refine contextual prompts can be time-consuming. Ensuring the model stays on the right track requires careful guidance and may result in wasted time that could be better spent on direct implementation. Therefore, while ChatGPT is a valuable tool for learning and initial development, it’s best supplemented with your expertise for polished, user-ready products.
Conclusion
GitHub Copilot and ChatGPT are intriguing tools that significantly aid learning, yet they require a serious amount of contextual input and experience to discern whether their suggestions are correct—a common theme across various practices beyond engineering. While these tools can propose useful code snippets, they may also recommend poor practices that overlook essential aspects like methodology, brevity, or readability. Experienced developers can recognize and avoid these "code smells" or bad practices, but these tools won't elevate a junior developer’s expertise.
In many cases, the guidance provided by Copilot and ChatGPT can lead novices astray, wasting valuable time and potentially causing confusion without fostering a deep understanding of the code. For senior developers, these tools can sometimes enhance development speed, but only if the prompts are crafted correctly and contextually. Crafting such prompts can itself be time-consuming and may detract from the overall efficiency.
While these tools can serve as a helpful pair programmer, particularly when a senior developer is unavailable, they have limitations. They seem to handle components under 100 lines of code well, but for more complex tasks, they often miss critical details, necessitating frequent corrections and diminishing their utility. Despite these shortcomings, these tools can still certainly be enjoyable to use. Even when they suggest flawed or suboptimal code, they sometimes introduce new ideas or approaches that enhance my technical understanding of a library or language. Through practice, I've learned when I should seek their assistance and when to proceed independently.
This is an ongoing conversation and I’d love to hear your thoughts as the tech advances. Feel free to reach me at chris@buildwithstudio.com
Written by Chris Tough, a frontend lead at Studio, this post summarizes the state of AI platforms as reviewed by their impact and usefulness for frontend developers as of July 2024. AI is changing quickly, and if you're looking for the latest insight, subscribe to Studio Bytes or contact us.