@sigit / nord / commits / 0845a55

fix eslint

Seto committed Oct 25, 2025 at 09:57 UTC 0845a559208c4f303ced872ba9795b0c9b323ee8
2 files changed +10 -8
app/contact/page.tsx
+6 -5
index 628b8b4..744e29a 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -9,8 +9,9 @@ export default function Contact() { Get in Touch </h2> <p className="text-gray-700 mb-4"> - We'd love to hear from you! Whether you want to book an appointment - or have questions about our services, feel free to reach out. + We&apos;d love to hear from you! Whether you want to book an + appointment or have questions about our services, feel free to reach + out. </p> </section> @@ -32,7 +33,7 @@ export default function Contact() { </a> <p className="text-sm text-gray-500 mt-2"> Send us a text message with your preferred date and time, and - we'll confirm your appointment. + we&apos;ll confirm your appointment. </p> </div> </div> @@ -105,8 +106,8 @@ export default function Contact() { > +46 72-853 82 88 </a>{" "} - and let us know when you'd like to visit. We'll get back to you as - soon as possible! + and let us know when you&apos;d like to visit. We&apos;ll get back + to you as soon as possible! </p> </section> </div>
app/terms/page.tsx
+4 -3
index 77372b9..285fa9b 100644 --- a/app/terms/page.tsx +++ b/app/terms/page.tsx @@ -94,9 +94,10 @@ export default function TermsOfUse() { 7. Disclaimer of Warranties </h2> <p> - This website is provided "as is" without any warranties, express or - implied. We do not warrant that the website will be uninterrupted, - error-free, or free of viruses or other harmful components. + This website is provided &quot;as is&quot; without any warranties, + express or implied. We do not warrant that the website will be + uninterrupted, error-free, or free of viruses or other harmful + components. </p> </section>