This commit is contained in:
Kenneth Jannette
2024-04-22 11:26:46 -05:00
parent 49c7609fb8
commit 88823295ec
3 changed files with 2 additions and 3 deletions

View File

@@ -346,7 +346,7 @@ const HomePageB = () => {
<div className="hero-test-pic-box"> <div className="hero-test-pic-box">
<img <img
className="hero-testi-face" className="hero-testi-face"
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/dfa2feb0-c3fe-4da8-3ec5-ada7961d8700/public" src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/bdb625eb-2949-4416-f675-6660e1a04f00/public"
></img> ></img>
</div> </div>
<div className="hero-testi-text"></div> <div className="hero-testi-text"></div>

View File

@@ -82,7 +82,6 @@ section.section-one {
} }
.hero-imgbox { .hero-imgbox {
background-image: url("../Assets/Images/opac_butta.png") no-repeat;
height: 700px; height: 700px;
width: 1360px; width: 1360px;
z-index: 1; z-index: 1;

View File

@@ -4,7 +4,7 @@
.navbar-main { .navbar-main {
height: 5rem; height: 5rem;
background-color: #e2fffe; background-color: rgb(240, 247, 250);
color: var(--accent-orange); color: var(--accent-orange);
.navbar-nav { .navbar-nav {
gap: 1.3rem; gap: 1.3rem;