Merge version_12 into main

Merge version_12 into main
This commit was merged in pull request #18.
This commit is contained in:
2026-03-09 20:32:54 +00:00

View File

@@ -11,6 +11,7 @@ import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Shield } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -63,6 +64,8 @@ export default function HomePage() {
<NavbarStyleFullscreen
navItems={navItems}
brandName=""
brandLogo={Shield}
brandLogoHref="/"
bottomLeftText="Ontario, Canada"
bottomRightText="hello@schuitgeneral.com"
/>