Merge version_2 into main #4

Merged
bender merged 5 commits from version_2 into main 2026-03-03 05:54:41 +00:00
5 changed files with 14 additions and 14 deletions

View File

@@ -28,10 +28,10 @@ export default function AboutPage() {
<NavbarLayoutFloatingInline
brandName="Clearsite Solutions"
navItems={[
{ name: "Solutions", id: "solutions" },
{ name: "Solutions", id: "/services" },
{ name: "Why Us", id: "why-us" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "/contact" },
]}
button={{ text: "Get Started", href: "#contact" }}
animateOnLoad={true}
@@ -118,4 +118,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -27,10 +27,10 @@ export default function ContactPage() {
<NavbarLayoutFloatingInline
brandName="Clearsite Solutions"
navItems={[
{ name: "Solutions", id: "solutions" },
{ name: "Solutions", id: "/services" },
{ name: "Why Us", id: "why-us" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "/contact" },
]}
button={{ text: "Get Started", href: "#contact" }}
animateOnLoad={true}
@@ -91,4 +91,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}

View File

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

View File

@@ -33,10 +33,10 @@ export default function HomePage() {
<NavbarLayoutFloatingInline
brandName="Clearsite Solutions"
navItems={[
{ name: "Solutions", id: "solutions" },
{ name: "Solutions", id: "/services" },
{ name: "Why Us", id: "why-us" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "/contact" },
]}
button={{ text: "Get Started", href: "#contact" }}
animateOnLoad={true}
@@ -92,7 +92,7 @@ export default function HomePage() {
]}
buttons={[
{ text: "Learn Our Story", href: "/about" },
{ text: "Explore Solutions", href: "#solutions" },
{ text: "Explore Solutions", href: "/services" },
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -258,4 +258,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -28,10 +28,10 @@ export default function ServicesPage() {
<NavbarLayoutFloatingInline
brandName="Clearsite Solutions"
navItems={[
{ name: "Solutions", id: "solutions" },
{ name: "Solutions", id: "/services" },
{ name: "Why Us", id: "why-us" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "/contact" },
]}
button={{ text: "Get Started", href: "#contact" }}
animateOnLoad={true}
@@ -143,4 +143,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}