Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 008be9e4a1 | |||
| dfa23db178 | |||
| 03defa0439 | |||
| f0c5de2bc5 | |||
| 90840f8436 | |||
| 94eb8004cc | |||
| 37bfe3dc1d | |||
| 1223c6944a |
@@ -12,6 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
|||||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
|
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -35,6 +36,8 @@ export default function LandingPage() {
|
|||||||
name: "Start", id: "hero"},
|
name: "Start", id: "hero"},
|
||||||
{
|
{
|
||||||
name: "Über uns", id: "about"},
|
name: "Über uns", id: "about"},
|
||||||
|
{
|
||||||
|
name: "Team", id: "team"},
|
||||||
{
|
{
|
||||||
name: "Dienstleistungen", id: "features"},
|
name: "Dienstleistungen", id: "features"},
|
||||||
{
|
{
|
||||||
@@ -74,6 +77,21 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="team" data-section="team">
|
||||||
|
<TeamCardTen
|
||||||
|
title="Unser Team"
|
||||||
|
memberVariant="card"
|
||||||
|
tag="Unsere Profis"
|
||||||
|
membersAnimation="slide-up"
|
||||||
|
useInvertedBackground={true}
|
||||||
|
members={[
|
||||||
|
{
|
||||||
|
id: "member1", name: "Andrijana Milosevic - Geschäftsführerin", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D2xouygo2UlxsLhJEsISFHjP4p/uploaded-1777902796955-ba3un006.png"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardThree
|
<FeatureCardThree
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -100,16 +118,12 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "p1", badge: "Basis", price: "CHF 50/Std", subtitle: "Für kleine Reinigungen", features: [
|
id: "p1", badge: "Standard", price: "Individuell", subtitle: "Preis nach Aufwand", features: [
|
||||||
"Unterhaltsreinigung", "Basis-Equipment"],
|
"Individuelle Reinigung nach Anforderungen", "Anpassbare Reinigungstiefe", "Zuschläge für Haustiere oder aussergewöhnliche Verschmutzung", "Kontaktieren Sie uns für eine massgeschneiderte Offerte"],
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p2", badge: "Premium", price: "Auf Anfrage", subtitle: "Für komplette Umzüge", features: [
|
|
||||||
"Umzugsreinigung", "Abgabegarantie", "Inkl. Material"],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Faire Preise"
|
title="Preise und Offerten"
|
||||||
description="Transparente Kosten für Ihren Auftrag."
|
description="Da jeder Auftrag spezifische Anforderungen hat, bieten wir keine pauschalen Festpreise an. Die Kosten variieren je nach Reinigungsart, Objektgrösse und Aufwand. Für Haustiere oder bei besonders starker Verschmutzung fallen Zusatzkosten an. Bitte kontaktieren Sie uns per E-Mail oder Telefon für ein individuelles, unverbindliches Angebot, das genau auf Ihre Bedürfnisse zugeschnitten ist."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -212,4 +226,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user