Update src/app/page.tsx
This commit is contained in:
@@ -295,7 +295,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
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={[
|
||||
{
|
||||
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>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user