Compare commits
4 Commits
version_69
...
version_71
| Author | SHA1 | Date | |
|---|---|---|---|
| fe3e3a9643 | |||
| 1c430d394f | |||
| 8ef458517f | |||
| 7114e61fe3 |
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
|
||||
export default function ReviewsPage() {
|
||||
@@ -36,22 +35,6 @@ export default function ReviewsPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews-list" data-section="reviews-list">
|
||||
<div className="flex flex-col items-center justify-center py-20 px-4">
|
||||
<h2 className="text-3xl font-bold mb-8">Google Reviews</h2>
|
||||
<iframe
|
||||
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12345!2d-86.0000000!3d34.0000000!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMzTCsDAwJzAwLjAiTiA4NsKwMDAnMDAuMCJX!5e0!3m2!1sen!2sus!4v1620000000000!5m2!1sen!2sus"
|
||||
width="100%"
|
||||
height="600"
|
||||
style={{ border: 0 }}
|
||||
allowFullScreen
|
||||
loading="lazy"
|
||||
referrerPolicy="no-referrer-when-downgrade"
|
||||
title="Google Reviews"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
@@ -60,8 +43,11 @@ export default function ReviewsPage() {
|
||||
title="Client Stories"
|
||||
description="What our customers are saying about our Gadsden, Southside, Rainbow City, Attalla, Oxford, Anniston, Alexandria, Wellington, Trussville, Springville, Oneonta, and all of Etowah and Calhoun counties services."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Mark V.", role: "Homeowner", testimonial: "Incredible service, handled my insurance perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg" },
|
||||
{ id: "t2", name: "Lisa B.", role: "Resident", testimonial: "Fast, clean, and professional work on my roof and deck.", imageSrc: "http://img.b2bpic.net/free-photo/outside-lifestyle-portrait-happy-relaxed-woman-poses-summer-terrace-sunshine-true-emotions_291650-1278.jpg" },
|
||||
{ id: "t1", name: "Happy Homeowner", role: "Local Resident", testimonial: "Arch Roofing Systems did a fantastic job on our home. The process was smooth, professional, and the quality is outstanding.", imageSrc: "" },
|
||||
{ id: "t2", name: "Satisfied Client", role: "Commercial Property Owner", testimonial: "Highly recommended for commercial roofing. Very reliable and detail-oriented.", imageSrc: "" },
|
||||
{ id: "t3", name: "Local Business", role: "Business Owner", testimonial: "They handled our storm damage claim efficiently. Couldn't be happier with the outcome.", imageSrc: "" },
|
||||
{ id: "t4", name: "Homeowner", role: "Gadsden Resident", testimonial: "The team was punctual, clean, and extremely professional throughout the entire replacement.", imageSrc: "" },
|
||||
{ id: "t5", name: "Property Manager", role: "Alabama", testimonial: "Consistent communication and high quality work. Will definitely use them again for future projects.", imageSrc: "" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user