diff --git a/src/components/landing-page.tsx b/src/components/landing-page.tsx index 41b39a5..afa2201 100644 --- a/src/components/landing-page.tsx +++ b/src/components/landing-page.tsx @@ -2,9 +2,9 @@ import Image from "next/image"; import { motion } from "framer-motion"; -import { - Phone, - MessageSquare, +import { + Phone, + MessageSquare, ArrowUpRight } from "lucide-react"; import { Button } from "@/components/ui/button"; @@ -45,7 +45,7 @@ export function LandingPage({ projects }: { projects: Project[] }) { />
- +