Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-09 21:16:17 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
@@ -213,26 +213,31 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
<FooterBase
logoText="Mister Connect"
columns={[
{
title: "Über uns", items: [
{
label: "Standort", href: "#contact"},
{
label: "Kontakt", href: "tel:048112396410"},
title: "Unternehmen", items: [
{ label: "Standort", href: "#contact" },
{ label: "Kontakt", href: "tel:048112396410" },
{ label: "Über uns", href: "#" }
],
},
{
title: "Services", items: [
{
label: "Mobilfunk", href: "#features"},
{
label: "Internet", href: "#features"},
title: "Leistungen", items: [
{ label: "Mobilfunk", href: "#features" },
{ label: "Internet", href: "#features" },
{ label: "Smartphone-Service", href: "#features" }
],
},
{
title: "Rechtliches", items: [
{ label: "Impressum", href: "#" },
{ label: "Datenschutz", href: "#" }
],
}
]}
copyrightText="© 2025 Mister Connect | Heide"
/>
</div>
</ReactLenis>