diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d42bf2..af274c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,456 +2,165 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardOne from '@/components/sections/blog/BlogCardOne'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import { Home, Phone, Users, Recycle, Clock, MapPin } from "lucide-react"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Building, Gauge, Home, Recycle, ShieldCheck, Star } from "lucide-react"; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; + +export default function HomePage() { + const navItems = [ + { name: "Startseite", id: "/" }, + { name: "Über uns", id: "/ueber-uns" }, + { name: "Dienstleistungen", id: "/dienstleistungen" }, + { name: "Preise", id: "/preise" }, + { name: "Galerie", id: "/galerie" }, + { name: "Kundenbewertungen", id: "/kundenbewertungen" }, + { name: "Blog", id: "/blog" }, + { name: "Kontakt", id: "/kontakt" } + ]; -export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ console.log(data)} + /> +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - - -
- -
- -
- -
- -
- -
- - +
);