diff --git a/app/page.js b/app/page.js
index d79b404..c23a7c6 100644
--- a/app/page.js
+++ b/app/page.js
@@ -11,6 +11,7 @@ import PopularMenu from "@/components/home/PopularMenu";
import MenuCategory from "@/components/home/MenuCategory";
import BlogSection from "@/components/home/BlogSection";
import { useEffect, useState } from "react";
+import GoogleReviewsBranding from "@/components/GoogleReviewsBrandingmain";
const page = () => {
const [reviews, setReviews] = useState([]);
const [loading, setLoading] = useState(true);
@@ -388,6 +389,7 @@ const page = () => {
customer feedback
what our customer’s say us
+
{
+ return (
+
+
+ G
+ o
+ o
+ g
+ l
+ e
+
+
+
Reviews
+
+ ★
+ ★
+ ★
+ ★
+ ★
+
+
+
+ );
+};
+
+export default GoogleReviewsBranding;
diff --git a/components/GoogleReviewsBrandingmain.js b/components/GoogleReviewsBrandingmain.js
new file mode 100644
index 0000000..32ad85d
--- /dev/null
+++ b/components/GoogleReviewsBrandingmain.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/components/TestimonialAbout.js b/components/TestimonialAbout.js
index 1691956..3dfa5cd 100644
--- a/components/TestimonialAbout.js
+++ b/components/TestimonialAbout.js
@@ -2,6 +2,7 @@
import { sliderProps } from "@/utility/sliderProps";
import { useEffect, useState } from "react";
import Slider from "react-slick";
+import GoogleReviewsBranding from "./GoogleReviewsBranding";
function TestimonialAbout() {
const [nav1, setNav1] = useState(null);
@@ -93,13 +94,14 @@ function TestimonialAbout() {
Customer Feedback
what our customer’s say us
+
{/*
{
return (
@@ -18,17 +20,18 @@ const BlogSection = () => {
-
+
{
Blog?.map((blog) => {
return (
-
+

@@ -51,7 +54,7 @@ const BlogSection = () => {
)
})
}
-
+
);
diff --git a/public/assets/css/style.css b/public/assets/css/style.css
index 595d5bf..d1962e5 100644
--- a/public/assets/css/style.css
+++ b/public/assets/css/style.css
@@ -9777,6 +9777,7 @@ h6,
.testimonials-five-content .slick-dots {
margin-top: 70px;
+ display: none !important;
}
.testimonial-five-item {
@@ -9870,6 +9871,7 @@ h6,
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
+ display: none !important;
}
.testimonial-quote-badge {