9 Commits

Author SHA1 Message Date
f443494b92 Update src/app/page.tsx 2026-03-13 14:40:07 +00:00
103b77252b Merge version_5 into main
Merge version_5 into main
2026-03-13 14:38:10 +00:00
d5c8fe17e4 Update src/app/about-me/page.tsx 2026-03-13 14:38:06 +00:00
f6c5cbeece Merge version_4 into main
Merge version_4 into main
2026-03-13 14:20:39 +00:00
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
e5432a9e68 Merge version_4 into main
Merge version_4 into main
2026-03-13 14:20:08 +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 21 additions and 6 deletions

View File

@@ -5,7 +5,8 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import ContactText from '@/components/sections/contact/ContactText';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { MapPin, Users, Award, Zap } from 'lucide-react';
import AboutMetric from '@/components/sections/about/AboutMetric';
import { MapPin, Users, Award, Zap, BookOpen, Globe } from 'lucide-react';
export default function AboutMePage() {
return (
@@ -48,7 +49,7 @@ export default function AboutMePage() {
enableKpiAnimation={true}
tag="About Me"
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"
mediaAnimation="slide-up"
imagePosition="right"
@@ -56,6 +57,20 @@ export default function AboutMePage() {
</div>
<div id="about" data-section="about">
<AboutMetric
title="Who I Am"
metrics={[
{ icon: Globe, label: "Student in USA", value: "From NL" },
{ icon: BookOpen, label: "Academic Focus", value: "Excellence" },
{ icon: Award, label: "Athletic Drive", value: "Competitive" },
{ icon: Users, label: "Mission", value: "Help Businesses" }
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="why-elevate" data-section="why-elevate">
<ContactText
text="I'm a passionate student-athlete balancing rigorous academics and competitive sports while pursuing my dreams in the United States. Originally from The Hague, Netherlands, I bring a unique perspective shaped by European heritage and American ambition. My commitment to excellence extends beyond the playing field into every project I undertake, whether it's web design, digital strategy, or building meaningful connections."
animationType="reveal-blur"

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
tag="Web Design for Sports & Fitness"
tagIcon={Zap}
buttons={[
{ text: "View Our Work", href: "#work" },
{ text: "See How We Convert", href: "#work" },
{ text: "Book a Call", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-vector/business-workshop-social-media-pack-landing-page_23-2149381280.jpg?_wi=1"
@@ -70,7 +70,7 @@ export default function LandingPage() {
tag="Why Hidde Digital"
tagIcon={CheckCircle}
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"
useInvertedBackground={false}
/>
@@ -154,11 +154,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<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"
buttons={[
{ 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" }}
useInvertedBackground={false}