Merge version_1 into main #6

Merged
bender merged 3 commits from version_1 into main 2026-03-10 15:56:09 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -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}
/>
</div>

View File

@@ -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}
/>
</div>

View File

@@ -116,7 +116,7 @@ export default function ProjectsPage() {
},
]}
buttonAnimation="slide-up"
background={{ variant: "fluid" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={true}
/>
</div>