From 4e9c032988652d467a3de682dd643c6f6af00583 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:55:57 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8956abc..ca3a8ce 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -50,7 +50,7 @@ export default function ContactPage() { { text: "Call: 082 416 8445", href: "tel:0824168445" }, ]} buttonAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "animated-grid" }} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/windows-skyscraper-business-office_1112-1844.jpg", imageAlt: "Modern steel carport installation" @@ -120,7 +120,7 @@ export default function ContactPage() { { text: "Call: 082 416 8445", href: "tel:0824168445" }, ]} buttonAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={true} /> -- 2.49.1 From 678218b6f59be31823798a7a09bd67592c37ee49 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:55:58 +0000 Subject: [PATCH 2/3] 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 4596781..35a3474 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function HomePage() { { text: "View Our Projects", href: "/projects" }, ]} buttonAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "animated-grid" }} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/windows-skyscraper-business-office_1112-1844.jpg", imageAlt: "modern steel carport installation residential" @@ -219,7 +219,7 @@ export default function HomePage() { { text: "Call: 082 416 8445", href: "tel:0824168445" }, ]} buttonAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={true} /> -- 2.49.1 From b8e8c518e37df40c9d771fc2ab2e065153085511 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:56:00 +0000 Subject: [PATCH 3/3] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 758384e..ab90fed 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -116,7 +116,7 @@ export default function ProjectsPage() { }, ]} buttonAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={true} /> -- 2.49.1