«use client» import { Button } from «@/components/ui/button» import { Input } from «@/components/ui/input» import { TreePalmIcon as PalmTree, Globe, Wifi, MapPin, Mail, Phone, Menu, X, Instagram, Facebook, Twitter, Youtube, } from «lucide-react» import Link from «next/link» import Image from «next/image» import { useState } from «react» export default function IslandNomadLanding() { const [mobileMenuOpen, setMobileMenuOpen] = useState(false) return (
{/* Header */}
{/* Logo and name moved to the left */} Island Nomad
{/* Desktop navigation – now on the right */} {/* Social media icons – desktop */}
{/* Mobile menu button */}
{/* Mobile menu */} {mobileMenuOpen && (
)} {/* Hero Section with Background Image */}
{/* Background Image */}
Beautiful white sand beach with turquoise water in Canary Islands
{/* Lighter overlay for better visibility of the beach */}

Island Nomad

the way we live

We’ll never share your information. Read our{» «} Privacy Policy

{/* Features Section */}

Why Join Us?

Global Community

Connect with like-minded nomads from around the world and build lasting relationships.

Remote Work Resources

Access our curated list of coworking spaces, reliable wifi spots, and productivity tools.

Island Destinations

Discover the best island locations for digital nomads with our exclusive travel guides.

{/* Testimonials Section */}

What Our Nomads Say

Sofia Chen

Sofia Chen, 26

UX Designer

«Island Nomad helped me find my tribe. Working remotely while exploring beautiful islands has transformed my life and career.»

Marcus Johnson

Marcus Johnson, 35

Software Developer

«The community connections and coworking spaces recommended by Island Nomad have been invaluable for my productivity and work-life balance.»

Aisha Patel

Aisha Patel, 33

Content Creator

«I’ve discovered hidden gems and made lifelong friends through Island Nomad events. The support network is incredible.»

Carlos Mendez

Carlos Mendez, 43

Marketing Consultant

«After 15 years in corporate, Island Nomad gave me the confidence to take my skills on the road. Best decision I’ve ever made.»

{/* Weather Widget Section */}

Popular Nomad Destinations

Tenerife, Canary Islands

24°C / 75°F

Sunny

Gran Canaria

23°C / 73°F

Clear

Bali, Indonesia

30°C / 86°F

Partly Cloudy

Madeira, Portugal

22°C / 72°F

Mild

{/* Community Section */}

Our Community

Join a thriving network of digital nomads who call the islands home.

Weekly Meetups

Join our in-person gatherings to network and socialize with fellow nomads.

Skill Sharing

Learn from others and share your expertise in our community workshops.

Island Adventures

Explore hidden gems with group excursions to beautiful island locations.

{/* Contact Section */}

Join Our Community Today

Ready to embrace the nomadic lifestyle? Get in touch with us.

hello@islandnomad.com
+1 (234) 567-8900
{/* Footer */}
) }