diff --git a/registry/components/TestimonialCardTen.json b/registry/components/TestimonialCardTen.json
index fca62c3..a414633 100644
--- a/registry/components/TestimonialCardTen.json
+++ b/registry/components/TestimonialCardTen.json
@@ -43,7 +43,7 @@
},
"name": {
"required": true,
- "example": "Sarah Mitchell",
+ "example": "Lucas Pereira ",
"minChars": 2,
"maxChars": 50
},
@@ -65,7 +65,7 @@
},
"imageAlt": {
"required": false,
- "example": "Sarah Mitchell headshot",
+ "example": "Lucas Pereira headshot",
"note": "Alt text for images"
},
"videoAriaLabel": {
@@ -90,7 +90,7 @@
"ariaLabel?": "string (default: 'Testimonials section')",
"className?": "string"
},
- "usageExample": "",
+ "usageExample": "",
"do": [
"Use for feature showcases",
"Use for capability displays",
diff --git a/registry/components/TestimonialCardTwo.json b/registry/components/TestimonialCardTwo.json
index 0d54db8..dd49895 100644
--- a/registry/components/TestimonialCardTwo.json
+++ b/registry/components/TestimonialCardTwo.json
@@ -31,7 +31,7 @@
},
"name": {
"required": true,
- "example": "Sarah Mitchell",
+ "example": "Lucas Pereira ",
"minChars": 2,
"maxChars": 50,
"note": "Customer name"
@@ -57,7 +57,7 @@
},
"imageAlt": {
"required": false,
- "example": "Portrait of Sarah Mitchell",
+ "example": "Portrait of Lucas Pereira ",
"note": "Alt text for image (defaults to customer name if not provided)"
},
"icon": {
@@ -85,7 +85,7 @@
"ariaLabel?": "string (default: 'Testimonials section')",
"className?": "string"
},
- "usageExample": "",
+ "usageExample": "",
"do": [
"Use for social proof",
"Use for customer reviews",
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0a1987d..eb605ec 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -105,7 +105,7 @@ export default function HomePage() {