Customizing the Hero Section
Customizing the Hero Section
1. Changing the Name:
Locate the
<h1>
tag within theHero
component.Modify the text within the
<h1>
tag to reflect the desired name.
2. Customizing the Description:
Locate the
<p>
tag with the classdescription
.Edit the text within the
<p>
tag to describe yourself or your business in a personalized manner.
3. Updating Contact Information:
Locate the
<a>
tag with the classcontactBtn
.Replace the
href
attribute value with your desired contact method (e.g., email, phone number, contact form link).
4. Changing the Hero Image:
Ensure you have the desired image prepared.
Replace the existing image file with your preferred image.
Update the
src
attribute of the<img>
tag with the new image path.
5. Previewing Changes:
After making desired customizations, save the file.
Preview your website to ensure the changes are reflected as intended.
Last updated