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