diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8d1b819..9053ff8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
-import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
+import { ShieldCheck, Wrench, DollarSign } from "lucide-react";
export default function AutoServicePage() {
return (
@@ -78,6 +78,7 @@ export default function AutoServicePage() {
mediaBadge={{ text: "Работаем ежедневно", className: "bg-green-500" }}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
+ useInvertedBackground={false}
/>
@@ -95,6 +96,8 @@ export default function AutoServicePage() {
]}
animationType="slide-up"
textboxLayout="default"
+ gridVariant="uniform-all-items-equal"
+ useInvertedBackground={false}
/>
@@ -108,6 +111,7 @@ export default function AutoServicePage() {
]}
animationType="slide-up"
textboxLayout="default"
+ useInvertedBackground={false}
/>