4 Commits

Author SHA1 Message Date
56b49c56ef Bob AI: Editing h2 ([data-webild-id="webild-1770634806770-... 2026-02-09 13:00:38 +02:00
f7b6a40cf3 Merge version_6 into main
Merge version_6 into main
2026-02-09 10:52:57 +00:00
56e5cab676 Bob AI: Move contact section to /contacts page 2026-02-09 12:52:21 +02:00
aa30375e60 Merge version_5 into main
Merge version_5 into main
2026-02-09 10:47:46 +00:00
2 changed files with 3 additions and 26 deletions

View File

@@ -1,5 +1,7 @@
"use client"; "use client";
import { Mail, Zap } from "lucide-react";
import ContactFaq from "@/components/sections/contact/ContactFaq"; import ContactFaq from "@/components/sections/contact/ContactFaq";
export default function ContactsPage() { export default function ContactsPage() {

View File

@@ -7,7 +7,6 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Mail, Zap } from "lucide-react"; import { Mail, Zap } from "lucide-react";
@@ -43,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
title="CTO & Technical Leader at Webild" title="webild CTO"
description="Driving innovation in web technologies and digital transformation. With 15+ years of experience building scalable architectures and leading high-performing engineering teams." description="Driving innovation in web technologies and digital transformation. With 15+ years of experience building scalable architectures and leading high-performing engineering teams."
tag="Technical Leadership" tag="Technical Leadership"
tagIcon={Zap} tagIcon={Zap}
@@ -169,30 +168,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Let's Collaborate"
ctaDescription="Whether you're interested in technical consulting, speaking opportunities, or connecting about innovation, I'd love to hear from you."
ctaIcon={Mail}
ctaButton={{
text: "Send Me an Email", href: "mailto:hello@webild.io"
}}
useInvertedBackground="invertDefault"
animationType="slide-up"
faqs={[
{
id: "1", title: "What's the best way to reach you?", content: "Email is the best way to reach me for most inquiries. For urgent matters, you can also connect with me on LinkedIn. I try to respond to all messages within 2 business days."
},
{
id: "2", title: "Do you take on freelance projects?", content: "I primarily focus on my role at Webild, but I may consider select high-impact freelance projects that align with my expertise and interests. Feel free to reach out with details."
},
{
id: "3", title: "Are you open to new opportunities?", content: "I'm currently focused on my role as CTO at Webild, but I'm always interested in hearing about compelling opportunities that involve technical leadership or strategic impact."
}
]}
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[