This commit is contained in:
@@ -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
|
||||||
@@ -94,6 +97,8 @@ export default function Hero({ content }: { content: HeroContent }) {
|
|||||||
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,7 +119,11 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user