From 6be7f478a44ee626ba5d482b06ed67924b34abb0 Mon Sep 17 00:00:00 2001 From: v0 Date: Fri, 20 Mar 2026 00:34:51 +0000 Subject: [PATCH] fix: update contact info and remove legal section in footer Remove Legal section and update contact details and business hours. Co-authored-by: ASOwnerYT <23545044+ASOwnerYT@users.noreply.github.com> --- components/contact.tsx | 20 ++++++-------------- components/footer.tsx | 23 +---------------------- 2 files changed, 7 insertions(+), 36 deletions(-) diff --git a/components/contact.tsx b/components/contact.tsx index 3a719ce..2d2a01e 100644 --- a/components/contact.tsx +++ b/components/contact.tsx @@ -33,14 +33,14 @@ export function Contact() { { icon: Mail, label: "Email", - value: "hello@cloudrite.co.nz", - href: "mailto:hello@cloudrite.co.nz" + value: "contact@cloudrite.co.nz", + href: "mailto:contact@cloudrite.co.nz" }, { icon: Phone, label: "Phone", - value: "09 123 4567", - href: "tel:+6491234567" + value: "021 107 7483", + href: "tel:+64211077483" }, { icon: MapPin, @@ -99,16 +99,8 @@ export function Contact() {

Business Hours

- Monday - Friday - 8:30am - 5:30pm -
-
- Saturday - By Appointment -
-
- Sunday - Closed + Hours + By Appointment Only
diff --git a/components/footer.tsx b/components/footer.tsx index 0ee6f0d..ab1278a 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -15,10 +15,6 @@ const footerLinks = { { label: "Our Process", href: "#process" }, { label: "Contact", href: "#contact" }, ], - legal: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - ] } export function Footer() { @@ -28,7 +24,7 @@ export function Footer() {