diff --git a/app/contact/page.tsx b/app/contact/page.tsx new file mode 100644 index 0000000..a36a783 --- /dev/null +++ b/app/contact/page.tsx @@ -0,0 +1,84 @@ +import { Container } from "@/components/container"; +import { Heading } from "@/components/heading"; +import { Subheading } from "@/components/subheading"; +import { Button } from "@/components/ui/button"; +import { Input } from "@/components/ui/input"; +import { Textarea } from "@/components/ui/textarea"; +import { Label } from "@/components/ui/label"; +import { Card, CardContent } from "@/components/ui/card"; +import { Mail, Phone, MapPin } from "lucide-react"; + +export default function ContactPage() { + return ( +
contact@entreprisepro.fr
+Téléphone
++33 1 23 45 67 89
+Bureaux
+75008 Paris, France
+