diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 94e6a2a..25e81d3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,7 +46,7 @@ export default function ContactPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c11ae5..40096a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import Link from "next/link"; export default function LandingPage() { return ( @@ -108,7 +107,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Why Choose Us" description="Unmatched quality in every project." - features={[{ title: "Quality", descriptions: "High standards" }, { title: "Safety", descriptions: "Certified team" }]} + features={[{ title: "Quality", descriptions: ["High standards"] }, { title: "Safety", descriptions: ["Certified team"] }]} />