Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-05 20:51:07 +00:00

View File

@@ -9,7 +9,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Home, Wrench, Search } from "lucide-react";
import { Home, Wrench, Search, Phone, Mail, Clock } from "lucide-react";
export default function LandingPage() {
return (
@@ -58,13 +58,6 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-lawyer_23-2151152323.jpg", alt: "Satisfied customer 5" },
]}
avatarText="Trusted by 500+ satisfied homeowners"
marqueeItems={[
{ type: "text", text: "Certified Professionals" },
{ type: "text", text: "Emergency Support" },
{ type: "text", text: "Guaranteed Results" },
{ type: "text", text: "Modern Techniques" },
{ type: "text", text: "Detail Oriented" },
]}
/>
</div>
@@ -142,7 +135,7 @@ export default function LandingPage() {
text="Speak with a professional today. Emergency services available. Open until 6 PM."
buttons={[
{ text: "Call (416) 992-1071", href: "tel:4169921071" },
{ text: "Request A Quote", href: "#" },
{ text: "Request A Quote", href: "#contact" },
]}
/>
</div>
@@ -159,4 +152,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}