From 30bd98442d4e47a744abf87a3a8b91e75093f436 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:57:08 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 129592f..94e6a2a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,7 +46,7 @@ export default function ContactPage() { -- 2.49.1 From 2631502c2bdf33d2b75d0ecd8b9a719a16260f0b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:57:08 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d532d99..1c11ae5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ 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"; +import Link from "next/link"; export default function LandingPage() { return ( @@ -108,7 +108,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Why Choose Us" description="Unmatched quality in every project." - features={[{ title: "Quality", description: "High standards" }, { title: "Safety", description: "Certified team" }]} + features={[{ title: "Quality", descriptions: "High standards" }, { title: "Safety", descriptions: "Certified team" }]} /> -- 2.49.1