import React from "react"; export default function AnimatedText({ text = "Grow your business with a new website.", }) { return ( <> ); }