more
This commit is contained in:
@@ -266,16 +266,22 @@ const HomePageB = () => {
|
||||
<div
|
||||
className="hero-imgbox"
|
||||
style={{
|
||||
backgroundImage: `url(https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/9ebe6b9b-10e5-4782-c15c-8374bed7f900/public)`,
|
||||
backgroundImage: `url(https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/038dfbe4-00e9-41f9-6b70-09e8e87fa600/public)`,
|
||||
backgroundSize: "cover",
|
||||
borderRadius: "20px",
|
||||
}}
|
||||
>
|
||||
<div className="hero-middle">{heroString}</div>
|
||||
<div className="hero-middle">{heroString2}</div>
|
||||
<div className="hero-text">
|
||||
Reclaim hours every week. Spend more time growing your practice,
|
||||
or just get home in time for dinner.
|
||||
<div className="hero-middle-box">
|
||||
<div className="hero-middle">{heroString}</div>
|
||||
<div className="hero-middle">{heroString2}</div>
|
||||
<div className="hero-button-box"></div>
|
||||
</div>
|
||||
|
||||
<div className="hero-text-box">
|
||||
<div className="hero-text">
|
||||
Reclaim hours every week. Spend more time growing your practice,
|
||||
or just get home in time for dinner.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user