From 7343b68a8429b9f41a07f0fd1dd0844760f2f4bb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 23:13:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69fa93c..96c5f0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "Services", id: "features" }, { name: "Contact", id: "contact" } ]} + button={{ text: "Get Quote", href: "#contact" }} /> @@ -73,10 +74,10 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Complex Account Support", description: "Expertise in difficult class codes and high-risk industries.", imageSrc: "http://img.b2bpic.net/free-photo/professional-workers-hardhats-site_1163-4903.jpg" + title: "Complex Account Support", description: "Expertise in difficult class codes and high-risk industries.", imageSrc: "http://img.b2bpic.net/free-photo/professional-workers-hardhats-site_1163-4903.jpg" }, { - title: "Accelerated Submission Portal", description: "Our proprietary portal reduces turnaround times by 60%.", imageSrc: "http://img.b2bpic.net/free-photo/digital-data-analysis-concept_23-2148767352.jpg" + title: "Accelerated Submission Portal", description: "Our proprietary portal reduces turnaround times by 60%.", imageSrc: "http://img.b2bpic.net/free-photo/digital-data-analysis-concept_23-2148767352.jpg" } ]} /> -- 2.49.1