1- import Link from 'next/link'
21import Image from 'next/image'
32
43export default function Home ( ) {
54 return (
65 < div className = "container mx-auto px-4 py-12" >
76 < div className = "max-w-6xl mx-auto" >
87 { /* Role tag */ }
9- < p className = "text-sm text-accent mb-4 font-mono" > { '>' } SOFTWARE ENGINEER </ p >
8+ < p className = "text-sm text-accent mb-4 font-mono" > { '>' } PRODUCT MANAGER & SOFTWARE DESIGNER </ p >
109
1110 { /* Main content area - two column layout */ }
1211 < div className = "grid md:grid-cols-2 gap-12 mb-16" >
@@ -22,14 +21,16 @@ export default function Home() {
2221 </ span >
2322 </ h1 >
2423 < p className = "text-lg text-text-secondary leading-relaxed mb-4" >
25- Software engineer and technical leader specializing in Salesforce development,
26- data engineering, and cloud architecture. Building scalable solutions and
27- leading teams to deliver impactful technology solutions.
24+ Product manager and software designer specializing in AI products, data management,
25+ and analytics. I bridge product strategy with hands-on development, using software
26+ engineering tools and LLMs to define product details, explore ideas faster, and build
27+ proof-of-concepts that directly address customer needs.
2828 </ p >
2929 < p className = "text-lg text-text-secondary leading-relaxed" >
30- Currently working on enterprise-level Salesforce implementations and data
31- warehouse solutions. Passionate about clean code, best practices, and
32- mentoring the next generation of developers.{ ' ' }
30+ Currently leading AI product initiatives at Salesforce, focusing on data management
31+ maturity and metadata AI solutions. Passionate about building data products that
32+ power trusted AI, and sharing insights on product strategy, data governance, and
33+ technical leadership.{ ' ' }
3334 < a
3435 href = "/contact"
3536 className = "text-link hover:text-link-hover underline"
@@ -92,7 +93,36 @@ export default function Home() {
9293 < ul className = "space-y-2 text-text-secondary" >
9394 < li className = "flex items-start gap-2" >
9495 < span className = "text-accent mt-1" > →</ span >
95- < span > Check out my latest articles on Medium</ span >
96+ < a
97+ href = "https://medium.com/@bohn.tl/the-4-cs-of-data-governance-measurement-5759fdbbc373"
98+ target = "_blank"
99+ rel = "noopener noreferrer"
100+ className = "text-link hover:text-link-hover underline"
101+ >
102+ The 4 Cs of Data Governance Measurement
103+ </ a >
104+ </ li >
105+ < li className = "flex items-start gap-2" >
106+ < span className = "text-accent mt-1" > →</ span >
107+ < a
108+ href = "https://medium.com/@bohn.tl/the-enabling-team-playbook-78b60b0bb4f0"
109+ target = "_blank"
110+ rel = "noopener noreferrer"
111+ className = "text-link hover:text-link-hover underline"
112+ >
113+ The Enabling Team Framework
114+ </ a >
115+ </ li >
116+ < li className = "flex items-start gap-2" >
117+ < span className = "text-accent mt-1" > →</ span >
118+ < a
119+ href = "https://medium.com/@bohn.tl/the-spec-driven-writing-framework-55facae16425"
120+ target = "_blank"
121+ rel = "noopener noreferrer"
122+ className = "text-link hover:text-link-hover underline"
123+ >
124+ The Spec-Driven Writing Framework
125+ </ a >
96126 </ li >
97127 </ ul >
98128 </ div >
@@ -125,7 +155,36 @@ export default function Home() {
125155 < ul className = "space-y-2 text-text-secondary" >
126156 < li className = "flex items-start gap-2" >
127157 < span className = "text-accent mt-1" > →</ span >
128- < span > Check out my repositories and contributions</ span >
158+ < a
159+ href = "https://github.com/TOM-BOHN/MsDS-deep-learing-gan-monet-painting/tree/main"
160+ target = "_blank"
161+ rel = "noopener noreferrer"
162+ className = "text-link hover:text-link-hover underline"
163+ >
164+ deep-learing-gan-monet-painting
165+ </ a >
166+ </ li >
167+ < li className = "flex items-start gap-2" >
168+ < span className = "text-accent mt-1" > →</ span >
169+ < a
170+ href = "https://github.com/TOM-BOHN/MsDS-deep-learing-cnn-cancer-detection"
171+ target = "_blank"
172+ rel = "noopener noreferrer"
173+ className = "text-link hover:text-link-hover underline"
174+ >
175+ deep-learing-cnn-cancer-detection
176+ </ a >
177+ </ li >
178+ < li className = "flex items-start gap-2" >
179+ < span className = "text-accent mt-1" > →</ span >
180+ < a
181+ href = "https://github.com/TOM-BOHN/MsDS-deep-learning-llm-classification-finetuning"
182+ target = "_blank"
183+ rel = "noopener noreferrer"
184+ className = "text-link hover:text-link-hover underline"
185+ >
186+ deep-learning-llm-classification-finetuning
187+ </ a >
129188 </ li >
130189 </ ul >
131190 </ div >
@@ -160,12 +219,12 @@ export default function Home() {
160219 < span className = "font-semibold text-text-primary" > VIP + Beta program</ span > .
161220 </ p >
162221 < p className = "text-text-secondary leading-relaxed" >
163- Interested in early access?{ ' ' }
222+ Interested in early access? Contact { ' ' }
164223 < a
165- href = "/contact "
224+ href = "mailto:hello@thomaslbohn.com "
166225 className = "text-link hover:text-link-hover underline font-semibold"
167226 >
168- Contact hello@thomaslbohn.com
227+ hello@thomaslbohn.com
169228 </ a >
170229 { ' ' } to request access.
171230 </ p >
0 commit comments