+
-
diff --git a/components/pageParts/faq.tsx b/components/pageParts/faq.tsx
index ef6785a..8ea0aa0 100644
--- a/components/pageParts/faq.tsx
+++ b/components/pageParts/faq.tsx
@@ -7,7 +7,7 @@ const FaqTexts: CollapseProps["items"] = [
{
key: "1",
showArrow: false,
- className: "!border-[3px] !border-secondary !rounded-[15px] p-5 mb-10",
+ className: "!border-[3px] !border-secondary !rounded-[15px] sm:p-5 mb-10",
label: (
@@ -22,7 +22,7 @@ const FaqTexts: CollapseProps["items"] = [
{
key: "2",
showArrow: false,
- className: "!border-[3px] !border-secondary !rounded-[15px] p-5 mb-10",
+ className: "!border-[3px] !border-secondary !rounded-[15px] sm:p-5 mb-10",
label: (
@@ -37,7 +37,7 @@ const FaqTexts: CollapseProps["items"] = [
{
key: "3",
showArrow: false,
- className: "!border-[3px] !border-secondary !rounded-[15px] p-5 mb-10",
+ className: "!border-[3px] !border-secondary !rounded-[15px] sm:p-5 mb-10",
label: (
@@ -68,7 +68,7 @@ const FaqTexts: CollapseProps["items"] = [
{
key: "4",
showArrow: false,
- className: "!border-[3px] !border-secondary !rounded-[15px] p-5 mb-5",
+ className: "!border-[3px] !border-secondary !rounded-[15px] sm:p-5 mb-5",
label: (
@@ -84,7 +84,7 @@ const FaqTexts: CollapseProps["items"] = [
export default function Faq() {
return (
-
+
diff --git a/components/pageParts/newsSlider.tsx b/components/pageParts/newsSlider.tsx
index d74d52f..f165d05 100644
--- a/components/pageParts/newsSlider.tsx
+++ b/components/pageParts/newsSlider.tsx
@@ -14,7 +14,7 @@ const navigationNextEl = ".custom-swiper-next";
export default function CustomSlider() {
return (
-
+
{/* Title */}
diff --git a/components/pageParts/offer.tsx b/components/pageParts/offer.tsx
index fc4c567..0466fbf 100644
--- a/components/pageParts/offer.tsx
+++ b/components/pageParts/offer.tsx
@@ -12,14 +12,14 @@ export default function Offer() {
{/* body */}
-
+
-
+
diff --git a/components/pageParts/partners.tsx b/components/pageParts/partners.tsx
index 9ae6932..de0ab94 100644
--- a/components/pageParts/partners.tsx
+++ b/components/pageParts/partners.tsx
@@ -27,40 +27,38 @@ const images: StaticImageData[] = [
export default function Partners() {
return (
-
+
{/* title */}
{/* slider */}
-
-
- {images.map((item, index) => (
-
-
-
- ))}
-
-
+
+
+ {images.map((item, index) => (
+
+
+
+ ))}
+
+
);
}
diff --git a/components/pageParts/products.tsx b/components/pageParts/products.tsx
index e4e81ee..f608057 100644
--- a/components/pageParts/products.tsx
+++ b/components/pageParts/products.tsx
@@ -78,7 +78,7 @@ export default function Products() {
{/* products */}
-
+
{cars.map((item: ProductTypes, index: number) => (
diff --git a/components/pageParts/texnika.tsx b/components/pageParts/texnika.tsx
index b04ea8e..570ea90 100644
--- a/components/pageParts/texnika.tsx
+++ b/components/pageParts/texnika.tsx
@@ -30,7 +30,7 @@ export default function Texnika() {
return (