diff --git a/components/ProductSection/ProductSection.js b/components/ProductSection/ProductSection.js index b5f6779e..da1dadb8 100644 --- a/components/ProductSection/ProductSection.js +++ b/components/ProductSection/ProductSection.js @@ -6,7 +6,7 @@ const ProductSection = ({ products, heading }) => { return (
-

{heading}

+

{heading}

{products?.map?.((product) => { return ; diff --git a/components/TestimonialsSection/TestimonialsSection.js b/components/TestimonialsSection/TestimonialsSection.js index 4763dcc9..a0e0edc1 100644 --- a/components/TestimonialsSection/TestimonialsSection.js +++ b/components/TestimonialsSection/TestimonialsSection.js @@ -2,12 +2,11 @@ import TestimonialCard from './TestimonialCard'; import { Container } from '../Container'; import styles from './TestimonialsSection.module.scss'; - const TestimonialsSection = () => { return (
-

Customer Testimonials

+

Customer Testimonials