import React from "react"; import Link from "next/link"; const Footer = () => { return (
{/* Logo and description */}
{/* Logo */}

Rhein Software

{/* Our information links */}

Informationen

  • Kontakt

  • Zahlung und Versand

{/* About us links */}

Rechtliches

  • AGB

  • Widerruf

  • Datenschutz

  • Impressum

{/* Bottom Section */}

Copyright © 2025 Rhein Software Development. All rights reserved

); }; export default Footer;