Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f11636da6 | |||
| c635f1d560 | |||
| a1d8745e07 | |||
| 2c3a14dec3 | |||
| 98a25055d4 | |||
| 6f59f69ab8 |
@@ -30,9 +30,10 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "Über uns", id: "about" },
|
||||||
{ name: "Features", id: "features" },
|
{ name: "Leistungen", id: "features" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Portfolio", id: "/portfolio" },
|
||||||
|
{ name: "Kontakt", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Vision Bau"
|
brandName="Vision Bau"
|
||||||
/>
|
/>
|
||||||
@@ -44,7 +45,7 @@ export default function LandingPage() {
|
|||||||
title="Vision Bau GmbH: Hochbau & Generalunternehmen"
|
title="Vision Bau GmbH: Hochbau & Generalunternehmen"
|
||||||
description="Ihr Partner für exzellente Bauprojekte. Von der Planung bis zur Schlüsselübergabe – wir realisieren Ihre Visionen mit höchster Präzision."
|
description="Ihr Partner für exzellente Bauprojekte. Von der Planung bis zur Schlüsselübergabe – wir realisieren Ihre Visionen mit höchster Präzision."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Projekte ansehen", href: "#features" },
|
{ text: "Portfolio ansehen", href: "/portfolio" },
|
||||||
{ text: "Kontakt", href: "#contact" },
|
{ text: "Kontakt", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcFxsxUA2R24B78Wlym0zuRtBJ/uploaded-1774780718458-wgii0wzu.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcFxsxUA2R24B78Wlym0zuRtBJ/uploaded-1774780718458-wgii0wzu.png"
|
||||||
@@ -90,8 +91,6 @@ export default function LandingPage() {
|
|||||||
{ id: "1", name: "Max Mustermann", role: "Bauherr", company: "Wohnanlage Süd", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcFxsxUA2R24B78Wlym0zuRtBJ/professional-headshot-of-a-happy-homeown-1774780738980-b97075c5.png?_wi=1" },
|
{ id: "1", name: "Max Mustermann", role: "Bauherr", company: "Wohnanlage Süd", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcFxsxUA2R24B78Wlym0zuRtBJ/professional-headshot-of-a-happy-homeown-1774780738980-b97075c5.png?_wi=1" },
|
||||||
{ id: "2", name: "Sabine Schmidt", role: "Projektleiterin", company: "Gewerbebau Nord", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcFxsxUA2R24B78Wlym0zuRtBJ/professional-headshot-of-a-happy-homeown-1774780741824-4540ba8d.png" },
|
{ id: "2", name: "Sabine Schmidt", role: "Projektleiterin", company: "Gewerbebau Nord", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcFxsxUA2R24B78Wlym0zuRtBJ/professional-headshot-of-a-happy-homeown-1774780741824-4540ba8d.png" },
|
||||||
{ id: "3", name: "Thomas Weber", role: "Architekt", company: "Weber Plan", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcFxsxUA2R24B78Wlym0zuRtBJ/professional-headshot-of-a-happy-homeown-1774780739793-8dad19fc.png" },
|
{ id: "3", name: "Thomas Weber", role: "Architekt", company: "Weber Plan", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcFxsxUA2R24B78Wlym0zuRtBJ/professional-headshot-of-a-happy-homeown-1774780739793-8dad19fc.png" },
|
||||||
{ id: "4", name: "Laura Fischer", role: "Eigentümerin", company: "Private Villa", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcFxsxUA2R24B78Wlym0zuRtBJ/professional-headshot-of-a-happy-homeown-1774780738750-b90049bc.png" },
|
|
||||||
{ id: "5", name: "Markus Berg", role: "Geschäftsführer", company: "Berg Immobilien", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcFxsxUA2R24B78Wlym0zuRtBJ/professional-headshot-of-a-happy-homeown-1774780738980-b97075c5.png?_wi=2" },
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{ value: "99%", label: "Termintreue" },
|
{ value: "99%", label: "Termintreue" },
|
||||||
|
|||||||
63
src/app/portfolio/page.tsx
Normal file
63
src/app/portfolio/page.tsx
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import ReactLenis from "lenis/react";
|
||||||
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||||
|
|
||||||
|
export default function PortfolioPage() {
|
||||||
|
return (
|
||||||
|
<ThemeProvider
|
||||||
|
defaultButtonVariant="directional-hover"
|
||||||
|
defaultTextAnimation="reveal-blur"
|
||||||
|
borderRadius="pill"
|
||||||
|
contentWidth="mediumSmall"
|
||||||
|
sizing="large"
|
||||||
|
background="circleGradient"
|
||||||
|
cardStyle="gradient-radial"
|
||||||
|
primaryButtonStyle="gradient"
|
||||||
|
secondaryButtonStyle="layered"
|
||||||
|
headingFontWeight="semibold"
|
||||||
|
>
|
||||||
|
<ReactLenis root>
|
||||||
|
<div id="nav" data-section="nav">
|
||||||
|
<NavbarStyleApple
|
||||||
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
|
{ name: "Über uns", id: "/#about" },
|
||||||
|
{ name: "Leistungen", id: "/#features" },
|
||||||
|
{ name: "Portfolio", id: "/portfolio" },
|
||||||
|
{ name: "Kontakt", id: "/#contact" },
|
||||||
|
]}
|
||||||
|
brandName="Vision Bau"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="portfolio" data-section="portfolio" className="py-24">
|
||||||
|
<FeatureCardThree
|
||||||
|
title="Unsere Bauprojekte"
|
||||||
|
description="Ein Einblick in unsere abgeschlossenen Projekte – von modernen Wohnanlagen bis hin zu anspruchsvollen Gewerbebauten."
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="split"
|
||||||
|
gridVariant="two-columns-alternating-heights"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
features={[
|
||||||
|
{ id: "1", title: "Wohnpark am See", description: "Exklusive Wohnanlage mit 20 Einheiten und Tiefgarage.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcFxsxUA2R24B78Wlym0zuRtBJ/modern-skyscraper-glass-facade-installat-1774780742245-c4d3e7bc.png" },
|
||||||
|
{ id: "2", title: "Gewerbezentrum Nord", description: "Modernes Büro- und Gewerbeobjekt mit hocheffizienter Gebäudetechnik.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcFxsxUA2R24B78Wlym0zuRtBJ/concrete-foundation-work-being-poured-fo-1774780740995-c33fd95f.png" },
|
||||||
|
{ id: "3", title: "Einfamilienhaus Residenz", description: "Individuelle Architektur und ökologische Bauweise für private Bauherren.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcFxsxUA2R24B78Wlym0zuRtBJ/internal-residential-interior-constructi-1774780739434-930edde7.png" },
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterLogoReveal
|
||||||
|
logoText="Vision Bau GmbH"
|
||||||
|
leftLink={{ text: "Impressum", href: "#" }}
|
||||||
|
rightLink={{ text: "Datenschutz", href: "#" }}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</ReactLenis>
|
||||||
|
</ThemeProvider>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user