diff --git a/src/app/page.tsx b/src/app/page.tsx index dab829f..65d6b63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -143,21 +86,14 @@ export default function LandingPage() { @@ -261,16 +140,8 @@ export default function LandingPage() { title="Start your consultation" description="Send your request to our specialists and receive a call-back within business hours. Free primary site inspection provided." inputs={[ - { - name: "Name", - type: "text", - placeholder: "Your Name", - }, - { - name: "Phone", - type: "tel", - placeholder: "Contact Number", - }, + { name: "Name", type: "text", placeholder: "Your Name" }, + { name: "Phone", type: "tel", placeholder: "Contact Number" } ]} imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683479.jpg" /> @@ -281,45 +152,13 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/modern-skyscrapers-with-windows_23-2148836757.jpg" logoText="Specavia Group" columns={[ - { - title: "Company", - items: [ - { - label: "About Us", - href: "#", - }, - { - label: "Career", - href: "#", - }, - ], - }, - { - title: "Services", - items: [ - { - label: "Fumigation", - href: "#", - }, - { - label: "IT-Pest Control", - href: "#", - }, - ], - }, - { - title: "Contact", - items: [ - { - label: "info@specaviagroup.ru", - href: "mailto:info@specaviagroup.ru", - }, - ], - }, + { title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Career", href: "#" }] }, + { title: "Services", items: [{ label: "Fumigation", href: "#" }, { label: "IT-Pest Control", href: "#" }] }, + { title: "Contact", items: [{ label: "info@specaviagroup.ru", href: "mailto:info@specaviagroup.ru" }] } ]} /> ); -} +} \ No newline at end of file