Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6dfda40efe | |||
| 1b1109c175 | |||
| 343be15b30 | |||
| 8e3194f43f |
@@ -166,22 +166,22 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Peter Rhett", handle: "Google", testimonial: "Excellent service and very transparent pricing. Highly recommended.", rating: 5,
|
id: "1", name: "Peter Rhett", handle: "Google", testimonial: "Excellent service and very transparent pricing. Highly recommended.", rating: 5,
|
||||||
imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop&_wi=4"},
|
imageSrc: "https://images.unsplash.com/photo-1636953056323-9413247971fc?q=80&w=600&h=600&auto=format&fit=crop&q=80&w=600&h=600&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Kathy Brent", handle: "Google", testimonial: "Very professional and arrived right on time. Great job.", rating: 5,
|
id: "2", name: "Kathy Brent", handle: "Google", testimonial: "Very professional and arrived right on time. Great job.", rating: 5,
|
||||||
imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop&_wi=3"},
|
imageSrc: "https://images.unsplash.com/photo-1636953056323-9413247971fc?q=80&w=600&h=600&auto=format&fit=crop&q=80&w=600&h=600&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2"},
|
||||||
{
|
{
|
||||||
id: "3", name: "Khalil Reagan", handle: "Google", testimonial: "The installation was handled with utmost care. Professional.", rating: 5,
|
id: "3", name: "Khalil Reagan", handle: "Google", testimonial: "The installation was handled with utmost care. Professional.", rating: 5,
|
||||||
imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop&_wi=5"},
|
imageSrc: "https://images.unsplash.com/photo-1636953056323-9413247971fc?q=80&w=600&h=600&auto=format&fit=crop&q=80&w=600&h=600&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=3"},
|
||||||
{
|
{
|
||||||
id: "4", name: "Jamie Mitchell", handle: "Google", testimonial: "Fair pricing and no hidden fees. Called on Tuesday, serviced Wednesday.", rating: 5,
|
id: "4", name: "Jamie Mitchell", handle: "Google", testimonial: "Fair pricing and no hidden fees. Called on Tuesday, serviced Wednesday.", rating: 5,
|
||||||
imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop&_wi=4"},
|
imageSrc: "https://images.unsplash.com/photo-1636953056323-9413247971fc?q=80&w=600&h=600&auto=format&fit=crop&q=80&w=600&h=600&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=4"},
|
||||||
{
|
{
|
||||||
id: "5", name: "Sara Delgado", handle: "Google", testimonial: "Polite crew, spotless cleanup, and everything fixed perfectly.", rating: 5,
|
id: "5", name: "Sara Delgado", handle: "Google", testimonial: "Polite crew, spotless cleanup, and everything fixed perfectly.", rating: 5,
|
||||||
imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop&_wi=6"},
|
imageSrc: "https://images.unsplash.com/photo-1636953056323-9413247971fc?q=80&w=600&h=600&auto=format&fit=crop&q=80&w=600&h=600&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=5"},
|
||||||
{
|
{
|
||||||
id: "6", name: "Tom Carlson", handle: "Google", testimonial: "Exceptional response time during an emergency heat failure.", rating: 5,
|
id: "6", name: "Tom Carlson", handle: "Google", testimonial: "Exceptional response time during an emergency heat failure.", rating: 5,
|
||||||
imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop&_wi=5"},
|
imageSrc: "https://images.unsplash.com/photo-1636953056323-9413247971fc?q=80&w=600&h=600&auto=format&fit=crop&q=80&w=600&h=600&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=6"},
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
|
|||||||
Reference in New Issue
Block a user