diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6019de9..5cb35fe 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,42 +47,21 @@ export default function LandingPage() {
@@ -173,30 +116,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg?_wi=2",
- },
+ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg"},
{
- id: "2",
- name: "Michael C.",
- imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30887.jpg",
- },
+ id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30887.jpg"},
{
- id: "3",
- name: "Emily R.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-young-family-mother-father-two-children-son-nature-having-fun_627829-12511.jpg",
- },
+ id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-family-mother-father-two-children-son-nature-having-fun_627829-12511.jpg"},
{
- id: "4",
- name: "David K.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-looking-camera-posing_176420-3837.jpg",
- },
+ id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-looking-camera-posing_176420-3837.jpg"},
{
- id: "5",
- name: "Jennifer L.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-traveler-with-backpack-mountain-enjoying-with-nature-around-travel-lifestyle-concept_1150-1982.jpg",
- },
+ id: "5", name: "Jennifer L.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-traveler-with-backpack-mountain-enjoying-with-nature-around-travel-lifestyle-concept_1150-1982.jpg"},
]}
cardTitle="What Our Neighbors Say"
cardTag="Customer Reviews"
@@ -208,8 +136,7 @@ export default function LandingPage() {