Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-08 01:11:02 +00:00
2 changed files with 10 additions and 1430 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Phone } from "lucide-react";
import { Phone, Shield } from "lucide-react";
import Link from "next/link";
export default function HomePage() {
@@ -65,6 +65,7 @@ export default function HomePage() {
text: "Book Service", href: "#contact"},
]}
buttonAnimation="slide-up"
avatarGroupClassName="relative"
/>
</div>
@@ -258,4 +259,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}