diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c3df64d..ed2f241 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,6 +18,9 @@ export default function RootLayout({ }) { return ( +
+ + {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index bab4c00..ec82c55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Building2, Eye, CheckCircle2, Palette, Users, MessageCircle, Sparkles, ArrowRightLeft, Cog, Footprints, Home, Zap, Shield, Hammer, Trees, Droplet, Frame, Lightbulb, Crown, Phone } from 'lucide-react'; import React, { useState } from 'react'; -import Image from 'next/image'; interface BeforeAfterImagePair { beforeSrc: string; @@ -103,7 +102,7 @@ export default function LandingPage() {