diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c3cac45..b782e50 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1419,4 +1419,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 5de16b1..4a00577 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactText from "@/components/sections/contact/ContactText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Building2, Waves, Building, Mountain, Compass, Sparkles, Users, Zap } from "lucide-react"; +import { Building2, Waves, Building, Mountain, Compass, Sparkles, Users, Zap, MapPin, Camera } from "lucide-react"; export default function LandingPage() { return ( @@ -87,6 +87,69 @@ export default function LandingPage() { /> +
+ +
+ +
+ +
+
); -} +} \ No newline at end of file