add Testimonials component with Swiper slider and dynamic Google Reviews integration
This commit is contained in:
parent
e95d7867ec
commit
04907e907f
@ -165,7 +165,7 @@ export default function Testimonials() {
|
||||
|
||||
<div className={styles.sliderContainer}>
|
||||
{loading ? (
|
||||
<div className="text-center" style={{ color: 'var(--color-paragraph)', padding: '40px' , textAlign: 'center'}}>
|
||||
<div className="text-center" style={{ color: 'var(--color-paragraph)', padding: '40px', textAlign: 'center' }}>
|
||||
<p>Loading reviews...</p>
|
||||
</div>
|
||||
) : (
|
||||
@ -238,12 +238,12 @@ export default function Testimonials() {
|
||||
|
||||
<div className={styles.buttonContainer}>
|
||||
<a
|
||||
href="https://www.google.com/maps/place/Antalya+Turkish+Restaurant+Burlington/@43.3768396,-79.7610065,17z/data=!4m8!3m7!1s0x882b610051283d59:0x87d60f4e428c03c5!8m2!3d43.3768396!4d-79.7610065!9m1!1b1!16s%2Fg%2F11y1838z2k"
|
||||
href="https://search.google.com/local/writereview?placeid=ChIJjazCAVJhK4gRUj9RstvmUM0"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className={styles.button}
|
||||
>
|
||||
Write a Review on Google
|
||||
Please Share Your Experience on Google
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user