diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cd0e7f..e6b94bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,23 +170,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Scott Smith", role: "Homeowner", company: "Jax", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg"}, + id: "1", name: "Scott Smith", role: "Homeowner", company: "Jax", rating: 5}, { - id: "2", name: "Tim Sellers", role: "Contractor", company: "Jax", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"}, + id: "2", name: "Tim Sellers", role: "Contractor", company: "Jax", rating: 5}, { - id: "3", name: "Danielle Filichia", role: "Homeowner", company: "Jax", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"}, + id: "3", name: "Danielle Filichia", role: "Homeowner", company: "Jax", rating: 5}, { - id: "4", name: "Brian Akers", role: "Homeowner", company: "Jax", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg"}, + id: "4", name: "Brian Akers", role: "Homeowner", company: "Jax", rating: 5}, { - id: "5", name: "Karen Black", role: "Homeowner", company: "Jax", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg"}, + id: "5", name: "Karen Black", role: "Homeowner", company: "Jax", rating: 5}, { - id: "6", name: "Rob Thurlow", role: "Homeowner", company: "Jax", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg"}, + id: "6", name: "Rob Thurlow", role: "Homeowner", company: "Jax", rating: 5}, ]} kpiItems={[ { @@ -221,4 +215,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file