diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx
index 8b25d0a..0f109f7 100644
--- a/src/app/events/page.tsx
+++ b/src/app/events/page.tsx
@@ -47,12 +47,11 @@ export default function EventsPage() {
tagAnimation="slide-up"
buttons={[
{
- text: "Request Event Quote",
- href: "tel:+27123456789"
+ text: "Request Event Quote", href: "tel:+27123456789"
}
]}
buttonAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/table-decorated-christmas_1162-199.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/table-decorated-christmas_1162-199.jpg"
imageAlt="Beautiful event venue setup"
useInvertedBackground={false}
className="py-20"
@@ -63,44 +62,28 @@ export default function EventsPage() {
diff --git a/src/app/spa/page.tsx b/src/app/spa/page.tsx
index 7c82571..557edb6 100644
--- a/src/app/spa/page.tsx
+++ b/src/app/spa/page.tsx
@@ -41,44 +41,28 @@ export default function SpaPage() {