4 Commits

Author SHA1 Message Date
9b5be5f40c Update src/app/page.tsx 2026-04-08 20:49:54 +00:00
4e075a319f Merge version_1 into main
Merge version_1 into main
2026-04-08 20:45:56 +00:00
b8b3016ed8 Merge version_1 into main
Merge version_1 into main
2026-04-08 20:45:32 +00:00
21129c83c1 Merge version_1 into main
Merge version_1 into main
2026-04-08 20:44:54 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}