Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0eb08c0b3b | |||
| 3b8986d36c | |||
| d5a1376181 |
@@ -295,7 +295,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Get in Touch"
|
title="Get in Touch"
|
||||||
description="Have questions or need assistance? Our team is ready to help you enhance your mobile experience."
|
description="Have questions or need assistance? Our team is ready to help you enhance your mobile experience.\n\nMobile Design Studio\n123 Design Street, Bandra West\nMumbai, Maharashtra 400050, India\nPhone: +91 98765 43210\nEmail: contact@mobiledesignstudio.in\nStore Hours: Mon-Sat: 10:00 AM - 7:00 PM IST"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
@@ -350,7 +350,7 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoText="Mobile Design Studio"
|
logoText="Mobile Design Studio | All prices in INR (₹)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user