Merge version_1 into main #2
248
src/app/page.tsx
248
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { CheckCircle, Cloud, Leaf, Lightbulb, Linkedin, Users, Zap } from "lucide-react";
|
||||
import { CheckCircle, Cloud, Leaf, Lightbulb, Linkedin, Users, X, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,38 +33,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Über Uns",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Über Uns", id: "#about"},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Leistungen", id: "#features"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Kundenstimmen",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Kundenstimmen", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Kontakt", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Jetzt Anfragen",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Jetzt Anfragen", href: "#contact"}}
|
||||
brandName="Luca Bossard GmbH"
|
||||
/>
|
||||
</div>
|
||||
@@ -72,69 +56,44 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Luca Bossard GmbH: Ihr Partner für nachhaltigen Erfolg"
|
||||
description="Wir bieten innovative Lösungen und strategische Beratung, um Ihr Unternehmen in einer sich ständig wandelnden Welt zu stärken und zukunftssicher zu machen."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman-posing-office-hallway_74855-1527.jpg",
|
||||
alt: "John Doe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman-posing-office-hallway_74855-1527.jpg", alt: "John Doe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-curly-hair-sitting-cafe_273609-16225.jpg",
|
||||
alt: "Jane Smith",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-curly-hair-sitting-cafe_273609-16225.jpg", alt: "Jane Smith"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883562.jpg",
|
||||
alt: "Emily White",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883562.jpg", alt: "Emily White"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg",
|
||||
alt: "David Green",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg", alt: "David Green"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-businessman-with-beard-smiling-camera-generated-by-ai_188544-33152.jpg",
|
||||
alt: "Confident businessman with beard smiling at camera generated by AI",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-businessman-with-beard-smiling-camera-generated-by-ai_188544-33152.jpg", alt: "Confident businessman with beard smiling at camera generated by AI"},
|
||||
]}
|
||||
avatarText="Mehr als 20 Jahre Expertise"
|
||||
buttons={[
|
||||
{
|
||||
text: "Unsere Leistungen",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Unsere Leistungen", href: "#features"},
|
||||
{
|
||||
text: "Kontaktieren Sie uns",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Kontaktieren Sie uns", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Strategische Einblicke",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Strategische Einblicke", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Digitale Transformation",
|
||||
icon: Cloud,
|
||||
type: "text-icon", text: "Digitale Transformation", icon: Cloud,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Nachhaltige Entwicklung",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Nachhaltige Entwicklung", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exzellentes Projektmanagement",
|
||||
icon: CheckCircle,
|
||||
type: "text-icon", text: "Exzellentes Projektmanagement", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Innovationsführer",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Innovationsführer", icon: Zap,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
@@ -149,19 +108,13 @@ export default function LandingPage() {
|
||||
description="Als führendes Beratungsunternehmen unterstützen wir seit über zwei Jahrzehnten Unternehmen jeder Grösse dabei, ihre Potenziale voll auszuschöpfen. Mit einem Team aus erfahrenen Spezialisten bieten wir massgeschneiderte Strategien und Umsetzungsbegleitung, die echten Mehrwert schaffen."
|
||||
metrics={[
|
||||
{
|
||||
value: "25+",
|
||||
title: "Jahre Erfahrung",
|
||||
},
|
||||
value: "25+", title: "Jahre Erfahrung"},
|
||||
{
|
||||
value: "150+",
|
||||
title: "Erfolgreiche Projekte",
|
||||
},
|
||||
value: "150+", title: "Erfolgreiche Projekte"},
|
||||
{
|
||||
value: "98%",
|
||||
title: "Kundenzufriedenheit",
|
||||
},
|
||||
value: "98%", title: "Kundenzufriedenheit"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153844.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153844.jpg"
|
||||
imageAlt="Geschäftsleute arbeiten zusammen an einem Projekt"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -175,52 +128,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Strategieentwicklung",
|
||||
description: "Fundierte Analyse und Entwicklung zukunftsorientierter Geschäftsstrategien.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Lightbulb,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346619.jpg",
|
||||
imageAlt: "business meeting modern office teamwork",
|
||||
title: "Strategieentwicklung", description: "Fundierte Analyse und Entwicklung zukunftsorientierter Geschäftsstrategien.", bentoComponent: "reveal-icon", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Digitale Transformation",
|
||||
description: "Begleitung bei der Einführung digitaler Prozesse und Technologien.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Cloud,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman-posing-office-hallway_74855-1527.jpg",
|
||||
imageAlt: "business meeting modern office teamwork",
|
||||
title: "Digitale Transformation", description: "Begleitung bei der Einführung digitaler Prozesse und Technologien.", bentoComponent: "reveal-icon", icon: Cloud,
|
||||
},
|
||||
{
|
||||
title: "Organisationsentwicklung",
|
||||
description: "Optimierung von Strukturen und Prozessen für maximale Effizienz.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-curly-hair-sitting-cafe_273609-16225.jpg",
|
||||
imageAlt: "business meeting modern office teamwork",
|
||||
title: "Organisationsentwicklung", description: "Optimierung von Strukturen und Prozessen für maximale Effizienz.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Projektmanagement",
|
||||
description: "Professionelle Steuerung komplexer Projekte von der Planung bis zur Umsetzung.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883562.jpg",
|
||||
imageAlt: "business meeting modern office teamwork",
|
||||
title: "Projektmanagement", description: "Professionelle Steuerung komplexer Projekte von der Planung bis zur Umsetzung.", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Nachhaltigkeitsberatung",
|
||||
description: "Integration ökologischer und sozialer Aspekte in Ihre Geschäftsmodelle.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg",
|
||||
imageAlt: "business meeting modern office teamwork",
|
||||
title: "Nachhaltigkeitsberatung", description: "Integration ökologischer und sozialer Aspekte in Ihre Geschäftsmodelle.", bentoComponent: "reveal-icon", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Innovationsmanagement",
|
||||
description: "Förderung einer Innovationskultur und Entwicklung neuer Produkte/Dienstleistungen.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153844.jpg?_wi=2",
|
||||
imageAlt: "business meeting modern office teamwork",
|
||||
title: "Innovationsmanagement", description: "Förderung einer Innovationskultur und Entwicklung neuer Produkte/Dienstleistungen.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
]}
|
||||
title="Unsere Kernleistungen"
|
||||
@@ -233,14 +156,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Innovate Solutions AG",
|
||||
"Global Dynamics GmbH",
|
||||
"Future Tech Labs",
|
||||
"Alpha Marketing Group",
|
||||
"EcoGrow Ventures",
|
||||
"Summit Capital Partners",
|
||||
"Zenith Innovations",
|
||||
]}
|
||||
"Innovate Solutions AG", "Global Dynamics GmbH", "Future Tech Labs", "Alpha Marketing Group", "EcoGrow Ventures", "Summit Capital Partners", "Zenith Innovations"]}
|
||||
title="Unsere geschätzten Partner"
|
||||
description="Wir sind stolz darauf, mit einer Vielzahl führender Unternehmen zusammenzuarbeiten und ihnen zum Erfolg zu verhelfen."
|
||||
speed={40}
|
||||
@@ -256,26 +172,11 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Luca Bossard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-senior-businessman-sitting-with-touchpad_1262-2372.jpg",
|
||||
imageAlt: "Dr. Luca Bossard",
|
||||
videoAriaLabel: "Video von Dr. Luca Bossard",
|
||||
},
|
||||
id: "1", name: "Dr. Luca Bossard", imageSrc: "http://img.b2bpic.net/free-photo/confident-senior-businessman-sitting-with-touchpad_1262-2372.jpg", imageAlt: "Dr. Luca Bossard", videoAriaLabel: "Video von Dr. Luca Bossard"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anna Meier",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-couch-smiling_23-2148095698.jpg",
|
||||
imageAlt: "Anna Meier",
|
||||
videoAriaLabel: "Video von Anna Meier",
|
||||
},
|
||||
id: "2", name: "Anna Meier", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-couch-smiling_23-2148095698.jpg", imageAlt: "Anna Meier", videoAriaLabel: "Video von Anna Meier"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Max Schmidt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg",
|
||||
imageAlt: "Max Schmidt",
|
||||
videoAriaLabel: "Video von Max Schmidt",
|
||||
},
|
||||
id: "3", name: "Max Schmidt", imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg", imageAlt: "Max Schmidt", videoAriaLabel: "Video von Max Schmidt"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -287,50 +188,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Hervorragende strategische Beratung",
|
||||
quote: "Die Luca Bossard GmbH hat uns geholfen, unsere Geschäftsstrategie neu auszurichten und dabei unsere Marktposition deutlich zu verbessern. Ein unverzichtbarer Partner!",
|
||||
name: "Dr. Sarah Keller",
|
||||
role: "CEO, Tech Solutions AG",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
|
||||
imageAlt: "Dr. Sarah Keller",
|
||||
},
|
||||
id: "1", title: "Hervorragende strategische Beratung", quote: "Die Luca Bossard GmbH hat uns geholfen, unsere Geschäftsstrategie neu auszurichten und dabei unsere Marktposition deutlich zu verbessern. Ein unverzichtbarer Partner!", name: "Dr. Sarah Keller", role: "CEO, Tech Solutions AG", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", imageAlt: "Dr. Sarah Keller"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Massgeschneiderte Lösungen und top Expertise",
|
||||
quote: "Wir sind begeistert von der Professionalität und dem tiefen Fachwissen des Teams. Die entwickelten Lösungen waren perfekt auf unsere Bedürfnisse zugeschnitten.",
|
||||
name: "Markus Graf",
|
||||
role: "Geschäftsführer, Industriebau GmbH",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg",
|
||||
imageAlt: "Markus Graf",
|
||||
},
|
||||
id: "2", title: "Massgeschneiderte Lösungen und top Expertise", quote: "Wir sind begeistert von der Professionalität und dem tiefen Fachwissen des Teams. Die entwickelten Lösungen waren perfekt auf unsere Bedürfnisse zugeschnitten.", name: "Markus Graf", role: "Geschäftsführer, Industriebau GmbH", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg", imageAlt: "Markus Graf"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Nachhaltiger Erfolg durch digitale Transformation",
|
||||
quote: "Dank der Luca Bossard GmbH konnten wir unsere digitalen Prozesse reibungslos implementieren und sind nun bestens für die Zukunft aufgestellt.",
|
||||
name: "Lena Vogel",
|
||||
role: "Marketingdirektorin, E-Commerce GmbH",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg",
|
||||
imageAlt: "Lena Vogel",
|
||||
},
|
||||
id: "3", title: "Nachhaltiger Erfolg durch digitale Transformation", quote: "Dank der Luca Bossard GmbH konnten wir unsere digitalen Prozesse reibungslos implementieren und sind nun bestens für die Zukunft aufgestellt.", name: "Lena Vogel", role: "Marketingdirektorin, E-Commerce GmbH", imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", imageAlt: "Lena Vogel"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Kompetent, zuverlässig und ergebnisorientiert",
|
||||
quote: "Die Zusammenarbeit war stets transparent und zielorientiert. Die Ergebnisse sprechen für sich – ein klarer Gewinn für unser Unternehmen.",
|
||||
name: "Thomas Schneider",
|
||||
role: "Vorstand, Finanzgruppe AG",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg",
|
||||
imageAlt: "Thomas Schneider",
|
||||
},
|
||||
id: "4", title: "Kompetent, zuverlässig und ergebnisorientiert", quote: "Die Zusammenarbeit war stets transparent und zielorientiert. Die Ergebnisse sprechen für sich – ein klarer Gewinn für unser Unternehmen.", name: "Thomas Schneider", role: "Vorstand, Finanzgruppe AG", imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg", imageAlt: "Thomas Schneider"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Exzellente Unterstützung im Projektmanagement",
|
||||
quote: "Das Team der Luca Bossard GmbH hat unser komplexes Grossprojekt souverän geleitet und termingerecht zum Erfolg geführt. Absolut empfehlenswert!",
|
||||
name: "Katrin Baumgartner",
|
||||
role: "Projektleiterin, Infrastruktur AG",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg",
|
||||
imageAlt: "Katrin Baumgartner",
|
||||
},
|
||||
id: "5", title: "Exzellente Unterstützung im Projektmanagement", quote: "Das Team der Luca Bossard GmbH hat unser komplexes Grossprojekt souverän geleitet und termingerecht zum Erfolg geführt. Absolut empfehlenswert!", name: "Katrin Baumgartner", role: "Projektleiterin, Infrastruktur AG", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", imageAlt: "Katrin Baumgartner"},
|
||||
]}
|
||||
title="Was unsere Kunden sagen"
|
||||
description="Erfahren Sie aus erster Hand, wie unsere Beratung Unternehmen nachhaltig gestärkt hat."
|
||||
@@ -344,20 +210,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Wie beginnt eine Zusammenarbeit mit der Luca Bossard GmbH?",
|
||||
content: "Jede Zusammenarbeit beginnt mit einem unverbindlichen Erstgespräch, in dem wir Ihre Bedürfnisse analysieren und einen massgeschneiderten Ansatz vorschlagen. Kontaktieren Sie uns einfach über das Formular unten.",
|
||||
},
|
||||
id: "faq-1", title: "Wie beginnt eine Zusammenarbeit mit der Luca Bossard GmbH?", content: "Jede Zusammenarbeit beginnt mit einem unverbindlichen Erstgespräch, in dem wir Ihre Bedürfnisse analysieren und einen massgeschneiderten Ansatz vorschlagen. Kontaktieren Sie uns einfach über das Formular unten."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Welche Branchen bedienen Sie hauptsächlich? adherence",
|
||||
content: "Wir bedienen eine breite Palette von Branchen, darunter Technologie, Finanzdienstleistungen, Industrie, Gesundheitswesen und Handel. Unsere Expertise ist vielseitig einsetzbar.",
|
||||
},
|
||||
id: "faq-2", title: "Welche Branchen bedienen Sie hauptsächlich? adherence", content: "Wir bedienen eine breite Palette von Branchen, darunter Technologie, Finanzdienstleistungen, Industrie, Gesundheitswesen und Handel. Unsere Expertise ist vielseitig einsetzbar."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Bieten Sie auch Schulungen und Workshops an?",
|
||||
content: "Ja, neben der strategischen Beratung bieten wir auch massgeschneiderte Schulungen und Workshops an, um das Wissen und die Fähigkeiten Ihres Teams zu stärken.",
|
||||
},
|
||||
id: "faq-3", title: "Bieten Sie auch Schulungen und Workshops an?", content: "Ja, neben der strategischen Beratung bieten wir auch massgeschneiderte Schulungen und Workshops an, um das Wissen und die Fähigkeiten Ihres Teams zu stärken."},
|
||||
]}
|
||||
title="Häufig gestellte Fragen"
|
||||
description="Finden Sie hier Antworten auf die meistgestellten Fragen zu unseren Dienstleistungen und unserem Unternehmen."
|
||||
@@ -369,14 +226,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
text="Bereit für den nächsten Schritt? Kontaktieren Sie uns!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt eine Anfrage senden",
|
||||
href: "mailto:info@lucabossard.ch",
|
||||
},
|
||||
text: "Jetzt eine Anfrage senden", href: "mailto:info@lucabossard.ch"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -388,14 +242,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/lucabossardgmbh",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/lucabossardgmbh", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: "X",
|
||||
href: "https://twitter.com/lucabossardgmbh",
|
||||
ariaLabel: "X (Twitter)",
|
||||
},
|
||||
icon: X,
|
||||
href: "https://twitter.com/lucabossardgmbh", ariaLabel: "X (Twitter)"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user