Merge version_2 into main #2
@@ -89,11 +89,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Susan Stauder", role: "Homeowner", company: "La Quinta", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg" },
|
||||
{ id: "2", name: "Shunte Martin", role: "Local Guide", company: "Indio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg" },
|
||||
{ id: "3", name: "Marco Rojo", role: "Customer", company: "Indio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-carefree-man-has-toothy-smile-shows-perfect-white-teeth-looks-gladfully_273609-33584.jpg" },
|
||||
{ id: "4", name: "Robert D.", role: "Client", company: "Indio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/talking-wife_1098-13921.jpg" },
|
||||
{ id: "5", name: "Alice T.", role: "Homeowner", company: "La Quinta", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-by-swimming-pool_1098-13893.jpg" }
|
||||
{ id: "1", name: "Susan Stauder", role: "Homeowner", company: "La Quinta", rating: 5 },
|
||||
{ id: "2", name: "Shunte Martin", role: "Local Guide", company: "Indio", rating: 5 },
|
||||
{ id: "3", name: "Marco Rojo", role: "Customer", company: "Indio", rating: 5 },
|
||||
{ id: "4", name: "Robert D.", role: "Client", company: "Indio", rating: 5 },
|
||||
{ id: "5", name: "Alice T.", role: "Homeowner", company: "La Quinta", rating: 5 }
|
||||
]}
|
||||
title="Highly Endorsed by Our Clients"
|
||||
description="See why homeowners in La Quinta and Indio trust Junior Pools."
|
||||
@@ -151,4 +151,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user