4 Commits

Author SHA1 Message Date
909113fc7e Merge version_2 into main
Merge version_2 into main
2026-03-03 10:34:45 +00:00
d8777bb678 Update src/app/page.tsx 2026-03-03 10:34:40 +00:00
053a00d794 Update src/app/layout.tsx 2026-03-03 10:34:39 +00:00
2dbe535145 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:32:01 +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>
);
}
}