Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apps/web/src/components/marketing/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ const features = [
icon: PaintbrushIcon,
title: "Visual email editor",
description:
"Design beautiful campaigns with a drag-and-drop WYSIWYG editor. No code, no external tools works for developers and non-technical teams alike.",
"Design beautiful campaigns with a drag-and-drop WYSIWYG editor. No code, no external tools works for developers and non-technical teams alike.",
accent: "bg-purple-500/10 text-purple-500",
},
{
icon: UsersIcon,
title: "Contact management",
description: "Manage subscribers, consent, and lists. Auto-updated from bounce and complaint events.",
description: "Manage subscribers, consent, and lists. Auto updated from bounce and complaint events.",
accent: "bg-emerald-500/10 text-emerald-500",
},
{
icon: ShieldIcon,
title: "Suppression lists",
description: "Block accidental sends. Auto-populated from bounces and spam complaints.",
description: "Block accidental sends. Auto populated from bounces and spam complaints.",
accent: "bg-amber-500/10 text-amber-500",
},
{
Expand Down Expand Up @@ -63,7 +63,7 @@ export function Features() {
Everything you need to send email
</h2>
<p className="mt-4 text-muted-foreground">
Transactional receipts, marketing campaigns, and everything in between one platform, one bill.
Transactional receipts, marketing campaigns, and everything in between one platform, one bill.
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/marketing/SiteFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function SiteFooter() {
<a href="https://x.com/TryByteSend" target="_blank" rel="noopener noreferrer" className="text-muted-foreground hover:text-foreground transition-colors" aria-label="X (Twitter)">
<FaXTwitter className="size-4" />
</a>
<a href="https://bsky.app/profile/nodebyte.host" target="_blank" rel="noopener noreferrer" className="text-muted-foreground hover:text-foreground transition-colors" aria-label="Bluesky">
<a href="https://bsky.app/profile/bytesend.cloud" target="_blank" rel="noopener noreferrer" className="text-muted-foreground hover:text-foreground transition-colors" aria-label="Bluesky">
<SiBluesky className="size-4" />
</a>
</div>
Expand Down
Loading