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 */}
Ellington Travel Business Card Front
{/* Back Card */}
Ellington Travel Business Card Back
{/* Tagline */} No destination is too far away
); }