From 28546d21a1efec540997edc921cfeff3cc355f11 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:51:35 +0000 Subject: [PATCH] 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 0479114..6d9fd19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,8 +155,8 @@ export default function LandingPage() { title="Get Your Free Insulation & Heating Consultation Today" description="Contact Skumisolering ApS for a comprehensive assessment of your property's thermal efficiency needs. Our expert team is ready to design the perfect solution for your home or commercial space." buttons={[ - { text: "Contact Us Now", href: "tel:+4512345678" }, - { text: "Request Quote", href: "mailto:info@skumisolering.dk" } + { text: "Contact Us Now", href: "#contact-form" }, + { text: "Send Message", href: "#contact-form" } ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} -- 2.49.1