Merge version_2 into main #3
1435
src/app/layout.tsx
1435
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user