diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d58635..b395ac6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,69 +33,38 @@ export default function LandingPage() {
@@ -307,20 +187,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "How do you price my move?", - content: "Our pricing depends on the distance, the volume of your belongings, and the complexity of the move.", - }, + id: "f1", title: "How do you price my move?", content: "Our pricing depends on the distance, the volume of your belongings, and the complexity of the move."}, { - id: "f2", - title: "Are my belongings insured?", - content: "Yes, we provide standard transit insurance for all moves, with options for additional protection.", - }, + id: "f2", title: "Are my belongings insured?", content: "Yes, we provide standard transit insurance for all moves, with options for additional protection."}, { - id: "f3", - title: "How far in advance should I book?", - content: "We recommend booking at least 3-4 weeks in advance, especially during the summer and peak moving season.", - }, + id: "f3", title: "How far in advance should I book?", content: "We recommend booking at least 3-4 weeks in advance, especially during the summer and peak moving season."}, ]} title="Frequently Asked Questions" description="Everything you need to know about your upcoming move." @@ -335,20 +206,12 @@ export default function LandingPage() { description="Contact us today for a free estimate and start your journey to a new home." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - }, + name: "name", type: "text", placeholder: "Your Name"}, { - name: "email", - type: "email", - placeholder: "Your Email", - }, + name: "email", type: "email", placeholder: "Your Email"}, ]} textarea={{ - name: "details", - placeholder: "Moving details", - }} + name: "details", placeholder: "Moving details"}} imageSrc="http://img.b2bpic.net/free-photo/person-presenting-their-job-resignation_23-2149445149.jpg" />
@@ -357,29 +220,19 @@ export default function LandingPage() {