import Image from "next/image"; import UploadArea from "@/components/UploadArea"; import { NavigationMenu, NavigationMenuList, NavigationMenuItem, NavigationMenuLink, } from "@/components/ui/navigation-menu"; export default function Home() { return (
{/* Sticky Navigation */} {/* Main Content */}

Welcome to reYa Render

Whether you're working on animations, visualizations, or still images, our render farm is optimized to deliver high-quality results efficiently. Simply upload your files, and our system will take care of the rendering process, saving you time and computing power so you can focus on the creative side of your work.

3D Model
{/* Pricing Section */}

Available Plans

{/* Basic Plan */}
Basic
€9.99{" "} /month
  • 250 GB storage
  • Custom subdomain
  • Unlimited downloads
  • Password protected links
  • Basic analytics
{/* Standard Plan */}
Standard
€19.99{" "} /month
  • 500 GB storage
  • Custom subdomain
  • Unlimited downloads
  • Password protected links
  • Basic analytics
  • Custom branding & logo
  • Priority support
{/* Premium Plan */}
Premium
€39.99{" "} /month
  • 1 TB storage
  • Custom subdomain
  • Unlimited downloads
  • Password protected links
  • Basic analytics
  • Custom branding & logo
  • Priority support
  • Multiple user accounts
  • Team management
{/* Upload area below hero, same width as orange container */}

Start by uploading at least one .blend file

); }