diff --git a/src/app/page.tsx b/src/app/page.tsx index 827ffbf..2ef5978 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -49,109 +43,61 @@ export default function LandingPage() {
@@ -177,19 +123,13 @@ export default function LandingPage() { features={[ { icon: Globe, - title: "Business Websites", - description: "Professional sites for your company.", - }, + title: "Business Websites", description: "Professional sites for your company."}, { icon: Activity, - title: "Clinic Websites", - description: "Dedicated sites for medical practices.", - }, + title: "Clinic Websites", description: "Dedicated sites for medical practices."}, { icon: Layout, - title: "Landing Pages", - description: "High-converting single-page designs.", - }, + title: "Landing Pages", description: "High-converting single-page designs."}, ]} title="Our Services" description="Development solutions for every need." @@ -203,23 +143,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - icon: Check, - title: "Demo Offer", - value: "Free Demo", - }, + id: "1", icon: Check, + title: "Demo Offer", value: "Free Demo"}, { - id: "2", - icon: ThumbsUp, - title: "Satisfaction", - value: "Guaranteed", - }, + id: "2", icon: ThumbsUp, + title: "Satisfaction", value: "Guaranteed"}, { - id: "3", - icon: Wallet, - title: "Payment", - value: "Post-Demo", - }, + id: "3", icon: Wallet, + title: "Payment", value: "Post-Demo"}, ]} title="Our Guarantee" description="We believe in our work." @@ -233,22 +164,14 @@ export default function LandingPage() { description="Ready to build your website? Let's talk." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, ]} textarea={{ - name: "message", - placeholder: "How can we help?", - rows: 4, + name: "message", placeholder: "How can we help?", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/laptop-with-white-tulips-vase-wooden-table_23-2148036926.jpg?_wi=4" @@ -260,16 +183,11 @@ export default function LandingPage() { logoText="VS Developer" columns={[ { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "WhatsApp: 9286946493", - href: "https://wa.me/919286946493", - }, + label: "WhatsApp: 9286946493", href: "https://wa.me/919286946493"}, { - label: "Email: VS.developerr@gmail.com", - href: "mailto:VS.developerr@gmail.com", - }, + label: "Email: VS.developerr@gmail.com", href: "mailto:VS.developerr@gmail.com"}, ], }, ]} @@ -279,4 +197,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file