diff --git a/app/shortcodes/ShortcodesClient.js b/app/shortcodes/ShortcodesClient.js index af043af..5041e95 100644 --- a/app/shortcodes/ShortcodesClient.js +++ b/app/shortcodes/ShortcodesClient.js @@ -9,6 +9,7 @@ import Image from "next/image"; import { teamMembers } from "@/utils/constant.utils"; +import GoogleReviewsBranding from "@/components/GoogleReviewsBranding" export default function Home() { @@ -504,7 +505,7 @@ export default function Home() {
-
+
Google Reviews {/* Exact same stars as testimonial */} @@ -518,6 +519,7 @@ export default function Home() {

What Our Clients Say About Rapha Rehab

+
diff --git a/components/GoogleReviewsBranding.js b/components/GoogleReviewsBranding.js new file mode 100644 index 0000000..6415cda --- /dev/null +++ b/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/components/sections/home1/Testimonial.js b/components/sections/home1/Testimonial.js index ebfa1ea..a6a257d 100644 --- a/components/sections/home1/Testimonial.js +++ b/components/sections/home1/Testimonial.js @@ -1,6 +1,7 @@ import TestimonialSlider1 from '@/components/slider/TestimonialSlider1' import Link from "next/link"; import Image from "next/image"; +import GoogleReviewsBranding from '@/components/GoogleReviewsBranding'; @@ -32,7 +33,7 @@ export default function Testimonial() {
-
+
Google Reviews

Discover why patients across Etobicoke trust Rapha Rehab for physiotherapy, rehabilitation, and pain management care.

@@ -48,6 +49,7 @@ export default function Testimonial() {

What Our Clients Say About Rapha Rehab

+