eingarro commited on
Commit
f2b134f
·
verified ·
1 Parent(s): 4b5683f

change the year from "2023" to "2025" in this paragraph. - Follow Up Deployment

Browse files
Files changed (2) hide show
  1. index.html +24 -49
  2. prompts.txt +11 -0
index.html CHANGED
@@ -72,37 +72,28 @@
72
  </nav>
73
 
74
  <!-- Hero Section -->
75
- <section class="bg-white py-16 md:py-24">
76
- <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
77
- <div class="lg:grid lg:grid-cols-12 lg:gap-8">
78
- <div class="sm:text-center md:max-w-2xl md:mx-auto lg:col-span-6 lg:text-left">
79
- <h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl">
80
- <span class="block">Transform Your Business</span>
81
- <span class="block gradient-text">With AI Automation</span>
82
- </h1>
83
- <p class="mt-3 text-base text-gray-500 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
84
- We build custom AI-powered workflows that save you time, reduce costs, and help your business scale effortlessly.
85
- </p>
86
- <div class="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0">
87
- <div class="rounded-md shadow">
88
- <a href="#contact" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 md:py-4 md:text-lg md:px-10 transition-colors">
89
- Book Free Consultation
90
- </a>
91
- </div>
92
- <p class="mt-3 text-sm text-gray-500">
93
- No obligation. Just 30 minutes to explore your automation potential.
94
- </p>
95
- </div>
96
- </div>
97
- <div class="mt-12 relative sm:max-w-lg sm:mx-auto lg:mt-0 lg:max-w-none lg:mx-0 lg:col-span-6 lg:flex lg:items-center">
98
- <div class="relative mx-auto w-full rounded-lg shadow-lg lg:max-w-md">
99
- <div class="relative block w-full bg-white overflow-hidden rounded-lg">
100
- <img class="w-full" src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="AI automation workflow">
101
- <div class="absolute inset-0 bg-blue-600 opacity-20"></div>
102
- </div>
103
- </div>
104
- </div>
105
  </div>
 
 
 
 
 
 
 
 
 
 
 
106
  </div>
107
  </section>
108
 
@@ -401,19 +392,8 @@
401
  <div class="space-y-8 xl:col-span-1">
402
  <span class="text-2xl font-bold text-white">SteadyFlow</span>
403
  <p class="text-gray-300 text-base">
404
- Helping businesses scale through intelligent automation since 2020.
405
  </p>
406
- <div class="flex space-x-6">
407
- <a href="#" class="text-gray-400 hover:text-white">
408
- <i class="fab fa-linkedin-in"></i>
409
- </a>
410
- <a href="#" class="text-gray-400 hover:text-white">
411
- <i class="fab fa-twitter"></i>
412
- </a>
413
- <a href="#" class="text-gray-400 hover:text-white">
414
- <i class="fab fa-facebook-f"></i>
415
- </a>
416
- </div>
417
  </div>
418
  <div class="mt-12 grid grid-cols-2 gap-8 xl:mt-0 xl:col-span-2">
419
  <div class="md:grid md:grid-cols-2 md:gap-8">
@@ -487,12 +467,7 @@
487
  <ul class="mt-4 space-y-4">
488
  <li>
489
  <a href="#" class="text-base text-gray-400 hover:text-white">
490
- hello@steadyflow.com
491
- </a>
492
- </li>
493
- <li>
494
- <a href="#" class="text-base text-gray-400 hover:text-white">
495
- +1 (555) 123-4567
496
  </a>
497
  </li>
498
  </ul>
@@ -502,7 +477,7 @@
502
  </div>
503
  <div class="mt-12 border-t border-gray-800 pt-8">
504
  <p class="text-base text-gray-400 text-center">
505
- &copy; 2023 SteadyFlow. All rights reserved.
506
  </p>
507
  </div>
508
  </div>
 
72
  </nav>
73
 
74
  <!-- Hero Section -->
75
+ <section class="bg-gradient-to-br from-blue-50 to-white py-24">
76
+ <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
77
+ <div class="mb-12">
78
+ <h1 class="text-5xl font-bold text-gray-900 leading-tight mb-6">
79
+ <span class="block">Transform Your Business</span>
80
+ <span class="block gradient-text">With AI Automation</span>
81
+ </h1>
82
+ <p class="text-xl text-gray-600 max-w-2xl mx-auto">
83
+ We build custom AI-powered workflows that save you time, reduce costs, and help your business scale effortlessly.
84
+ </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  </div>
86
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
87
+ <a href="#contact" class="px-8 py-4 bg-blue-600 hover:bg-blue-700 text-white font-medium rounded-lg transition-colors shadow-lg hover:shadow-xl">
88
+ Book Free Consultation
89
+ </a>
90
+ <a href="#services" class="px-8 py-4 border border-gray-300 bg-white hover:bg-gray-50 text-gray-700 font-medium rounded-lg transition-colors">
91
+ Explore Services
92
+ </a>
93
+ </div>
94
+ <p class="mt-4 text-sm text-gray-500">
95
+ No obligation. Just 30 minutes to explore your automation potential.
96
+ </p>
97
  </div>
98
  </section>
99
 
 
392
  <div class="space-y-8 xl:col-span-1">
393
  <span class="text-2xl font-bold text-white">SteadyFlow</span>
394
  <p class="text-gray-300 text-base">
395
+ Helping businesses scale with proper intelligent automation.
396
  </p>
 
 
 
 
 
 
 
 
 
 
 
397
  </div>
398
  <div class="mt-12 grid grid-cols-2 gap-8 xl:mt-0 xl:col-span-2">
399
  <div class="md:grid md:grid-cols-2 md:gap-8">
 
467
  <ul class="mt-4 space-y-4">
468
  <li>
469
  <a href="#" class="text-base text-gray-400 hover:text-white">
470
+ contact@steadyflow.io
 
 
 
 
 
471
  </a>
472
  </li>
473
  </ul>
 
477
  </div>
478
  <div class="mt-12 border-t border-gray-800 pt-8">
479
  <p class="text-base text-gray-400 text-center">
480
+ &copy; 2025 SteadyFlow. All rights reserved.
481
  </p>
482
  </div>
483
  </div>
prompts.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This is excellent, thank you. I have some modifications. Please remove two sections entirely from the HTML code: 1. The section with the comment `<!-- Trust Indicators -->`. 2. The section with the comment `<!-- Testimonials -->`. Provide the full, updated HTML code with these two sections completely removed.
2
+ remove this block/picture.
3
+ center this block so it is positioned in the center of the website.
4
+ I like the content of this block, but I do not like the design/position on the website. Your task is to edit this block.
5
+ edit this paragraph so it says:" Helping businesses scale with proper intelligent automation."
6
+ remove this block
7
+ change this to: "[email protected]"
8
+ remove this.
9
+ remove this list item.
10
+ change the list in the following way: keep "[email protected]" but remove "+1 (555) 123-4567"
11
+ change the year from "2023" to "2025" in this paragraph.