'use client'; import React from 'react'; import Link from 'next/link'; import {motion} from 'framer-motion'; const Footer = () => { return (
{/* Logo and description */}

Rhein Software

{/* Informationen */}

Informationen

  • Kontakt

  • Zahlung und Versand

{/* Rechtliches */}

Rechtliches

  • AGB

  • Widerruf

  • Datenschutz

  • Impressum

{/* Bottom Section */}

© 2025 Rhein Software Development. All rights reserved.

); }; export default Footer;