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/features.tsx b/components/features.tsx index ef088c3..02db100 100644 --- a/components/features.tsx +++ b/components/features.tsx @@ -197,11 +197,7 @@ export function Features() {
{/* Stats Row */} -
-
- -

Businesses Helped

-
+

Uptime Guarantee

@@ -211,8 +207,8 @@ export function Features() {

Support Available

- -

Years Experience

+

NZ

+

Hosted & Based

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() {