Merge version_4 into main #7
@@ -2,16 +2,16 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, Heart, MapPin, Zap } from "lucide-react";
|
||||
import { Award, Heart, MapPin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -138,20 +138,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
<ContactSplit
|
||||
tag="Kontakt"
|
||||
title="Lassen Sie uns zusammenarbeiten"
|
||||
description="Haben Sie ein Projekt oder ein Lieblingsstück? Besuchen Sie uns in Seengen oder kontaktieren Sie uns für eine Anfrage."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Haben Sie ein Projekt oder ein Lieblingsstück? Besuchen Sie uns in Seengen oder kontaktieren Sie uns für eine Anfrage."
|
||||
buttons={[
|
||||
{ text: "Kontakt aufnehmen", href: "mailto:info@dubs.ch" },
|
||||
{ text: "Atelier besuchen", href: "#" },
|
||||
]}
|
||||
onSubmit={(email) => console.log("Form submitted with:", email)}
|
||||
containerClassName="px-4 sm:px-6 md:px-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
<FooterBase
|
||||
logoText="Dubs Innendekoration & Lederwaren"
|
||||
columns={[
|
||||
{
|
||||
@@ -173,4 +171,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user