-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
197 lines (184 loc) · 9.27 KB
/
index.html
File metadata and controls
197 lines (184 loc) · 9.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<!-- Primary Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
<title>DreamLab AI Consulting Ltd. | AI Training, Workshops & Custom Solutions</title>
<meta name="title" content="DreamLab AI Consulting Ltd. | AI Training, Workshops & Custom Solutions" />
<meta name="description" content="Expert AI consulting, immersive residential training programs, and custom AI solutions. Transform your team with hands-on workshops in AI development, RAG systems, and intelligent automation." />
<meta name="keywords" content="AI consulting, AI training, machine learning workshops, RAG systems, AI agents, residential training, AI development, custom AI solutions, VSCode AI, AI automation" />
<meta name="author" content="DreamLab AI Consulting Ltd." />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="language" content="English" />
<meta name="revisit-after" content="7 days" />
<meta name="rating" content="General" />
<!-- Canonical URL -->
<link rel="canonical" href="https://dreamlab-ai.com/" />
<!-- Favicon and Icons -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="theme-color" content="#1a1a2e" />
<meta name="msapplication-TileColor" content="#1a1a2e" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dreamlab-ai.com/" />
<meta property="og:title" content="DreamLab AI Consulting Ltd. | AI Training, Workshops & Custom Solutions" />
<meta property="og:description" content="Expert AI consulting, immersive residential training programs, and custom AI solutions. Transform your team with hands-on workshops in AI development, RAG systems, and intelligent automation." />
<meta property="og:image" content="https://dreamlab-ai.com/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="DreamLab AI Consulting - Expert AI Training and Solutions" />
<meta property="og:site_name" content="DreamLab AI Consulting Ltd." />
<meta property="og:locale" content="en_GB" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://dreamlab-ai.com/" />
<meta name="twitter:title" content="DreamLab AI Consulting Ltd. | AI Training, Workshops & Custom Solutions" />
<meta name="twitter:description" content="Expert AI consulting, immersive residential training programs, and custom AI solutions. Transform your team with hands-on workshops in AI development, RAG systems, and intelligent automation." />
<meta name="twitter:image" content="https://dreamlab-ai.com/twitter-image.png" />
<meta name="twitter:image:alt" content="DreamLab AI Consulting - Expert AI Training and Solutions" />
<meta name="twitter:site" content="@thedreamlab" />
<meta name="twitter:creator" content="@thedreamlab" />
<!-- Additional SEO Meta Tags -->
<meta name="geo.region" content="GB" />
<meta name="geo.placename" content="United Kingdom" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="DreamLab AI" />
<meta name="format-detection" content="telephone=no" />
<!-- Security Headers -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.gpteng.co; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; font-src 'self' data:; connect-src 'self' https://*.supabase.co wss://*.supabase.co; frame-ancestors 'none'; base-uri 'self'; form-action 'self';">
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta http-equiv="X-Frame-Options" content="DENY">
<meta http-equiv="X-XSS-Protection" content="1; mode=block">
<meta name="referrer" content="strict-origin-when-cross-origin">
<!-- Preconnect to improve performance -->
<link rel="preconnect" href="https://cdn.gpteng.co" crossorigin />
<link rel="dns-prefetch" href="https://cdn.gpteng.co" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "DreamLab AI Consulting Ltd.",
"image": "https://dreamlab-ai.com/og-image.png",
"url": "https://dreamlab-ai.com",
"telephone": "",
"email": "info@dreamlab-ai.com",
"address": {
"@type": "PostalAddress",
"addressCountry": "GB"
},
"geo": {
"@type": "GeoCoordinates",
"addressCountry": "GB"
},
"sameAs": [
"https://www.linkedin.com/company/dreamlab-ai-consulting",
"https://bsky.app/profile/thedreamlab.bsky.social"
],
"description": "Expert AI consulting, immersive residential training programs, and custom AI solutions. Transform your team with hands-on workshops in AI development, RAG systems, and intelligent automation.",
"priceRange": "££-£££",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"reviewCount": "1"
},
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "AI Services",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Residential AI Training",
"description": "Immersive hands-on AI development training programs"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "AI Consulting",
"description": "Custom AI solutions and strategic consulting"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "AI Workshops",
"description": "Specialized workshops in RAG systems, AI agents, and automation"
}
}
]
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "DreamLab AI Consulting Ltd.",
"url": "https://dreamlab-ai.com",
"logo": "https://dreamlab-ai.com/logo.png",
"contactPoint": {
"@type": "ContactPoint",
"email": "info@dreamlab-ai.com",
"contactType": "customer service",
"availableLanguage": "English"
},
"sameAs": [
"https://www.linkedin.com/company/dreamlab-ai-consulting",
"https://bsky.app/profile/thedreamlab.bsky.social"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "DreamLab AI Consulting Ltd.",
"url": "https://dreamlab-ai.com",
"potentialAction": {
"@type": "SearchAction",
"target": "https://dreamlab-ai.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<script>
(function() {
var redirect = sessionStorage.redirect;
delete sessionStorage.redirect;
if (redirect && redirect !== location.pathname) {
history.replaceState(null, null, redirect);
}
})();
</script>
</head>
<body>
<!-- Skip Navigation Link for Accessibility -->
<a href="#main-content" class="sr-only focus:not-sr-only focus:absolute focus:top-4 focus:left-4 focus:z-[100] focus:px-4 focus:py-2 focus:bg-blue-600 focus:text-white focus:rounded-md focus:outline-none focus:ring-2 focus:ring-blue-400 focus:ring-offset-2">
Skip to main content
</a>
<div id="root" role="main" aria-label="Main content"></div>
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
<noscript>
<div style="padding: 2rem; text-align: center; font-family: system-ui, -apple-system, sans-serif; background: #0a0a1a; color: #fff; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center;">
<h1 style="font-size: 2rem; margin-bottom: 1rem;">DreamLab AI Consulting Ltd.</h1>
<p style="margin-bottom: 1rem; color: #94a3b8;">Please enable JavaScript to experience our interactive website.</p>
<p style="color: #64748b;">Contact: <a href="mailto:info@dreamlab-ai.com" style="color: #3b82f6;">info@dreamlab-ai.com</a></p>
</div>
</noscript>
</body>
</html>