diff --git a/src/app/about-antalya-restaurant/AboutContent.tsx b/src/app/about-antalya-restaurant/AboutContent.tsx index daf0f23..dfe9903 100644 --- a/src/app/about-antalya-restaurant/AboutContent.tsx +++ b/src/app/about-antalya-restaurant/AboutContent.tsx @@ -34,10 +34,10 @@ export default function AboutContent() { }; const slideInLeft = { - hidden: { opacity: 0, x: -50 }, + hidden: { opacity: 0, y: 30 }, visible: { opacity: 1, - x: 0, + y: 0, transition: { duration: 0.7 } @@ -45,10 +45,10 @@ export default function AboutContent() { }; const slideInRight = { - hidden: { opacity: 0, x: 50 }, + hidden: { opacity: 0, y: 30 }, visible: { opacity: 1, - x: 0, + y: 0, transition: { duration: 0.7 } @@ -235,9 +235,9 @@ export default function AboutContent() {

"{testimonialData[currentTestimonial].text}"

diff --git a/src/app/about-antalya-restaurant/about.module.css b/src/app/about-antalya-restaurant/about.module.css index c78ffb5..270e308 100644 --- a/src/app/about-antalya-restaurant/about.module.css +++ b/src/app/about-antalya-restaurant/about.module.css @@ -307,6 +307,7 @@ justify-content: center; gap: 1rem; margin-top: 2rem; + display: none; } .dot { @@ -637,6 +638,47 @@ } } +@media (max-width: 767px) and (min-width: 200px) { + + .testimonialSlider { + display: flex; + align-items: center; + justify-content: center; + max-width: 900px; + margin: 0 auto; + position: relative; + padding: 0 10px !important; + /* Reduced side padding (enough for arrows) */ + } + + .testimonialCard { + padding: 1.5rem 1rem !important; + /* Reduced card padding */ + gap: 1rem !important; + } + + .testimonialText { + font-size: 1rem !important; + /* Reduced font size */ + line-height: 1.5; + } + + .sliderBtn { + width: 18px; + height: 25px; + font-size: 1rem; + } + + .sliderBtn:first-child { + left: -6px; +} + +.sliderBtn:last-child { + right: -6px; +} + +} + @media (max-width: 500px) { .faqContainer { diff --git a/src/app/antalya-restaurant-gallery/GalleryContent.tsx b/src/app/antalya-restaurant-gallery/GalleryContent.tsx index 36f5da7..02774f2 100644 --- a/src/app/antalya-restaurant-gallery/GalleryContent.tsx +++ b/src/app/antalya-restaurant-gallery/GalleryContent.tsx @@ -197,9 +197,9 @@ export default function GalleryContent() { @@ -316,8 +316,8 @@ export default function ContactContent() { {/* Right Side - Location Info & Map */} diff --git a/src/app/catering-services-ontario/CateringContent.tsx b/src/app/catering-services-ontario/CateringContent.tsx index 9cd1f0f..00e6512 100644 --- a/src/app/catering-services-ontario/CateringContent.tsx +++ b/src/app/catering-services-ontario/CateringContent.tsx @@ -67,10 +67,10 @@ export default function CateringContent() { }; const slideInLeft = { - hidden: { opacity: 0, x: -50 }, + hidden: { opacity: 0, y: 30 }, visible: { opacity: 1, - x: 0, + y: 0, transition: { duration: 0.7 } @@ -78,10 +78,10 @@ export default function CateringContent() { }; const slideInRight = { - hidden: { opacity: 0, x: 50 }, + hidden: { opacity: 0, y: 30 }, visible: { opacity: 1, - x: 0, + y: 0, transition: { duration: 0.7 } diff --git a/src/components/FAQ/FAQ.module.css b/src/components/FAQ/FAQ.module.css index f906034..a156fc7 100644 --- a/src/components/FAQ/FAQ.module.css +++ b/src/components/FAQ/FAQ.module.css @@ -100,7 +100,7 @@ @media (max-width: 768px) { .faqSection { - padding: 40px 15px; + padding: 40px 0px; } .faqTitle { diff --git a/src/components/Menu/Menu.module.css b/src/components/Menu/Menu.module.css index bc023e3..3c8a0ad 100644 --- a/src/components/Menu/Menu.module.css +++ b/src/components/Menu/Menu.module.css @@ -1,5 +1,5 @@ .sectionHeading { - padding: 80px 20px 40px; + padding: 0px 20px 40px; max-width: 900px; margin: 0 auto; text-align: center; diff --git a/src/components/Testimonials/Testimonials.tsx b/src/components/Testimonials/Testimonials.tsx index 47dedb5..d48380e 100644 --- a/src/components/Testimonials/Testimonials.tsx +++ b/src/components/Testimonials/Testimonials.tsx @@ -65,7 +65,7 @@ export default function Testimonials() { -

— {item.name}

+ {/*

— {item.name}

*/}

"{item.text}"

{'★★★★★'}