Merge version_2 into main #2
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,6 +96,8 @@ export default function AutoServicePage() {
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,6 +111,7 @@ export default function AutoServicePage() {
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
<FeatureCardEight
|
||||
@@ -120,6 +124,7 @@ export default function AutoServicePage() {
|
||||
{ title: "Выдача", description: "Тест-драйв и передача готового авто вам.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bubbles-splashing-water_23-2147798199.jpg" },
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
@@ -133,6 +138,7 @@ export default function AutoServicePage() {
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,6 +151,7 @@ export default function AutoServicePage() {
|
||||
{ id: "3", title: "Сколько стоит диагностика?", content: "Стоимость первичной диагностики фиксирована, подробности уточняйте у менеджера." },
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,6 +162,7 @@ export default function AutoServicePage() {
|
||||
description="Запишитесь на обслуживание прямо сейчас или позвоните по телефону для консультации."
|
||||
buttons={[{ text: "Записаться", href: "#contact" }, { text: "Позвонить", href: "tel:+78000000000" }]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user