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",
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",
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",
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",
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"},