fix: update contact info and remove legal section in footer
Remove Legal section and update contact details and business hours. Co-authored-by: ASOwnerYT <[email protected]>
This commit is contained in:
+6
-14
@@ -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() {
|
||||
<h4 className="font-bold mb-4">Business Hours</h4>
|
||||
<div className="space-y-2 text-muted-foreground">
|
||||
<div className="flex justify-between">
|
||||
<span>Monday - Friday</span>
|
||||
<span className="text-foreground">8:30am - 5:30pm</span>
|
||||
</div>
|
||||
<div className="flex justify-between">
|
||||
<span>Saturday</span>
|
||||
<span className="text-foreground">By Appointment</span>
|
||||
</div>
|
||||
<div className="flex justify-between">
|
||||
<span>Sunday</span>
|
||||
<span className="text-foreground">Closed</span>
|
||||
<span>Hours</span>
|
||||
<span className="text-foreground">By Appointment Only</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="mt-4 pt-4 border-t border-border">
|
||||
|
||||
Reference in New Issue
Block a user