diff --git a/src/app/page.tsx b/src/app/page.tsx index 0aa77f6..477f76b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,10 @@ export default function Page() { headingFontWeight="normal" >
@@ -55,6 +60,7 @@ export default function Page() { description="Expertise complète pour vos besoins en plomberie." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} features={[ { id: '1', title: 'Plomberie Résidentielle', tags: ['Urgence'] }, { id: '2', title: 'Plomberie Commerciale', tags: ['Installation'] } @@ -65,6 +71,7 @@ export default function Page() {
@@ -74,6 +81,7 @@ export default function Page() { showRating={true} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: 't1', name: 'Jean D.', handle: '@client', testimonial: 'Service exceptionnel et rapide !', rating: 5 } ]} @@ -82,9 +90,11 @@ export default function Page() {
@@ -93,6 +103,8 @@ export default function Page() { title="Besoin d'aide immédiate?" description="Contactez-nous pour une intervention rapide 24h/24, 7j/7." buttons={[{ text: "Appeler maintenant" }]} + background={{ variant: 'radial-gradient' }} + useInvertedBackground={false} />