4 Commits

Author SHA1 Message Date
59767fe923 Update src/app/page.tsx 2026-03-13 14:20:29 +00:00
a7c2c50eac Update src/app/about-me/page.tsx 2026-03-13 14:20:29 +00:00
673b78407f Update src/app/page.tsx 2026-03-13 14:20:04 +00:00
0c0e29bdde Merge version_3 into main
Merge version_3 into main
2026-03-13 14:13:20 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ export default function AboutMePage() {
enableKpiAnimation={true} enableKpiAnimation={true}
tag="About Me" tag="About Me"
tagIcon={Zap} tagIcon={Zap}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqXgsnzzGzY8t8KhASFkum85OC/uploaded-1773345682402-6uuhacve.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqXgsnzzGzY8t8KhASFkum85OC/uploaded-1773345682402-6uuhacve.jpg?_wi=1"
imageAlt="Profile picture" imageAlt="Profile picture"
mediaAnimation="slide-up" mediaAnimation="slide-up"
imagePosition="right" imagePosition="right"

View File

@@ -70,7 +70,7 @@ export default function LandingPage() {
tag="Why Hidde Digital" tag="Why Hidde Digital"
tagIcon={CheckCircle} tagIcon={CheckCircle}
buttons={[{ text: "Learn More", href: "#services" }]} buttons={[{ text: "Learn More", href: "#services" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqXgsnzzGzY8t8KhASFkum85OC/uploaded-1773345682402-6uuhacve.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqXgsnzzGzY8t8KhASFkum85OC/uploaded-1773345682402-6uuhacve.jpg?_wi=2"
imageAlt="Profile picture - About me" imageAlt="Profile picture - About me"
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -154,11 +154,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactText
text="Ready to transform your business with a professional website? Let's talk about how we can help you attract more clients." text="Ready to transform your business with a professional website? Let's talk about how we can help you attract more clients. Email: hiddewilt@gmail.com | Phone: +31622352601"
animationType="reveal-blur" animationType="reveal-blur"
buttons={[ buttons={[
{ text: "Schedule a Free Consultation", href: "https://calendly.com" }, { text: "Schedule a Free Consultation", href: "https://calendly.com" },
{ text: "Send us an Email", href: "mailto:hello@hiddedigital.com" } { text: "Send us an Email", href: "mailto:hiddewilt@gmail.com" }
]} ]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}