diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8277031..6130833 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,37 +43,16 @@ export default function LandingPage() {
@@ -345,20 +192,12 @@ export default function LandingPage() {
description="Get in touch today or start generating for free."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Business Name",
- },
+ name: "name", type: "text", placeholder: "Business Name"},
{
- name: "whatsapp",
- type: "text",
- placeholder: "WhatsApp Number",
- },
+ name: "whatsapp", type: "text", placeholder: "WhatsApp Number"},
]}
textarea={{
- name: "message",
- placeholder: "What kind of business?",
- }}
+ name: "message", placeholder: "What kind of business?"}}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D1ucIzWQAA5fui8SaRe4mjNaNJ/clean-modern-contact-support-desk-high-t-1777759920995-07c0260f.png"
/>
@@ -369,37 +208,25 @@ export default function LandingPage() {
{
items: [
{
- label: "About",
- href: "#",
- },
+ label: "About", href: "#"},
{
- label: "Features",
- href: "#features",
- },
+ label: "Features", href: "#features"},
],
},
{
items: [
{
- label: "Pricing",
- href: "#pricing",
- },
+ label: "Pricing", href: "#pricing"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}