From 13da6f06afba1aa30ced59218dc28afbed7777c4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:57:33 +0000 Subject: [PATCH 1/5] Update registry/components/TeamCardFive.json --- registry/components/TeamCardFive.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/TeamCardFive.json b/registry/components/TeamCardFive.json index ab39b40..f349017 100644 --- a/registry/components/TeamCardFive.json +++ b/registry/components/TeamCardFive.json @@ -104,7 +104,7 @@ "nameClassName?": "string", "roleClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for team pages", "Use for staff directories", -- 2.49.1 From cdcf163768febf6bc593d2e990a1f8d00fec2959 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:57:34 +0000 Subject: [PATCH 2/5] Update registry/components/TeamCardSix.json --- registry/components/TeamCardSix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/TeamCardSix.json b/registry/components/TeamCardSix.json index 8d0d586..165c1a6 100644 --- a/registry/components/TeamCardSix.json +++ b/registry/components/TeamCardSix.json @@ -103,7 +103,7 @@ "textBoxButtonClassName?": "string", "textBoxButtonTextClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for about pages", "Use for company information", -- 2.49.1 From 9ad90e48aff6c60cd073dd4dda95817545a0cafe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:57:34 +0000 Subject: [PATCH 3/5] Update registry/components/TestimonialCardSix.json --- registry/components/TestimonialCardSix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/TestimonialCardSix.json b/registry/components/TestimonialCardSix.json index 2c7aa66..8092266 100644 --- a/registry/components/TestimonialCardSix.json +++ b/registry/components/TestimonialCardSix.json @@ -110,7 +110,7 @@ "textBoxButtonClassName?": "string", "textBoxButtonTextClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for social proof", "Use for customer reviews", -- 2.49.1 From 8dc01e9ab1e40a3842292c5f44cef8101640bfb8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:57:35 +0000 Subject: [PATCH 4/5] Update registry/components/TestimonialCardTwelve.json --- registry/components/TestimonialCardTwelve.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/TestimonialCardTwelve.json b/registry/components/TestimonialCardTwelve.json index a098f7b..a1c99ab 100644 --- a/registry/components/TestimonialCardTwelve.json +++ b/registry/components/TestimonialCardTwelve.json @@ -67,7 +67,7 @@ "cardTitleClassName?": "string", "cardTagClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for feature showcases", "Use for capability displays", -- 2.49.1 From 6f5205cb3171887e4e749366715efd810c2668c6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:57:35 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd92d44..98f53b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,11 +130,11 @@ export default function LandingPage() { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Eden Prairie, MN", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-sweater-autumn-park_1303-11368.jpg?id=3389560", imageAlt: "Sarah Johnson"}, { - id: "2", name: "Michael Chen", role: "Property Manager", company: "Farmington Estates", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg?_wi=2", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Robbinson", role: "Property Manager", company: "Farmington Estates", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg?_wi=2", imageAlt: "Michael Robbinson"}, { - id: "3", name: "Jennifer Martinez", role: "Homeowner", company: "Countryside, MN", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautifull-caucasian-woman-with-curly-hair-smiles-isolated_132075-7608.jpg?id=12072689", imageAlt: "Jennifer Martinez"}, + id: "3", name: "Jennifer Thao", role: "Homeowner", company: "Countryside, MN", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautifull-caucasian-woman-with-curly-hair-smiles-isolated_132075-7608.jpg?id=12072689", imageAlt: "Jennifer Thao"}, { id: "4", name: "David Thompson", role: "Business Owner", company: "Twin Cities Commercial", rating: 5, imageSrc: "http://img.b2bpic.net/premium-photo/handsome-man-using-smartphone-living-room_13339-178427.jpg?id=1802012", imageAlt: "David Thompson"}, -- 2.49.1