Update LandingPage.jsx

Fix 2 typos
This commit is contained in:
Alexander Zeillinger 2025-04-19 08:34:05 +02:00 committed by GitHub
parent fa5b785b45
commit 7ba13247ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -338,7 +338,7 @@ const features = [
title: "Keyboard shortcuts", title: "Keyboard shortcuts",
content: ( content: (
<div> <div>
Speed up development with keyboard shortuts. See all available shortcuts Speed up development with keyboard shortcuts. See all available shortcuts
<Link <Link
to={`${socials.docs}/shortcuts`} to={`${socials.docs}/shortcuts`}
className="ms-1.5 text-blue-500 hover:underline" className="ms-1.5 text-blue-500 hover:underline"
@ -354,7 +354,7 @@ const features = [
title: "Templates", title: "Templates",
content: ( content: (
<div> <div>
Start off with pre-built templates. Get a quick start or get inspirition Start off with pre-built templates. Get a quick start or get inspiration
for your design. for your design.
</div> </div>
), ),