Update src/app/page.tsx
This commit is contained in:
@@ -99,12 +99,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Effortless Uploads", description: "Quickly upload photos and videos of any size. Supports JPG, PNG, WEBP, GIF, MP4, MOV, AVI.", bentoComponent: "reveal-icon", icon: Cloud,
|
||||
imageAlt: "cloud upload neon icon"
|
||||
title: "Effortless Uploads", description: "Quickly upload photos and videos of any size. Supports JPG, PNG, WEBP, GIF, MP4, MOV, AVI.", bentoComponent: "reveal-icon", icon: Cloud
|
||||
},
|
||||
{
|
||||
title: "Smart Organization", description: "Create custom albums and folders, rename files, and easily sort your media by date or name.", bentoComponent: "reveal-icon", icon: Folder,
|
||||
imageAlt: "cloud upload neon icon"
|
||||
title: "Smart Organization", description: "Create custom albums and folders, rename files, and easily sort your media by date or name.", bentoComponent: "reveal-icon", icon: Folder
|
||||
},
|
||||
{
|
||||
title: "Instant Previews", description: "View images and play videos directly in your browser without downloading, saving time and bandwidth.", bentoComponent: "media-stack", items: [
|
||||
@@ -113,13 +111,11 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063081.jpg", imageAlt: "Organize icon"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151205027.jpg", imageAlt: "Download icon"},
|
||||
],
|
||||
imageAlt: "cloud upload neon icon"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151205027.jpg", imageAlt: "Download icon"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Secure Downloads", description: "Download individual files or entire albums as ZIP archives, ensuring your data is always accessible.", bentoComponent: "reveal-icon", icon: Download,
|
||||
imageAlt: "cloud upload neon icon"
|
||||
title: "Secure Downloads", description: "Download individual files or entire albums as ZIP archives, ensuring your data is always accessible.", bentoComponent: "reveal-icon", icon: Download
|
||||
},
|
||||
]}
|
||||
title="Unlock Powerful Media Management"
|
||||
|
||||
Reference in New Issue
Block a user