Content Management
Event Information
Update the main event details in the hero section:
<!-- Event Title -->
<h1 class="hero-title">Your Event Name 2025</h1>
<!-- Event Date & Location -->
<div class="event-details">
<span><i class="fas fa-calendar"></i> December 15-17, 2025</span>
<span><i class="fas fa-map-marker-alt"></i> Your Venue, City</span>
</div>
<!-- Call to Action -->
<a href="#tickets" class="cta-button">Register Now</a>
Speaker Information
Add or modify speaker details in the speakers section:
<div class="speaker-card">
<img src="path/to/speaker-image.jpg" alt="Speaker Name">
<h3>Speaker Name</h3>
<p>Speaker Title</p>
<p>Speaker Bio</p>
<div class="social-links">
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>