Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 10:34:45 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -72,8 +72,8 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397551.jpg?_wi=2", imageAlt: "Drop ceiling system"},
]}
buttons={[
{ text: "Get Free Quote", href: "contact" },
{ text: "View Services", href: "services" },
{ text: "Start Your Project Free", href: "contact" },
{ text: "See Our Work", href: "services" },
]}
buttonAnimation="slide-up"
/>
@@ -258,4 +258,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}