diff --git a/pages/about.js b/pages/about.js index e482e02..c78b74b 100644 --- a/pages/about.js +++ b/pages/about.js @@ -11,6 +11,9 @@ import { Swiper, SwiperSlide } from "swiper/react"; import { brandListProps2 } from "@/src/sliderProps"; import SubCard from "@/src/components/AboveFooter"; import ConsenHead from "@/src/ConsenHead"; +import GoogleReviewsBranding from "@/src/components/GoogleReviewsBranding"; + + const About = () => { const [reviews, setReviews] = useState([]); @@ -398,6 +401,7 @@ const About = () => {
Our Testimonials

Hear From Our Happy Customers

+
diff --git a/src/components/GoogleReviewsBranding.js b/src/components/GoogleReviewsBranding.js new file mode 100644 index 0000000..81b49d6 --- /dev/null +++ b/src/components/GoogleReviewsBranding.js @@ -0,0 +1,56 @@ +import React from 'react'; + +const GoogleReviewsBranding = ({ centered = false }) => { + return ( +
+
+ G + o + o + g + l + e +
+
+ Reviews +
+ + + + + +
+
+
+ ); +}; + +export default GoogleReviewsBranding; diff --git a/src/components/Home/TestimonialSection.js b/src/components/Home/TestimonialSection.js index 8bd9bc3..5079dc1 100644 --- a/src/components/Home/TestimonialSection.js +++ b/src/components/Home/TestimonialSection.js @@ -4,6 +4,7 @@ import { Autoplay } from "swiper"; import { Swiper, SwiperSlide } from "swiper/react"; import Link from "next/link"; import "swiper/css"; +import GoogleReviewsBranding from "../GoogleReviewsBranding"; const testimonial_list_slider = { spaceBetween: 30, @@ -152,6 +153,7 @@ const TestimonialSection = () => { {" "} Talking About us. +
@@ -222,7 +224,7 @@ const TestimonialSection = () => { )} -
+