From dbe3bd422ed3a0b6bdb8a457cad32d8f990249e5 Mon Sep 17 00:00:00 2001 From: akash Date: Thu, 22 Jan 2026 19:33:08 +0530 Subject: [PATCH] Google Review Branding updated --- pages/about.js | 2 + src/components/GoogleReviewsBranding.js | 56 +++++++++++++++++++++++ src/components/Home/TestimonialSection.js | 4 +- 3 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 src/components/GoogleReviewsBranding.js 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 = () => { )} -
+