Components Maps Retro Maps Component

Retro Maps Component

A simple, responsive, and dark-mode compatible Maps Component with a retro/vintage aesthetic, vibrant color scheme, and business/corporate purpose, built with Tailwind CSS.

Preview

HTML Code

<section class="bg-gray-100 dark:bg-gray-900 py-12">
  <div class="container mx-auto px-4">
    <h2 class="text-3xl font-bold text-center text-gray-800 dark:text-white mb-8">Our Location</h2>
    <div class="relative">
      <img src="https://picsum.photos/seed/maps/800/400" alt="Map of our location" class="w-full h-96 object-cover rounded-lg shadow-lg">
      <div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-50 rounded-lg"></div>
      <div class="absolute bottom-0 left-0 right-0 p-6 text-white">
        <h3 class="text-2xl font-semibold mb-2">Find Us Here</h3>
        <p class="text-gray-300">123 Main Street, Anytown, USA</p>
      </div>
    </div>
  </div>
</section>

Related Components

Maps Component

A simple Maps component with Glassmorphism design, Grayscale color scheme, and a simple layout. It is responsive and supports dark mode.

Open

Minimalist Monochromatic Business Maps Component

A responsive and interactive map component designed for business and corporate websites, featuring a minimalist flat design, monochromatic color scheme, and dark mode support. Includes a placeholder map image and contact details placeholders.

Open

3D Maps Component

Responsive 3D map component for business websites with dark mode support.

Open