diff --git a/pages/about.js b/pages/about.js
index c1be0f6..c6f54e6 100644
--- a/pages/about.js
+++ b/pages/about.js
@@ -11,6 +11,7 @@ import { useEffect, useState } from "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([]);
@@ -407,6 +408,7 @@ const About = () => {
Our Testimonials
What Our Customers are
Talking About us.
+
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 eb2e525..e398616 100644
--- a/src/components/Home/TestimonialSection.js
+++ b/src/components/Home/TestimonialSection.js
@@ -4,6 +4,7 @@ import { Swiper, SwiperSlide } from "swiper/react";
import Link from "next/link";
import { useEffect, useState } from "react";
import "swiper/css";
+import GoogleReviewsBranding from "../GoogleReviewsBranding";
const testimonial_list_slider = {
spaceBetween: 30,
@@ -152,6 +153,7 @@ const TestimonialSection = () => {
{" "}
Talking About us.
+
@@ -241,7 +243,7 @@ const TestimonialSection = () => {
)}
-