From 4886572a14a3b866ecd82cebeb58e28a65568504 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:41:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6118def..4192085 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,16 +170,6 @@ export default function LandingPage() { id: "6", title: "Do you provide support after launch?", content: "Yes! We offer ongoing support through our Website Maintenance & Edits service ($50/month). We can handle updates, improvements, and technical support to keep your site running smoothly." }, ]} - contactInfo={[ - { - icon: Phone, - text: "206-741-9017", onClick: handlePhoneClick - }, - { - icon: Mail, - text: "CoreScale.co@gmail.com", onClick: handleEmailClick - } - ]} /> -- 2.49.1