3 Commits

Author SHA1 Message Date
ef6376c11d Update src/app/page.tsx 2026-03-02 20:51:39 +00:00
0ee8667b79 Update src/app/layout.tsx 2026-03-02 20:51:38 +00:00
4b301c3ebb Merge version_8 into main
Merge version_8 into main
2026-03-02 20:48:37 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1424,4 +1424,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -173,7 +173,7 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "North Bloomington", rating: 5,
id: "1", name: "AJ Kessler", role: "Homeowner", company: "North Bloomington", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwSmiMg7IJg0cZ1Elrp46VuU1/uploaded-1772483717111-bjsw0qqj.jpg?_wi=2"
},
{
@@ -288,4 +288,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}