Hardy commited on
Commit
b63b7f9
·
verified ·
1 Parent(s): 7b4670f

change all text to same size in the description

Browse files
Files changed (1) hide show
  1. index.html +10 -10
index.html CHANGED
@@ -102,33 +102,33 @@ background-size: cover;
102
  <img src=https://overflowstorage.ie/wp-content/uploads/2020/03/shutterstock_555572530.jpg alt="Secure Storage Facility" class="rounded-lg shadow-lg w-full">
103
  </div>
104
  <div class="md:w-1/2">
105
- <p class="text-gray-700 mb-6 text-lg">
106
  TAF Storage provides premium shipping container storage solutions designed for security and convenience. Our weatherproof steel containers offer the ultimate protection for your belongings during life transitions.
107
  </p>
108
- <p class="text-gray-700 mb-6">
109
- Whether you're moving, renovating your home, or need a secure base for your small business inventory, our storage solutions provide the perfect balance of security, flexibility and cost-effectiveness.
110
  </p>
111
  <div class="space-y-4">
112
  <div class="flex items-start">
113
  <i data-feather="lock" class="text-navy-500 mr-3 mt-1"></i>
114
  <div>
115
  <h3 class="font-semibold text-gray-800">Security</h3>
116
- <p class="text-gray-600">24/7 surveillance and secure access for your peace of mind.</p>
117
- </div>
118
  </div>
119
  <div class="flex items-start">
120
  <i data-feather="clock" class="text-navy-500 mr-3 mt-1"></i>
121
  <div>
122
  <h3 class="font-semibold text-gray-800">Flexibility</h3>
123
- <p class="text-gray-600">Access your valuables any time during opening hours.</p>
124
  </div>
125
  </div>
126
  <div class="flex items-start">
127
  <i data-feather="dollar-sign" class="text-navy-500 mr-3 mt-1"></i>
128
  <div>
129
  <h3 class="font-semibold text-gray-800">Cost-Effective</h3>
130
- <p class="text-gray-600">Affordable solutions without long-term commitments.</p>
131
- </div>
132
  </div>
133
  </div>
134
  </div>
@@ -146,8 +146,8 @@ background-size: cover;
146
  <img src="https://mrskidcontainersales.com.au/wp-content/uploads/2023/02/20ft-container-img03.jpg" alt="Large Storage Unit" class="w-full h-48 object-cover">
147
  <div class="p-6">
148
  <h3 class="text-xl font-semibold text-navy-500 mb-2">Units from 70€</h3>
149
- <p class="text-gray-600 mb-4">Great for entire household moves or substantial business storage.</p>
150
- <div class="flex justify-between items-center">
151
  <span class="text-navy-500 font-bold">from 70€/month</span>
152
  <button class="bg-navy-500 text-white px-4 py-2 rounded hover:bg-navy-600 transition">Book Now</button>
153
  </div>
 
102
  <img src=https://overflowstorage.ie/wp-content/uploads/2020/03/shutterstock_555572530.jpg alt="Secure Storage Facility" class="rounded-lg shadow-lg w-full">
103
  </div>
104
  <div class="md:w-1/2">
105
+ <p class="text-gray-700 mb-6 text-base">
106
  TAF Storage provides premium shipping container storage solutions designed for security and convenience. Our weatherproof steel containers offer the ultimate protection for your belongings during life transitions.
107
  </p>
108
+ <p class="text-gray-700 mb-6 text-base">
109
+ Whether you're moving, renovating your home, or need a secure base for your small business inventory, our storage solutions provide the perfect balance of security, flexibility and cost-effectiveness.
110
  </p>
111
  <div class="space-y-4">
112
  <div class="flex items-start">
113
  <i data-feather="lock" class="text-navy-500 mr-3 mt-1"></i>
114
  <div>
115
  <h3 class="font-semibold text-gray-800">Security</h3>
116
+ <p class="text-gray-600 text-base">24/7 surveillance and secure access for your peace of mind.</p>
117
+ </div>
118
  </div>
119
  <div class="flex items-start">
120
  <i data-feather="clock" class="text-navy-500 mr-3 mt-1"></i>
121
  <div>
122
  <h3 class="font-semibold text-gray-800">Flexibility</h3>
123
+ <p class="text-gray-600 text-base">Access your valuables any time during opening hours.</p>
124
  </div>
125
  </div>
126
  <div class="flex items-start">
127
  <i data-feather="dollar-sign" class="text-navy-500 mr-3 mt-1"></i>
128
  <div>
129
  <h3 class="font-semibold text-gray-800">Cost-Effective</h3>
130
+ <p class="text-gray-600 text-base">Affordable solutions without long-term commitments.</p>
131
+ </div>
132
  </div>
133
  </div>
134
  </div>
 
146
  <img src="https://mrskidcontainersales.com.au/wp-content/uploads/2023/02/20ft-container-img03.jpg" alt="Large Storage Unit" class="w-full h-48 object-cover">
147
  <div class="p-6">
148
  <h3 class="text-xl font-semibold text-navy-500 mb-2">Units from 70€</h3>
149
+ <p class="text-gray-600 mb-4 text-base">Great for entire household moves or substantial business storage.</p>
150
+ <div class="flex justify-between items-center">
151
  <span class="text-navy-500 font-bold">from 70€/month</span>
152
  <button class="bg-navy-500 text-white px-4 py-2 rounded hover:bg-navy-600 transition">Book Now</button>
153
  </div>