diff --git a/src/app/kontakt/page.tsx b/src/app/kontakt/page.tsx
new file mode 100644
index 0000000..6cc3d5b
--- /dev/null
+++ b/src/app/kontakt/page.tsx
@@ -0,0 +1,25 @@
+"use client";
+
+import ReactLenis from "lenis/react";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
+import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
+import FooterBase from "@/components/sections/footer/FooterBase";
+
+export default function KontaktPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/maschinenvermietung/page.tsx b/src/app/maschinenvermietung/page.tsx
new file mode 100644
index 0000000..79ccd0a
--- /dev/null
+++ b/src/app/maschinenvermietung/page.tsx
@@ -0,0 +1,29 @@
+"use client";
+
+import ReactLenis from "lenis/react";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
+import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
+import FooterBase from "@/components/sections/footer/FooterBase";
+
+export default function MaschinenvermietungPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index e685d14..a324422 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import FaqDouble from "@/components/sections/faq/FaqDouble";
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBase from "@/components/sections/footer/FooterBase";
-import { Sparkles, Truck, Languages, Award, Phone, Star, ShieldCheck } from "lucide-react";
+import { Sparkles, Truck, Award, Phone, Star, ShieldCheck } from "lucide-react";
export default function BolebaPage() {
return (
@@ -22,11 +22,11 @@ export default function BolebaPage() {
@@ -38,7 +38,7 @@ export default function BolebaPage() {
description="Wir machen es Ihnen einfach: Wir holen Ihre Orientteppiche und Polstermöbel kostenlos ab (ab CHF 400) – bequemer geht Teppichreinigung in der Schweiz nicht."
background={{ variant: "plain" }}
buttons={[
- { text: "Jetzt Offerte anfragen", href: "#contact" },
+ { text: "Jetzt Offerte anfragen", href: "/kontakt" },
{ text: "0800 265 322 — Gratis anrufen", href: "tel:0800265322" },
]}
imageSrc="http://img.b2bpic.net/free-photo/water-drop-texture-background-blue-design_53876-142875.jpg"
@@ -73,7 +73,7 @@ export default function BolebaPage() {
features={[
{ title: "Teppichreinigung", description: "Schonende Reinigung von Orientteppichen und Perserteppichen.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-cleaning-building_23-2150454497.jpg" },
{ title: "Polsterreinigung", description: "Professionelle Reinigung Ihrer Sofas und Sessel.", imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg" },
- { title: "Teppichlagerung", description: "Sichere, klimagerechte Lagerung.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-moving-new-home_23-2149242114.jpg" },
+ { title: "Maschinenvermietung", description: "Profigeräte zur Eigenreinigung mieten.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-moving-new-home_23-2149242114.jpg" },
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -82,97 +82,12 @@ export default function BolebaPage() {
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-