File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import CaseStudies from './cloud/case-studies';
1010import HowItWorks from ' ./cloud/how-it-works' ;
1111import Image from ' next/image' ;
1212import { useState } from ' react' ;
13- import { HeroBg } from ' ./cloud/hero-bg' ;
13+ import HeroBg from ' ./cloud/hero-bg' ;
1414import { usePlausible } from ' next-plausible' ;
1515
1616<NextSeo
Original file line number Diff line number Diff line change 1- export function HeroBg ( { children, ...props } ) {
1+ export default function HeroBg ( { children, ...props } ) {
22 return (
33 < svg { ...props } width = "253" height = "415" viewBox = "0 0 253 415" fill = "none" xmlns = "http://www.w3.org/2000/svg" >
44 < path d = "M103.567 51.7842C103.567 80.384 80.3826 103.568 51.7832 103.568C23.1838 103.568 0.000127252 80.384 -2.26356e-06 51.7842C-1.01342e-06 23.1843 23.1837 4.52206e-05 51.7832 6.49419e-06C80.3827 7.74431e-06 103.567 23.1843 103.567 51.7842ZM103.567 207.702C103.567 236.302 80.3827 259.486 51.7832 259.486C23.1837 259.486 -1.03291e-05 236.302 -9.07895e-06 207.702C3.66839e-05 179.103 23.1837 155.918 51.7832 155.918C80.3827 155.918 103.567 179.103 103.567 207.702ZM103.567 363.056C103.567 391.656 80.3827 414.84 51.7832 414.84C23.1837 414.84 5.14169e-05 391.655 -1.58697e-05 363.056C-1.46195e-05 334.456 23.1837 311.272 51.7832 311.271C80.3827 311.271 103.567 334.456 103.567 363.056ZM252.294 207.702C252.294 236.302 229.11 259.486 200.511 259.486C171.911 259.486 148.727 236.302 148.727 207.702C148.727 179.103 171.911 155.918 200.511 155.918C229.11 155.918 252.294 179.103 252.294 207.702ZM252.294 359.068C252.294 387.668 229.11 410.852 200.511 410.853C171.911 410.853 148.727 387.668 148.727 359.068C148.727 330.469 171.911 307.284 200.511 307.284C229.11 307.284 252.294 330.469 252.294 359.068Z" fill = "url(#paint0_linear_35_4)" />
You can’t perform that action at this time.
0 commit comments