1
2export const profile = {
3name: "Viktor Blöndal",
4title: "AI Specialist",
5location: "Iceland",
6summary: "Building useful things at the intersection of AI, product and code.",
7current: {
8company: "Blue Lagoon Iceland",
9role: "AI Specialist",
10focus: [
11"AI strategy",
12"Workflow automation",
13"Internal tooling",
14"LLM product thinking"
15]
16},
17background: [
18{
19company: "Dineout",
20role: "Co-founder / CTO",
21description: "Built and scaled Iceland's leading restaurant reservation platform."
22},
23{
24company: "Basta",
25role: "Frontend Lead",
26description: "Led frontend development across product and customer-facing systems."
27}
28],
29strengths: [
30"Turning vague business problems into working prototypes",
31"Bridging leadership, product, design and engineering",
32"Finding where AI creates real operational value",
33"Building fast without losing sight of the business case"
34],
35contact: {
36linkedin: "https://www.linkedin.com/in/viktorblondal",
37email: "viktorblondal@gmail.com"
38}
39};