From e90f4f82c9e38ae5348d552df64994f3d19ddc41 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:20:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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} />
@@ -133,6 +138,7 @@ export default function AutoServicePage() { showRating={true} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} />
@@ -145,6 +151,7 @@ export default function AutoServicePage() { { id: "3", title: "Сколько стоит диагностика?", content: "Стоимость первичной диагностики фиксирована, подробности уточняйте у менеджера." }, ]} faqsAnimation="slide-up" + useInvertedBackground={false} /> @@ -155,6 +162,7 @@ export default function AutoServicePage() { description="Запишитесь на обслуживание прямо сейчас или позвоните по телефону для консультации." buttons={[{ text: "Записаться", href: "#contact" }, { text: "Позвонить", href: "tel:+78000000000" }]} background={{ variant: "radial-gradient" }} + useInvertedBackground={false} /> -- 2.49.1