Skip to content

Commit e278c51

Browse files
committed
landing page img
1 parent 8760e87 commit e278c51

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

apps/site/pages/index.tsx

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,16 @@ export default function Home() {
218218
</a>
219219
</div>
220220
</div>
221+
221222
<div className="">
222223
<span className="text-2xl font-bold tracking-tight text-gray-900 ">
223224
Elevate Your Customer Support
224225
</span>
225226
<div className="mt-4 flex flex-col ">
226227
<div className="">
227228
<p className="text-base text-gray-800">
228-
Peppermint offers a refreshing approach to customer support in a cost-conscious world.
229+
Peppermint offers a refreshing approach to customer support in
230+
a cost-conscious world.
229231
</p>
230232
</div>
231233
<div className="my-6 space-x-4 flex flex-row">
@@ -247,6 +249,14 @@ export default function Home() {
247249
</div>
248250
</div>
249251
</div>
252+
253+
<div>
254+
<img
255+
className="h-full w-full rounded-md shadow-lg my-4"
256+
src="/dashboard.jpeg"
257+
alt="landing page screenshot of dashboard"
258+
/>
259+
</div>
250260
</div>
251261

252262
<div className="max-w-xl mx-auto mt-4">
@@ -316,10 +326,18 @@ export default function Home() {
316326
<div className="mt-6 flex flex-col gap-x-8 gap-y-20 lg:flex-row">
317327
<div className="lg:w-full lg:max-w-2xl lg:flex-auto">
318328
<p className="text-base text-gray-600">
319-
Peppermint aims to bridge the gap between rich features and affordability. We strive to provide a wide range of tools, functionalities, and user experiences without imposing excessive costs on our users.
329+
Peppermint aims to bridge the gap between rich features and
330+
affordability. We strive to provide a wide range of tools,
331+
functionalities, and user experiences without imposing excessive
332+
costs on our users.
320333
</p>
321334
<p className="mt-4 max-w-xl text-base text-gray-700">
322-
The project's core values focus on empowering users through a platform that prioritizes quality and usability without compromising affordability. This inclusive approach enables individuals and organizations with diverse budgetary constraints to access a feature-rich software solution without compromising performance or affordability.
335+
The project's core values focus on empowering users through a
336+
platform that prioritizes quality and usability without
337+
compromising affordability. This inclusive approach enables
338+
individuals and organizations with diverse budgetary constraints
339+
to access a feature-rich software solution without compromising
340+
performance or affordability.
323341
</p>
324342
</div>
325343
</div>
@@ -410,7 +428,8 @@ export default function Home() {
410428
Video Reviews
411429
</h2>
412430
<p className="text-base leading-8 text-gray-800">
413-
Check out these great videos showcasing peppermint and its features.
431+
Check out these great videos showcasing peppermint and its
432+
features.
414433
</p>
415434
</div>
416435
<div className="mx-auto mt-4 flex flex-col max-w-2xl grid-cols-1 gap-x-8 gap-y-8 border-t border-gray-200 pt-5 sm:pt-8 lg:mx-0 lg:max-w-none lg:grid-cols-2">

apps/site/public/dashboard.jpeg

780 KB
Loading

0 commit comments

Comments
 (0)