Skip to content

Commit f3761df

Browse files
authored
Merge pull request #88 from GPT-DAO/sf54
sf54
2 parents e252e67 + 1fffc9b commit f3761df

File tree

4 files changed

+422
-307
lines changed

4 files changed

+422
-307
lines changed

summit/src/assets/images/booth2x2.png

1.42 MB
Loading

summit/src/assets/images/booth3x3.png

1.31 MB
Loading

summit/src/components/Home/Partner.jsx

+117-2
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,129 @@ const Partner = () => {
100100
<LaxDiv text="Exhibits" dataPreset="DriftRight" />
101101
<span>Showcase your product to everyone at the Summit!</span>
102102

103-
<h2>Previous Exhibits</h2>
104-
103+
<h2> <b>Exhibition</b> Opportunites</h2>
105104

106105
<a href="https://www.gptdao.ai/get-started" target="_blank" rel="noopener noreferrer" className="btn btn-primary">Take your place to exhibit</a>
107106

108107

109108
</div>
110109

110+
<div className="container">
111+
<div className="row h-100 align-items-center">
112+
<h4>Located in the exhibition hall, the Booth allows you to conduct
113+
meetings while ensuring optimal brand exposure. Brand's logo will be
114+
featured on signage throughout the venue, displayed on website and
115+
brochures.</h4>
116+
117+
<div className="col-lg-6">
118+
<div className="about-content">
119+
120+
<br/>
121+
122+
123+
<h4>Booth Type A </h4><p>10ft x 10 ft (3m x 3m)</p>
124+
<h5>USD 9,999 (Early Bird)</h5>
125+
<p>• 10 x 10 ft Space Turnkey Solution<br></br>
126+
• 1x Round Table<br></br>
127+
• 3x Bar Stool Chairs<br></br>
128+
• 6x Back Walls Available for Posters or Designs<br></br>
129+
(3.28ft x 7.87ft or 1m x 2.4m)<br></br>
130+
• Customer Curved Counter with Doors for Storage<br></br>
131+
• 3x Event Tickets</p>
132+
133+
134+
</div>
135+
136+
</div>
137+
138+
139+
<div className="col-lg-6">
140+
<div>
141+
142+
143+
144+
<img
145+
src={require("../../assets/images/imagewhite.png")}
146+
className="about-img1"
147+
alt="about"
148+
/>
149+
</div>
150+
<div>
151+
<br/>
152+
153+
<img
154+
src={require("../../assets/images/booth3x3.png")}
155+
className="about-img1"
156+
alt="about"
157+
/>
158+
<p>(Images are for illustrative purposes only, actual product may vary)</p>
159+
</div>
160+
161+
</div>
162+
163+
164+
165+
166+
</div>
167+
</div>
168+
169+
<div className="container">
170+
<div className="row h-100 align-items-center">
171+
172+
<div className="col-lg-6">
173+
<div>
174+
175+
176+
177+
<img
178+
src={require("../../assets/images/imagewhite.png")}
179+
className="about-img1"
180+
alt="about"
181+
/>
182+
</div>
183+
<div>
184+
<br/>
185+
186+
<img
187+
src={require("../../assets/images/booth2x2.png")}
188+
className="about-img1"
189+
alt="about"
190+
/>
191+
<p>(Images are for illustrative purposes only, actual product may vary)</p>
192+
</div>
193+
194+
</div>
195+
<div className="col-lg-6">
196+
<div className="about-content">
197+
198+
<br/>
199+
200+
201+
<h4>Booth Type B </h4><p>6.5ft x 6.5 ft (2m x 2m)</p>
202+
<h5>USD 6,999 (Early Bird)</h5>
203+
<p>
204+
• 6.5 x 6.5 ft Space Turnkey Solution<br></br>
205+
• 1x Round Table<br></br>
206+
• 3x Bar Stool Chairs<br></br>
207+
• 4x Back Walls Available for Posters or Designs<br></br>
208+
(3.28ft x 7.87ft or 1m x 2.4m)<br></br>
209+
• Customer Curved Counter with Doors for Storage<br></br>
210+
• 2x Event Tickets</p>
211+
212+
213+
</div>
214+
215+
</div>
216+
217+
218+
</div>
219+
</div>
220+
221+
222+
223+
224+
225+
111226
<div className="row">
112227

113228
{/* <div className="mb-5 col-0"> mb-5控制行距 */}

0 commit comments

Comments
 (0)