import React from "react"; import { motion } from "framer-motion"; export default function VaisPlaceholder() { return (

VAIS

Something powerful is coming soon.

© {new Date().getFullYear()} Vais. All rights reserved.

); }