fix stroke
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 46s

This commit is contained in:
2026-03-30 14:09:37 -04:00
parent 067a151be1
commit 5dc33897ce

View File

@@ -82,8 +82,11 @@ export default function Hero({ content }: { content: HeroContent }) {
y="312" y="312"
fontFamily="Cocogoose" fontFamily="Cocogoose"
fontSize="350" fontSize="350"
className="fill-brand-600 stroke="white"
[text-shadow:0_1px_0_white,0_-1px_0_white,1px_0_0_white,-1px_0_0_white,1px_1px_0_white,-1px_-1px_0_white,1px_-1px_0_white,-1px_1px_0_white]" strokeWidth="3"
strokeLinecap="round"
strokeLinejoin="round"
className="fill-brand-600"
{...fadeUp(1.05)} {...fadeUp(1.05)}
> >
CACHET CACHET
@@ -92,8 +95,10 @@ export default function Hero({ content }: { content: HeroContent }) {
id="Rectangle" id="Rectangle"
fill="#b0b0ac" fill="#b0b0ac"
fillRule="evenodd" fillRule="evenodd"
stroke="white" stroke="white"
strokeWidth="2" strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
d="M 228 360 L 1161 360 L 1161 334 L 228 334 Z" d="M 228 360 L 1161 360 L 1161 334 L 228 334 Z"
initial={{ scaleX: 0 }} initial={{ scaleX: 0 }}
animate={{ scaleX: 1 }} animate={{ scaleX: 1 }}
@@ -114,14 +119,18 @@ export default function Hero({ content }: { content: HeroContent }) {
fontFamily="Geoform" fontFamily="Geoform"
fontSize="72" fontSize="72"
fontWeight="700" fontWeight="700"
className="fill-graphite-600 [text-shadow:0_1px_0_white,0_-1px_0_white,1px_0_0_white,-1px_0_0_white,1px_1px_0_white,-1px_-1px_0_white,1px_-1px_0_white,-1px_1px_0_white]" className="fill-graphite-600"
stroke="white"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...fadeUp(1.05)} {...fadeUp(1.05)}
> >
PEINTRES DECORATEURS PEINTRES DECORATEURS
</motion.text> </motion.text>
</svg> </svg>
</div> </div>
<motion.p <motion.p
{...fadeUp(1.15)} {...fadeUp(1.15)}
className="p-4 text-lg font-medium font-[family-name:var(--font-body)] text-pretty text-white sm:text-xl/8 lg:text-2xl/8" className="p-4 text-lg font-medium font-[family-name:var(--font-body)] text-pretty text-white sm:text-xl/8 lg:text-2xl/8"