From 12d3c5da017b9784f06f9f9e4accedfc9120a200 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 16:51:38 +0000 Subject: [PATCH 1/3] Update registry/components/ContactSplit.json --- registry/components/ContactSplit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/ContactSplit.json b/registry/components/ContactSplit.json index 1e071cf..558ae2f 100644 --- a/registry/components/ContactSplit.json +++ b/registry/components/ContactSplit.json @@ -64,7 +64,7 @@ "ariaLabel?": "string (default: 'Contact section')", "className?": "string" }, - "usageExample": "// Wrap in ThemeProvider\n\n console.log(email)} />\n", + "usageExample": "// Wrap in ThemeProvider\n\n console.log(email)} />\n", "do": [ "Use for feature showcases", "Use for capability displays", -- 2.49.1 From 6dcf908a813f81ee8b63f6f93d2e8a325c4fd040 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 16:51:39 +0000 Subject: [PATCH 2/3] Update registry/components/ContactSplitForm.json --- registry/components/ContactSplitForm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/ContactSplitForm.json b/registry/components/ContactSplitForm.json index 4eb1dfd..5f9311f 100644 --- a/registry/components/ContactSplitForm.json +++ b/registry/components/ContactSplitForm.json @@ -41,7 +41,7 @@ "ariaLabel?": "string (default: 'Contact section')", "className?": "string" }, - "usageExample": "// Wrap in ThemeProvider\n\n console.log(data)} />\n", + "usageExample": "// Wrap in ThemeProvider\n\n console.log(data)} />\n", "do": [ "Use for feature showcases", "Use for capability displays", -- 2.49.1 From 30a2f6d55982f89041ab7a608b8cd3cc96a7b43f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 16:51:39 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8a2724..6f7003f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ export default function LandingPage() { inputs={[{name:"name",type:"text",placeholder:"Your Name",required:true},{name:"email",type:"email",placeholder:"Your Email",required:true}]} textarea={{name:"message",placeholder:"Your Message",rows:5,required:true}} useInvertedBackground={false} - imageSrc="/placeholders/placeholder-16-9.svg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39wSE8YJoGda03bkKGOyyo2rjk4/tmp/vitaliy-developer-1771606268512-b3dd64e4.png" mediaAnimation="slide-up" buttonText="Send Message" onSubmit={(data) => console.log(data)} -- 2.49.1