diff --git a/src/app/page.tsx b/src/app/page.tsx index 6de944d..f84f0a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,43 +99,35 @@ export default function LandingPage() { { title: "Image Editor", description: "Precise control for perfect visuals.", button: { text: "Open"}, - bentoComponent: "reveal-icon", icon: Crop, - imageAlt: "image editor icon frosted glass"}, + bentoComponent: "reveal-icon", icon: Crop}, { title: "AI Image Enhancer", description: "Intelligent improvements, stunning results.", button: { text: "Open"}, - bentoComponent: "reveal-icon", icon: Sparkles, - imageAlt: "image editor icon frosted glass"}, + bentoComponent: "reveal-icon", icon: Sparkles}, { title: "Background Remover", description: "Isolate subjects with a single click.", button: { text: "Open"}, - bentoComponent: "reveal-icon", icon: Edit, - imageAlt: "image editor icon frosted glass"}, + bentoComponent: "reveal-icon", icon: Edit}, { title: "Watermark", description: "Protect your work with custom watermarks.", button: { text: "Open"}, - bentoComponent: "reveal-icon", icon: Feather, - imageAlt: "image editor icon frosted glass"}, + bentoComponent: "reveal-icon", icon: Feather}, { title: "Illustrator", description: "Vector graphics for scalable designs.", button: { text: "Open"}, - bentoComponent: "reveal-icon", icon: PenTool, - imageAlt: "image editor icon frosted glass"}, + bentoComponent: "reveal-icon", icon: PenTool}, { title: "Video Editor", description: "Professional video creation, simplified.", button: { text: "Open"}, - bentoComponent: "reveal-icon", icon: Video, - imageAlt: "image editor icon frosted glass"}, + bentoComponent: "reveal-icon", icon: Video}, { title: "File Converter", description: "Convert between all major file types.", button: { text: "Open"}, - bentoComponent: "reveal-icon", icon: Archive, - imageAlt: "image editor icon frosted glass"}, + bentoComponent: "reveal-icon", icon: Archive}, { title: "HTML-to-Image", description: "Capture web content as high-quality images.", button: { text: "Open"}, - bentoComponent: "reveal-icon", icon: Code, - imageAlt: "image editor icon frosted glass"}, + bentoComponent: "reveal-icon", icon: Code} ]} title="Your Creative Powerhouse" description="Discover the innovative tools that empower your creativity. Each designed for simplicity, speed, and professional results."