diff --git a/resources/js/pages/home/partials/Features.jsx b/resources/js/pages/home/partials/Features.jsx
index b9a95c6..33fad98 100644
--- a/resources/js/pages/home/partials/Features.jsx
+++ b/resources/js/pages/home/partials/Features.jsx
@@ -5,28 +5,28 @@ const Features = () => {
{
icon: Heart,
title: 'Make video memes for free',
- description: 'Access 200+ meme templates and backgrounds without paying a cent',
+ description: 'Access 200+ meme and background libraries without paying a cent',
},
{
icon: Video,
- title: 'Easy Video Editor',
- description: 'Simple video editor with draggable text, background, memes and real-time preview',
+ title: 'Web-powered Video Editor',
+ description: 'Easy video editor with editable text, background, memes, built into the web. No additional software required!',
},
{
icon: Download,
- title: 'Instant Export',
- description: 'Download high-quality MP4 videos optimized for TikTok, Youtube Shorts, Instagram Reels, and more',
+ title: 'Export in minutes',
+ description: 'Download high-quality 720p MP4 videos optimized for TikTok, Youtube Shorts, Instagram Reels, and more',
},
{
icon: Smartphone,
title: 'Works Everywhere',
- description: 'Create on desktop, tablet, or mobile with responsive design',
+ description: 'Create on desktop, tablet, or mobile! Potato devices not recommended though.',
},
{
icon: Library,
- title: 'Library Updates',
- description: 'Fresh viral memes and backgrounds updated regularly',
+ title: 'Meme Library Updates',
+ description: 'Soon we will be adding more memes and backgrounds to the library!',
comingSoon: true,
},
{
@@ -52,8 +52,8 @@ const Features = () => {
className="group bg-card hover:bg-muted/50 relative rounded-2xl border p-6 transition-all duration-300 lg:p-8"
>
{feature.comingSoon && (
-
- Soon
+
+ Coming Soon
)}
diff --git a/resources/js/pages/home/partials/Hero.jsx b/resources/js/pages/home/partials/Hero.jsx
index f88e206..d038f17 100644
--- a/resources/js/pages/home/partials/Hero.jsx
+++ b/resources/js/pages/home/partials/Hero.jsx
@@ -1,9 +1,6 @@
const Hero = () => {
return (
-
- {/* Subtle grid background */}
-
-
+