diff --git a/src/app/layout.tsx b/src/app/layout.tsx index deb6774..78e7718 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -30,9 +30,7 @@ export default function RootLayout({ return ( - + {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index 41e3855..4723e66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,9 +148,9 @@ export default function HomePage() { { id: "3", name: "Jennifer Walsh", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg?_wi=1", imageAlt: "Jennifer Walsh"}, { - id: "4", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-10036.jpg?_wi=1", imageAlt: "David Thompson"}, + id: "4", name: "Lynette Walden", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-10036.jpg?_wi=1", imageAlt: "Lynette Walden"}, ]} - cardTitle="Work conducted well and pricing reasonable. A young man, Tyson arrived and did a wonderful job from start to finish. Definitely our 'go to' people for plumbing needs." + cardTitle="Work conducted well and pricing reasonable. A young man, Tyson arrived and did a wonderful job from start to finish. Definitely our 'go to' people for plumbing needs. — Lynette Walden" cardTag="Trusted by local homeowners" cardTagIcon={Heart} cardAnimation="blur-reveal" diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 3399cc3..6d0b96e 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -52,9 +52,9 @@ export default function ReviewsPage() { { id: "3", name: "Jennifer Walsh", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg?_wi=2", imageAlt: "Jennifer Walsh"}, { - id: "4", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-10036.jpg?_wi=2", imageAlt: "David Thompson"}, + id: "4", name: "Lynette Walden", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-10036.jpg?_wi=2", imageAlt: "Lynette Walden"}, ]} - cardTitle="Work conducted well and pricing reasonable. A young man, Tyson arrived and did a wonderful job from start to finish. Definitely our 'go to' people for plumbing needs." + cardTitle="Work conducted well and pricing reasonable. A young man, Tyson arrived and did a wonderful job from start to finish. Definitely our 'go to' people for plumbing needs. — Lynette Walden" cardTag="Trusted by local homeowners" cardTagIcon={Heart} cardAnimation="blur-reveal"