vlcsolutions commited on
Commit
9cc5f0d
·
verified ·
1 Parent(s): d381a55

Section 3: Change the good design pattern

Browse files
Files changed (1) hide show
  1. index.html +37 -18
index.html CHANGED
@@ -326,43 +326,62 @@ Start Building Today
326
  </div>
327
  </div>
328
  </section>
329
-
330
- <!-- Section 3 -->
331
  <section class="py-16 md:py-24 bg-white">
332
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
333
  <div class="text-center mb-16">
334
  <h2 class="text-3xl md:text-4xl font-bold text-[var(--vlc-navy)] mb-6" data-aos="fade-up">Low-Code + AI: Build Faster and Smarter</h2>
335
  <p class="text-lg text-gray-600 max-w-4xl mx-auto mb-12" data-aos="fade-up" data-aos-delay="100">
336
- Accelerate app creation with natural language AI builders, generative pages & agents, Copilot in Power Apps, embedded intelligence, and AI agent components. This combination of low-code tools and AI capabilities empowers teams of all skill levels to innovate — from citizen developers to professional engineers.
337
  </p>
338
  </div>
 
339
  <div class="grid md:grid-cols-3 gap-8">
340
- <div class="bg-white p-8 rounded-lg shadow-md border border-gray-100" data-aos="fade-up">
341
- <div class="text-[var(--vlc-sky)] mb-4">
342
- <i data-feather="message-square" class="w-8 h-8"></i>
 
 
 
343
  </div>
344
  <h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Natural Language AI Builders</h3>
345
- <p class="text-gray-600">Create apps and underlying data structures simply by describing what you need — no code required.</p>
 
 
 
346
  </div>
347
- <div class="bg-white p-8 rounded-lg shadow-md border border-gray-100" data-aos="fade-up" data-aos-delay="100">
348
- <div class="text-[var(--vlc-sky)] mb-4">
349
- <i data-feather="cpu" class="w-8 h-8"></i>
 
 
 
 
350
  </div>
351
  <h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Generative Pages & Agents</h3>
352
- <p class="text-gray-600">AI agents collaborate with makers to generate and customize app pages and workflows in real time.</p>
 
 
 
353
  </div>
354
- <div class="bg-white p-8 rounded-lg shadow-md border border-gray-100" data-aos="fade-up" data-aos-delay="200">
355
- <div class="text-[var(--vlc-sky)] mb-4">
356
- <i data-feather="git-merge" class="w-8 h-8"></i>
 
 
 
 
357
  </div>
358
  <h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Copilot in Power Apps</h3>
359
- <p class="text-gray-600">Integrated AI assistance helps form fields, suggest logic, and proactively optimize app design as you build.</p>
 
 
 
360
  </div>
361
- </div>
362
  </div>
363
  </section>
364
-
365
- <!-- Section 4 -->
366
  <section class="py-16 md:py-24 bg-[var(--vlc-tint)]">
367
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
368
  <div class="text-center mb-16">
 
326
  </div>
327
  </div>
328
  </section>
329
+ <!-- Section 3 - Modern Card Grid -->
 
330
  <section class="py-16 md:py-24 bg-white">
331
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
332
  <div class="text-center mb-16">
333
  <h2 class="text-3xl md:text-4xl font-bold text-[var(--vlc-navy)] mb-6" data-aos="fade-up">Low-Code + AI: Build Faster and Smarter</h2>
334
  <p class="text-lg text-gray-600 max-w-4xl mx-auto mb-12" data-aos="fade-up" data-aos-delay="100">
335
+ Accelerate app creation with natural language AI builders, generative pages & agents, Copilot in Power Apps, embedded intelligence, and AI agent components.
336
  </p>
337
  </div>
338
+
339
  <div class="grid md:grid-cols-3 gap-8">
340
+ <!-- Card 1 -->
341
+ <div class="card-accent bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition-all duration-300" data-aos="fade-up">
342
+ <div class="text-[var(--vlc-sky)] mb-4 flex items-center">
343
+ <div class="bg-[var(--vlc-tint)] p-3 rounded-full">
344
+ <i data-feather="message-square" class="w-8 h-8"></i>
345
+ </div>
346
  </div>
347
  <h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Natural Language AI Builders</h3>
348
+ <p class="text-gray-600 mb-6">Create apps and underlying data structures simply by describing what you need — no code required.</p>
349
+ <a href="#" class="text-[var(--vlc-sky)] font-medium inline-flex items-center hover:text-[var(--vlc-navy)]">
350
+ Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
351
+ </a>
352
  </div>
353
+
354
+ <!-- Card 2 -->
355
+ <div class="card-accent bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition-all duration-300" data-aos="fade-up" data-aos-delay="100">
356
+ <div class="text-[var(--vlc-leaf)] mb-4 flex items-center">
357
+ <div class="bg-[var(--vlc-leaf-tint)] p-3 rounded-full">
358
+ <i data-feather="cpu" class="w-8 h-8"></i>
359
+ </div>
360
  </div>
361
  <h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Generative Pages & Agents</h3>
362
+ <p class="text-gray-600 mb-6">AI agents collaborate with makers to generate and customize app pages and workflows in real time.</p>
363
+ <a href="#" class="text-[var(--vlc-leaf)] font-medium inline-flex items-center hover:text-[var(--vlc-navy)]">
364
+ Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
365
+ </a>
366
  </div>
367
+
368
+ <!-- Card 3 -->
369
+ <div class="card-accent bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition-all duration-300" data-aos="fade-up" data-aos-delay="200">
370
+ <div class="text-[var(--vlc-navy)] mb-4 flex items-center">
371
+ <div class="bg-[rgba(0,160,233,0.1)] p-3 rounded-full">
372
+ <i data-feather="git-merge" class="w-8 h-8"></i>
373
+ </div>
374
  </div>
375
  <h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Copilot in Power Apps</h3>
376
+ <p class="text-gray-600 mb-6">Integrated AI assistance helps form fields, suggest logic, and proactively optimize app design.</p>
377
+ <a href="#" class="text-[var(--vlc-navy)] font-medium inline-flex items-center hover:text-[var(--vlc-sky)]">
378
+ Learn more <i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
379
+ </a>
380
  </div>
381
+ </div>
382
  </div>
383
  </section>
384
+ <!-- Section 4 -->
 
385
  <section class="py-16 md:py-24 bg-[var(--vlc-tint)]">
386
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
387
  <div class="text-center mb-16">