export default function ElaraConstellationSite() { return (
{/* Hero Section */}
{/* Stars */}
{[...Array(120)].map((_, i) => (
))}

Elara

A mythical constellation woven through the northern skies, symbolizing mystery, navigation, and celestial wonder.

{/* About Section */}

The Legend of Elara

According to ancient storytellers, Elara was a constellation used by travelers to navigate vast oceans and desert plains. Its brightest stars were believed to guide wanderers safely home.

Modern astronomers continue to admire the brilliance and symmetry of Elara’s celestial arrangement, often describing it as one of the most visually captivating star formations in the night sky.

{/* Constellation graphic */} {/* Lines */} {/* Stars */} {[ [100, 120], [220, 180], [320, 130], [390, 240], [260, 330], [140, 280], ].map(([x, y], index) => ( ))}
{/* Features Section */}

Celestial Highlights

{[ { title: 'Guiding Light', text: 'Elara was historically associated with navigation and exploration.', }, { title: 'Radiant Stars', text: 'Its brightest stars are visible during clear winter nights.', }, { title: 'Myth & Wonder', text: 'Legends describe Elara as a bridge between worlds and dreams.', }, ].map((item, index) => (

{item.title}

{item.text}

))}
{/* Footer */}
) }