Merge version_2 into main #2
@@ -3,10 +3,10 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
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 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 MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -178,40 +178,21 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
<ContactCenter
|
||||
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={{
|
||||
variant: "rotated-rays-animated"}}
|
||||
text="Frankfurter Straße 7, 61462 Königstein. Tel: 06174 9929-500. Wir freuen uns auf Ihren Besuch!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt anrufen", href: "tel:+4961749929500"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterLogoReveal
|
||||
logoText="BURG-APOTHEKE KÖNIGSTEIN"
|
||||
columns={[
|
||||
{
|
||||
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"
|
||||
leftLink={{ text: "Impressum", href: "#" }}
|
||||
rightLink={{ text: "Datenschutz", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user