Merge version_2 into main #1

Merged
bender merged 2 commits from version_2 into main 2026-03-03 14:49:02 +00:00
2 changed files with 8 additions and 3 deletions

View File

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

View File

@@ -10,7 +10,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactText from "@/components/sections/contact/ContactText";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Award, Sparkles } from "lucide-react";
import { Award, Sparkles, Clock, CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -72,6 +72,11 @@ export default function LandingPage() {
buttonAnimation="slide-up"
useInvertedBackground={false}
background={{ variant: "plain" }}
marqueeItems={[
{ type: "text-icon", text: "24-Hour Response", icon: Clock },
{ type: "text-icon", text: "98% Satisfaction", icon: CheckCircle }
]}
showMarqueeCard={true}
/>
</div>
@@ -237,4 +242,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}