Twinory commited on
Commit
41587a2
·
verified ·
1 Parent(s): 15f6baf

I need you to change the image in "About" section below, "Our Mission" and "Our Vision". I need it a high definition image which correctly aligns with our vision and mission

Browse files
Files changed (1) hide show
  1. about.html +8 -8
about.html CHANGED
@@ -81,10 +81,10 @@
81
  <div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-20">
82
  <div class="mission-card bg-gray-900 p-8 rounded-lg">
83
  <div class="flex items-center mb-6">
84
- <div class="bg-[#FF9900] p-3 rounded-full mr-4">
85
- <i data-feather="target" class="text-white w-6 h-6"></i>
86
  </div>
87
- <h3 class="text-2xl font-bold">Our Mission</h3>
88
  </div>
89
  <p class="text-gray-400">
90
  Helping sellers achieve growth through ethical, intelligent, and sustainable listing practices. We believe in winning the right way by mastering Amazon's rules rather than bending them.
@@ -92,10 +92,10 @@
92
  </div>
93
  <div class="vision-card bg-gray-900 p-8 rounded-lg">
94
  <div class="flex items-center mb-6">
95
- <div class="bg-white p-3 rounded-full mr-4">
96
- <i data-feather="eye" class="text-black w-6 h-6"></i>
97
  </div>
98
- <h3 class="text-2xl font-bold">Our Vision</h3>
99
  </div>
100
  <p class="text-gray-400">
101
  Building a marketplace where compliance and commercial success go hand in hand. We envision an Amazon ecosystem where ethical sellers thrive through superior strategy and execution.
@@ -131,8 +131,8 @@
131
  </div>
132
  </div>
133
  <div class="order-first lg:order-last">
134
- <img src="http://static.photos/people/800x600/42" alt="Sam - Twinory Consultant" class="w-full h-full object-cover">
135
- </div>
136
  </div>
137
  </div>
138
 
 
81
  <div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-20">
82
  <div class="mission-card bg-gray-900 p-8 rounded-lg">
83
  <div class="flex items-center mb-6">
84
+ <div class="mr-4">
85
+ <img src="http://static.photos/workspace/200x200/42" alt="Mission" class="w-12 h-12 rounded-full object-cover">
86
  </div>
87
+ <h3 class="text-2xl font-bold">Our Mission</h3>
88
  </div>
89
  <p class="text-gray-400">
90
  Helping sellers achieve growth through ethical, intelligent, and sustainable listing practices. We believe in winning the right way by mastering Amazon's rules rather than bending them.
 
92
  </div>
93
  <div class="vision-card bg-gray-900 p-8 rounded-lg">
94
  <div class="flex items-center mb-6">
95
+ <div class="mr-4">
96
+ <img src="http://static.photos/technology/200x200/42" alt="Vision" class="w-12 h-12 rounded-full object-cover">
97
  </div>
98
+ <h3 class="text-2xl font-bold">Our Vision</h3>
99
  </div>
100
  <p class="text-gray-400">
101
  Building a marketplace where compliance and commercial success go hand in hand. We envision an Amazon ecosystem where ethical sellers thrive through superior strategy and execution.
 
131
  </div>
132
  </div>
133
  <div class="order-first lg:order-last">
134
+ <img src="http://static.photos/workspace/1200x630/42" alt="Sam - Twinory Consultant" class="w-full h-full object-cover">
135
+ </div>
136
  </div>
137
  </div>
138