From 9126374d487fb35f9c986b8113d245c81d5f6df7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:44:03 +0000 Subject: [PATCH 01/10] Update docs/PREVIEW_PAGE_STANDARDS.md --- docs/PREVIEW_PAGE_STANDARDS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PREVIEW_PAGE_STANDARDS.md b/docs/PREVIEW_PAGE_STANDARDS.md index 7ed66ef..5370c2c 100644 --- a/docs/PREVIEW_PAGE_STANDARDS.md +++ b/docs/PREVIEW_PAGE_STANDARDS.md @@ -356,7 +356,7 @@ const products = [ ```tsx const testimonials = [ { - name: "Sarah Johnson", + name: "Terence J Simmons", role: "CEO, TechCorp", content: "This component library transformed our development workflow. Highly recommend!", image: "/images/avatar-1.jpg", -- 2.49.1 From 73fd839f1645343c8d7fef92eae87449810bdab4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:44:03 +0000 Subject: [PATCH 02/10] Update registry/components/HeroBillboardTestimonial.json --- registry/components/HeroBillboardTestimonial.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/HeroBillboardTestimonial.json b/registry/components/HeroBillboardTestimonial.json index 8284d65..f007092 100644 --- a/registry/components/HeroBillboardTestimonial.json +++ b/registry/components/HeroBillboardTestimonial.json @@ -27,7 +27,7 @@ "testimonials": { "required": true, "minItems": 1, - "example": "[{ name: 'Sarah Johnson', handle: 'CEO, TechCorp', testimonial: 'Amazing product!', rating: 5, imageSrc: '/avatar.jpg' }]", + "example": "[{ name: 'Terence J Simmons', handle: 'CEO, TechCorp', testimonial: 'Amazing product!', rating: 5, imageSrc: '/avatar.jpg' }]", "note": "Array of testimonial objects. Each requires name, handle, testimonial text, and rating (1-5). imageSrc is optional." }, "testimonialRotationInterval": { @@ -117,7 +117,7 @@ "marqueeTextClassName?": "string", "marqueeIconClassName?": "string" }, - "usageExample": "\n \n", + "usageExample": "\n \n", "do": [ "Use for landing pages with social proof", "Use for product showcases with testimonials", -- 2.49.1 From f69740cfeb95035bf7424e7a9eda9f9f1beac538 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:44:03 +0000 Subject: [PATCH 03/10] Update registry/components/HeroSplitTestimonial.json --- registry/components/HeroSplitTestimonial.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/HeroSplitTestimonial.json b/registry/components/HeroSplitTestimonial.json index 293a6b2..dac13ee 100644 --- a/registry/components/HeroSplitTestimonial.json +++ b/registry/components/HeroSplitTestimonial.json @@ -27,7 +27,7 @@ "testimonials": { "required": true, "minItems": 1, - "example": "[{ name: 'Sarah Johnson', handle: 'CEO, TechCorp', testimonial: 'Amazing product!', rating: 5, imageSrc: '/avatar.jpg' }]", + "example": "[{ name: 'Terence J Simmons', handle: 'CEO, TechCorp', testimonial: 'Amazing product!', rating: 5, imageSrc: '/avatar.jpg' }]", "note": "Array of testimonial objects. Each requires name, handle, testimonial text, and rating (1-5). imageSrc is optional." }, "testimonialRotationInterval": { @@ -121,7 +121,7 @@ "marqueeTextClassName?": "string", "marqueeIconClassName?": "string" }, - "usageExample": "\n \n", + "usageExample": "\n \n", "do": [ "Use for landing pages with social proof", "Use for product showcases with testimonials", -- 2.49.1 From ec20fac6fce24454a17ba8627c166e7f992e9e8f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:44:04 +0000 Subject: [PATCH 04/10] Update registry/components/TeamCardFive.json --- registry/components/TeamCardFive.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registry/components/TeamCardFive.json b/registry/components/TeamCardFive.json index ab39b40..cadf720 100644 --- a/registry/components/TeamCardFive.json +++ b/registry/components/TeamCardFive.json @@ -32,7 +32,7 @@ }, "name": { "required": true, - "example": "Sarah Johnson", + "example": "Terence J Simmons", "minChars": 2, "maxChars": 50, "note": "Team member name displayed at 2xl font-medium, centered with truncate" @@ -56,12 +56,12 @@ }, "imageAlt": { "required": false, - "example": "Portrait of Sarah Johnson", + "example": "Portrait of Terence J Simmons", "note": "Alt text for image (defaults to member name if not provided)" }, "videoAriaLabel": { "required": false, - "example": "Video of Sarah Johnson", + "example": "Video of Terence J Simmons", "note": "ARIA label for video (defaults to member name if not provided)" } }, @@ -104,7 +104,7 @@ "nameClassName?": "string", "roleClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for team pages", "Use for staff directories", -- 2.49.1 From 359b1a3c48477537e91f892023ea09640b0f8ff9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:44:04 +0000 Subject: [PATCH 05/10] Update registry/components/TeamCardSix.json --- registry/components/TeamCardSix.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registry/components/TeamCardSix.json b/registry/components/TeamCardSix.json index 8d0d586..d7154e1 100644 --- a/registry/components/TeamCardSix.json +++ b/registry/components/TeamCardSix.json @@ -32,7 +32,7 @@ }, "name": { "required": true, - "example": "Sarah Johnson", + "example": "Terence J Simmons", "minChars": 2, "maxChars": 50, "note": "Team member name displayed at 2xl font-medium with truncate in blurred overlay" @@ -56,12 +56,12 @@ }, "imageAlt": { "required": false, - "example": "Portrait of Sarah Johnson", + "example": "Portrait of Terence J Simmons", "note": "Alt text for image (defaults to member name if not provided)" }, "videoAriaLabel": { "required": false, - "example": "Video of Sarah Johnson", + "example": "Video of Terence J Simmons", "note": "Aria label for video (defaults to member name if not provided)" } } @@ -103,7 +103,7 @@ "textBoxButtonClassName?": "string", "textBoxButtonTextClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for about pages", "Use for company information", -- 2.49.1 From 3c4073a43f678f62bb2185845891b6e9d586182e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:44:05 +0000 Subject: [PATCH 06/10] Update registry/components/TestimonialCardSix.json --- registry/components/TestimonialCardSix.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/components/TestimonialCardSix.json b/registry/components/TestimonialCardSix.json index 2c7aa66..acf233f 100644 --- a/registry/components/TestimonialCardSix.json +++ b/registry/components/TestimonialCardSix.json @@ -32,7 +32,7 @@ }, "name": { "required": true, - "example": "Sarah Johnson", + "example": "Terence J Simmons", "minChars": 2, "maxChars": 50 }, @@ -57,7 +57,7 @@ }, "imageAlt": { "required": false, - "example": "Sarah Johnson", + "example": "Terence J Simmons", "note": "Alt text for avatar image" }, "icon": { @@ -110,7 +110,7 @@ "textBoxButtonClassName?": "string", "textBoxButtonTextClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for social proof", "Use for customer reviews", -- 2.49.1 From be616fb448a4e0a69a6acc77296afc92bc5a8aab Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:44:05 +0000 Subject: [PATCH 07/10] Update registry/components/TestimonialCardThirteen.json --- registry/components/TestimonialCardThirteen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/TestimonialCardThirteen.json b/registry/components/TestimonialCardThirteen.json index 1c3d9ac..c577645 100644 --- a/registry/components/TestimonialCardThirteen.json +++ b/registry/components/TestimonialCardThirteen.json @@ -31,7 +31,7 @@ }, "name": { "required": true, - "example": "Sarah Johnson", + "example": "Terence J Simmons", "minChars": 2, "maxChars": 50 }, -- 2.49.1 From d5e367f5827e47932bbd73b831dbdca3ea355fa8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:44:05 +0000 Subject: [PATCH 08/10] Update registry/components/TestimonialCardTwelve.json --- registry/components/TestimonialCardTwelve.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/components/TestimonialCardTwelve.json b/registry/components/TestimonialCardTwelve.json index a098f7b..99aaaf2 100644 --- a/registry/components/TestimonialCardTwelve.json +++ b/registry/components/TestimonialCardTwelve.json @@ -26,7 +26,7 @@ }, "name": { "required": true, - "example": "Sarah Johnson", + "example": "Terence J Simmons", "minChars": 2, "maxChars": 50, "note": "Used as fallback for imageAlt" @@ -38,7 +38,7 @@ }, "imageAlt": { "required": false, - "example": "Sarah Johnson", + "example": "Terence J Simmons", "minChars": 2, "maxChars": 50, "note": "Alt text for accessibility (defaults to name)" @@ -67,7 +67,7 @@ "cardTitleClassName?": "string", "cardTagClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for feature showcases", "Use for capability displays", -- 2.49.1 From e6d6519eac7e3e7af086489f70f409ccf2e9573b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:44:06 +0000 Subject: [PATCH 09/10] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8d1b7f..5833980 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,8 +196,8 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahjtech", testimonial: "Fixed my cracked screen in just 2 hours! The technician was professional and the price was very fair. Will definitely return here.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASo5NGChDW04lws3QHcRDeKMGr/uploaded-1772595637223-1vibvl2r.png", imageAlt: "Sarah Johnson" + id: "1", name: "Terence J Simmons", handle: "@sarahjtech", testimonial: "Great stuff. Fitted screen protector + cover.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASo5NGChDW04lws3QHcRDeKMGr/uploaded-1772595637223-1vibvl2r.png", imageAlt: "Terence J Simmons" }, { id: "2", name: "Marcus Chen", handle: "@marcustech", testimonial: "Best mobile repair service in town. My water-damaged phone was salvaged perfectly. Highly recommended!", rating: 5, -- 2.49.1 From 31b0387362ba0dd79c27055844776ec749b08bd0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:44:06 +0000 Subject: [PATCH 10/10] Update src/lib/api/blog.ts --- src/lib/api/blog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/api/blog.ts b/src/lib/api/blog.ts index aa80e91..1edea0e 100644 --- a/src/lib/api/blog.ts +++ b/src/lib/api/blog.ts @@ -41,7 +41,7 @@ export const defaultPosts: BlogPost[] = [ excerpt: "Discover how to create a content strategy that drives engagement and conversions.", imageSrc: "/placeholders/placeholder3.avif", imageAlt: "Marketing strategy board", - authorName: "Sarah Johnson", + authorName: "Terence J Simmons", authorAvatar: "/placeholders/placeholder3.avif", date: "15 Jan 2025", }, -- 2.49.1