Update src/app/about/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Projects", href: "/projects" },
|
||||
@@ -28,8 +27,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Tel: 04744 730045", href: "tel:04744730045" },
|
||||
{ label: "Schwegen 10, 27612 Loxstedt", href: "#" },
|
||||
{ label: "Germany", href: "#" },
|
||||
@@ -37,8 +35,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
{ label: "Impressum", href: "#" },
|
||||
{ label: "AGB", href: "#" },
|
||||
@@ -54,7 +51,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -79,10 +76,10 @@ export default function AboutPage() {
|
||||
{ value: "25+", title: "Jahre Handwerkserfahrung" },
|
||||
{ value: "500+", title: "Zufriedene Kunden" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/carpenter-using-wood-make-sculptures-atelier_114579-11482.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/carpenter-using-wood-make-sculptures-atelier_114579-11482.jpg"
|
||||
imageAlt="Professionelle Werkstatt und Arbeitsbereich"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="entrance-slide"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,7 +116,7 @@ export default function AboutPage() {
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", alt: "Kunde 5" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", alt: "Kunde 6" },
|
||||
]}
|
||||
ratingAnimation="entrance-slide"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -127,7 +124,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384850.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384850.jpg"
|
||||
imageAlt="Professionelle Carpentry-Werkstatt"
|
||||
logoText="Kück Bau und Möbeltischlerei"
|
||||
copyrightText="© 2025 Kück Bau und Möbeltischlerei. Alle Rechte vorbehalten."
|
||||
|
||||
Reference in New Issue
Block a user