Merge version_2 into main #4

Merged
bender merged 3 commits from version_2 into main 2026-03-03 08:27:17 +00:00
3 changed files with 5 additions and 7 deletions

View File

@@ -30,9 +30,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${sourceSans3.variable} antialiased`}
>
<body className={`${sourceSans3.variable} antialiased`}>
<Tag />
{children}

View File

@@ -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"

View File

@@ -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"