import { Button } from './ui/button'; import { Input } from './ui/input'; import { Mail } from 'lucide-react'; import { motion } from 'motion/react'; import { ImageWithFallback } from './figma/ImageWithFallback'; export function NewsletterSection() { return (
{/* Background Pattern */}
{/* Subtle Grid Pattern */}
{/* Floating Email Icons */}
{/* Main Content */}
{/* Main Heading with Typography Guidelines */}

Get
travel tips &
exclusive offers.

We recommend you to subscribe, drop your email below to get daily update about us
{/* Newsletter Subscription Interface */} {/* Email Subscription Bar */}
{/* Trust Indicators */}
No spam, unsubscribe anytime
Read our Privacy Policy
Join 10,000+ subscribers
{/* Additional Info */} Get exclusive travel tips, destination guides, and special offers delivered to your inbox
{/* Bottom Decorative Elements */}
); }