2 Commits

Author SHA1 Message Date
941b819992 Update src/app/page.tsx 2026-05-04 21:04:29 +00:00
c6a18742e9 Merge version_1 into main
Merge version_1 into main
2026-05-04 20:59:34 +00:00

View File

@@ -3,10 +3,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric'; import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactText from '@/components/sections/contact/ContactText'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -178,40 +178,21 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactCenter
useInvertedBackground={false} tag="Kontakt"
title="Wir sind für Sie da"
description="Haben Sie Fragen? Besuchen Sie uns in der Frankfurter Straße 7 oder erreichen Sie uns telefonisch unter 06174 9929-500."
background={{ background={{
variant: "rotated-rays-animated"}} variant: "rotated-rays-animated"}}
text="Frankfurter Straße 7, 61462 Königstein. Tel: 06174 9929-500. Wir freuen uns auf Ihren Besuch!" useInvertedBackground={false}
buttons={[
{
text: "Jetzt anrufen", href: "tel:+4961749929500"},
]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterLogoReveal
logoText="BURG-APOTHEKE KÖNIGSTEIN" logoText="BURG-APOTHEKE KÖNIGSTEIN"
columns={[ leftLink={{ text: "Impressum", href: "#" }}
{ rightLink={{ text: "Datenschutz", href: "#" }}
title: "Kontakt", items: [
{
label: "Frankfurter Str. 7", href: "#"},
{
label: "06174 9929-500", href: "tel:+4961749929500"},
],
},
{
title: "Rechtliches", items: [
{
label: "Impressum", href: "#"},
{
label: "Datenschutz", href: "#"},
],
},
]}
copyrightText="© 2024 Burg-Apotheke Königstein"
/> />
</div> </div>
</ReactLenis> </ReactLenis>