Skip to content

Commit

Permalink
Various content changes and improved terms
Browse files Browse the repository at this point in the history
  • Loading branch information
izdrail committed Jan 8, 2025
1 parent 69d4a9c commit 0a6f913
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 134 deletions.
1 change: 0 additions & 1 deletion backend/supervisord.pid

This file was deleted.

45 changes: 21 additions & 24 deletions frontend/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ import Feature from '../components/Feature.astro'

<DefaultLayout title="Home">
<Hero />
<section class="my-64">
<div class="container">
<div class="grid grid-cols-1 gap-24 md:grid-cols-2">
<img
style="border: 1vw solid;border-image: linear-gradient(to right, #F58140, #4b1e4e ) 0.8;"
class="rounded-lg"
decoding="async"
loading="lazy"
src="https://i.imgur.com/kk2edgP.png"
alt="Email marketing automation logo"
/>
<div class="space-content flex flex-col justify-center">
<h2>Build Automated Email Campaigns with Drag and Drop</h2>
<p class="text-2xl">
<a href="https://github.com/laravelcompany" target="_blank">Laravel Mail</a> empowers you to create email marketing workflows using a user-friendly drag-and-drop interface.
</p>
</div>
</div>
</div>
</section>
<section class="bg-white dark:bg-gray-900">
<div class="mx-auto max-w-screen-xl items-center gap-16 px-4 py-8 lg:grid lg:grid-cols-2 lg:px-6 lg:py-16">
<div class="font-light text-gray-500 dark:text-gray-400 sm:text-lg">
Expand Down Expand Up @@ -235,30 +255,7 @@ import Feature from '../components/Feature.astro'
</div>
</div>
</section>
<section class="my-64">
<div class="container">
<div class="grid grid-cols-1 gap-24 md:grid-cols-2">
<img
style="border: 1vw solid;border-image: linear-gradient(to right, #F58140, #4b1e4e ) 0.8;"
class="rounded-lg"
decoding="async"
loading="lazy"
src="https://i.imgur.com/kk2edgP.png"
alt="Email marketing automation logo"
/>
<div class="space-content flex flex-col justify-center">
<h2>Email Automation</h2>
<p class="text-2xl" data-astro-cid-b4koausq="">
With the help of <b
>
<a target="_blank" href="https://github.com/42coders/workflows">42workflows</a>
</b>
in our platform you will be able to use drag and drop to build workflows for your mail campaigns.
</p>
</div>
</div>
</div>
</section>

<section class="bg-white dark:bg-gray-900">
<div class="mx-auto max-w-screen-xl px-4 py-8 sm:py-16 lg:px-6" >
<div class="grid space-y-8 lg:grid-cols-2 lg:gap-12 lg:space-y-0" >
Expand Down
6 changes: 1 addition & 5 deletions frontend/src/pages/templates/[...page].astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import data from '../../data/data.json'; // Import JSON data
Free Laravel Mail Templates
</h2>
<p class="mb-8 text-gray-500 dark:text-gray-400 sm:text-xl">
Discover over 1000 free Laravel mail templates to get you started.
Discover over 1000 <b>free Laravel mail templates</b> to get you started.
<br>
No credit card required.
</p>
Expand All @@ -33,10 +33,6 @@ import data from '../../data/data.json'; // Import JSON data
<div class="flex flex-col justify-between p-4 leading-normal">
<h5 class="mb-2 text-xl font-bold tracking-tight text-gray-900 dark:text-white">{template.name}</h5>
<p class="text-sm text-gray-500 dark:text-gray-400">Rating: {template.rating}</p>
<p class="text-sm text-gray-500 dark:text-gray-400">
Votes: 2 stars: {template.votes['2'] || 0}, 3 stars: {template.votes['3'] || 0},
4 stars: {template.votes['4'] || 0}, 5 stars: {template.votes['5'] || 0}
</p>
<p class="text-sm text-gray-500 dark:text-gray-400">Type: {template.type}</p>
</div>
</a>
Expand Down
Loading

0 comments on commit 0a6f913

Please sign in to comment.