2 Commits

Author SHA1 Message Date
ef97f1bc75 Update src/app/page.tsx 2026-03-08 11:59:05 +00:00
3e60eed9b3 Update src/app/layout.tsx 2026-03-08 11:59:04 +00:00
2 changed files with 1369 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,7 @@ import AboutMetric from "@/components/sections/about/AboutMetric";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Award, Calendar, Car, Clock, Heart, MapPin, Phone, Send, Shield, Smile, Users, Zap } from "lucide-react";
import { Award, Calendar, Car, Clock, Heart, MapPin, Phone, Send, Shield, Smile, Users, Zap, MapPinIcon, Compass, Users2 } from "lucide-react";
export default function LandingPage() {
return (
@@ -204,4 +204,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}