diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d41f06e..d5cd332 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 60b7563..71a4743 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import { Tag as TagIcon } from "lucide-react"; export default function LandingPage() { return ( @@ -57,7 +58,8 @@ export default function LandingPage() { ); -} +} \ No newline at end of file