diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a6bb68..b43bfcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="mediumSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -37,7 +37,8 @@ export default function LandingPage() { { name: "Zone d'intervention", id: "service-area" }, ]} button={{ - text: "📞 06 09 76 76 95", href: "tel:+33609767695"}} + text: "📞 06 09 76 76 95", href: "tel:+33609767695" + }} /> @@ -45,7 +46,7 @@ export default function LandingPage() {