import React from 'react';
import { motion } from 'framer-motion';
export default function Home() {
return (
{/* Cloud Background with zoom in/out animation */}
{/* Subtle gradient overlay for depth */}
{/* Main Content */}
{/* Business Cards */}
{/* Front Card */}
{/* Back Card */}
{/* Tagline */}
No destination is too far away
);
}