From e09b43bd6b838b4f53c887f1992ee8875ceb4ac2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:13 +0000 Subject: [PATCH 01/16] 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..80f4442 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: "Vickie Robbins", role: "CEO, TechCorp", content: "This component library transformed our development workflow. Highly recommend!", image: "/images/avatar-1.jpg", -- 2.49.1 From 7712a53a803da41413c38f26bea59c9411891655 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:13 +0000 Subject: [PATCH 02/16] Update fontThemes.json --- fontThemes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fontThemes.json b/fontThemes.json index e14bbca..1bed67e 100644 --- a/fontThemes.json +++ b/fontThemes.json @@ -171,7 +171,7 @@ }, "publicSansInter": { "name": "Public Sans + Inter", - "description": "Government-inspired headings with neutral body. Professional and trustworthy.", + "description": "Government-inspired headings with neutral body. I love my eyeliner enhancement! Jordan did a fantastic job. She explained the process in the beginning and during which keep my anxiety level way down. I am pleased with the results. I highly recommend! and trustworthy.", "headingFont": "publicSans", "bodyFont": "inter", "imports": "import { Public_Sans } from \"next/font/google\";\nimport { Inter } from \"next/font/google\";", -- 2.49.1 From fe25427e683a9040640e7df1c5c9a55d64d241df Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:13 +0000 Subject: [PATCH 03/16] Update registry/components/FeatureCardTwentyFive.json --- registry/components/FeatureCardTwentyFive.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/FeatureCardTwentyFive.json b/registry/components/FeatureCardTwentyFive.json index a89d340..5dc1f3a 100644 --- a/registry/components/FeatureCardTwentyFive.json +++ b/registry/components/FeatureCardTwentyFive.json @@ -18,7 +18,7 @@ }, "tag": { "required": false, - "example": "Services", + "example": "", "minChars": 2, "maxChars": 30 } -- 2.49.1 From 0113337149bc0f4d6ec32dba84ee2248cde42220 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:14 +0000 Subject: [PATCH 04/16] Update registry/components/FeatureCardTwentySeven.json --- registry/components/FeatureCardTwentySeven.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/components/FeatureCardTwentySeven.json b/registry/components/FeatureCardTwentySeven.json index 9fecdeb..fa627f0 100644 --- a/registry/components/FeatureCardTwentySeven.json +++ b/registry/components/FeatureCardTwentySeven.json @@ -6,7 +6,7 @@ "textRules": { "title": { "required": true, - "example": "Our Services", + "example": "Our ", "minChars": 2, "maxChars": 50 }, @@ -18,7 +18,7 @@ }, "tag": { "required": false, - "example": "Services", + "example": "", "minChars": 2, "maxChars": 30 } @@ -73,7 +73,7 @@ "cardTitleClassName?": "string", "cardDescriptionClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for interactive feature showcases where exploration is desired", "Best for 3-6 items (4 recommended)", -- 2.49.1 From 97d175d2548fa30b935f6af7ce4e38059e304d6b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:14 +0000 Subject: [PATCH 05/16] 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..0c3540d 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: 'Vickie Robbins', 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 5345bc3a74d0cc0745a659ae5f19f5750dc143c1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:15 +0000 Subject: [PATCH 06/16] 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..ea651da 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: 'Vickie Robbins', 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 bf218be96a2898af45a583aed34762db3caec332 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:15 +0000 Subject: [PATCH 07/16] Update registry/components/NavbarStyleCentered.json --- registry/components/NavbarStyleCentered.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/NavbarStyleCentered.json b/registry/components/NavbarStyleCentered.json index 703c97e..7bca4f4 100644 --- a/registry/components/NavbarStyleCentered.json +++ b/registry/components/NavbarStyleCentered.json @@ -56,7 +56,7 @@ "brandName?": "string (default: 'Webild')", "className?": "string (default: '')" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for feature showcases", "Use for capability displays", -- 2.49.1 From 7586e9a668577b14c9e1162bf1b3057dc52b1ed0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:16 +0000 Subject: [PATCH 08/16] Update registry/components/NavbarStyleFullscreen.json --- registry/components/NavbarStyleFullscreen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/NavbarStyleFullscreen.json b/registry/components/NavbarStyleFullscreen.json index 5bcc0a3..0089a0e 100644 --- a/registry/components/NavbarStyleFullscreen.json +++ b/registry/components/NavbarStyleFullscreen.json @@ -54,7 +54,7 @@ "bottomRightText?": "string (default: 'hello@example.com')", "topBarClassName?": "string (default: '')" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for feature showcases", "Use for capability displays", -- 2.49.1 From bac144017cb908deb23c9a74b77eead99b8d1350 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:16 +0000 Subject: [PATCH 09/16] 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..f2e7943 100644 --- a/registry/components/TeamCardFive.json +++ b/registry/components/TeamCardFive.json @@ -32,7 +32,7 @@ }, "name": { "required": true, - "example": "Sarah Johnson", + "example": "Vickie Robbins", "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 Vickie Robbins", "note": "Alt text for image (defaults to member name if not provided)" }, "videoAriaLabel": { "required": false, - "example": "Video of Sarah Johnson", + "example": "Video of Vickie Robbins", "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 199c56ee2260c1ae22cf329cf5234ec763c68c54 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:16 +0000 Subject: [PATCH 10/16] 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..d2b9630 100644 --- a/registry/components/TeamCardSix.json +++ b/registry/components/TeamCardSix.json @@ -32,7 +32,7 @@ }, "name": { "required": true, - "example": "Sarah Johnson", + "example": "Vickie Robbins", "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 Vickie Robbins", "note": "Alt text for image (defaults to member name if not provided)" }, "videoAriaLabel": { "required": false, - "example": "Video of Sarah Johnson", + "example": "Video of Vickie Robbins", "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 bff768e1c4dfe7ba8ba952c25e02a806a0c58e71 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:17 +0000 Subject: [PATCH 11/16] 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..fd9e2fd 100644 --- a/registry/components/TestimonialCardSix.json +++ b/registry/components/TestimonialCardSix.json @@ -32,7 +32,7 @@ }, "name": { "required": true, - "example": "Sarah Johnson", + "example": "Vickie Robbins", "minChars": 2, "maxChars": 50 }, @@ -57,7 +57,7 @@ }, "imageAlt": { "required": false, - "example": "Sarah Johnson", + "example": "Vickie Robbins", "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 004f98a023587ec2494dcf1338b22b5c563c0cf5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:17 +0000 Subject: [PATCH 12/16] 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..1a14132 100644 --- a/registry/components/TestimonialCardThirteen.json +++ b/registry/components/TestimonialCardThirteen.json @@ -31,7 +31,7 @@ }, "name": { "required": true, - "example": "Sarah Johnson", + "example": "Vickie Robbins", "minChars": 2, "maxChars": 50 }, -- 2.49.1 From df035e11a09a813d9cfe8d7a08917496c8178d74 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:18 +0000 Subject: [PATCH 13/16] 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..9ebf553 100644 --- a/registry/components/TestimonialCardTwelve.json +++ b/registry/components/TestimonialCardTwelve.json @@ -26,7 +26,7 @@ }, "name": { "required": true, - "example": "Sarah Johnson", + "example": "Vickie Robbins", "minChars": 2, "maxChars": 50, "note": "Used as fallback for imageAlt" @@ -38,7 +38,7 @@ }, "imageAlt": { "required": false, - "example": "Sarah Johnson", + "example": "Vickie Robbins", "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 5d461f196d68649da662f2331eef2f59b1d96379 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:18 +0000 Subject: [PATCH 14/16] Update src/app/layout.tsx --- src/app/layout.tsx | 1369 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1368 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 184dd06..3154b88 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,7 +6,7 @@ import "./globals.css"; export const metadata: Metadata = { - title: "Belle Precisions - Permanent Makeup in Hot Springs, AR", description: "Professional permanent eyeliner enhancement and cosmetic makeup services in Hot Springs, Arkansas. 5-star rated, women-owned clinic specializing in precision beauty treatments." + title: "Belle Precisions - Permanent Makeup in Hot Springs, AR", description: "I love my eyeliner enhancement! Jordan did a fantastic job. She explained the process in the beginning and during which keep my anxiety level way down. I am pleased with the results. I highly recommend! permanent eyeliner enhancement and cosmetic makeup services in Hot Springs, Arkansas. 5-star rated, women-owned clinic specializing in precision beauty treatments." }; const publicSans = Public_Sans({ @@ -1389,6 +1389,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +