fix: adjust video height

This commit is contained in:
Val 2025-02-25 02:07:34 +07:00
parent 3a9f9b819e
commit 88e0c623cf

View File

@ -7,7 +7,7 @@ export default function Hero6() {
return (
<section className="home-section bg-dark-1 bg-dark-alpha-30 light-content scrollSpysection" id="home">
<div className="container min-height-100vh d-flex align-items-center pt-100 pb-100 pt-sm-120 pb-sm-120">
<div className="container min-h-[80vh] d-flex align-items-center pt-100 pb-100 pt-sm-120 pb-sm-120">
{/* Background Video */}
{/* Please replace the video file in folder "video" with your own file */}
<div className="bg-video-wrapper">
@ -20,16 +20,10 @@ export default function Hero6() {
<div className="home-content">
<div className="row">
{/* Home Section Text */}
<div className="col-md-10 offset-md-1 mb-20 mb-sm-0">
<h2 className="hs-title-11 mb-30 mb-xs-10">Healing Begins Here</h2>
<h1 className="hs-title-12 mb-50 mb-sm-30">
<span className="wow charsAnimIn" data-splitting="chars">
Cochise Oncology
</span>
</h1>
<p className="section-descr mb-50" data-wow-delay="0.6s" data-wow-duration="1.2s">
Southern Arizonas Only Complete Cancer Treatment Center in Sierra Vista.
</p>
<div className="col-md-10 offset-md-1">
<h2 className="hs-title-11">Healing Begins Here</h2>
<h1 className="hs-title-9">Cochise Oncology</h1>
<p>Southern Arizonas Only Complete Cancer Treatment Center in Sierra Vista.</p>
<a
href="#about"
className="btn btn-mod btn-border-w btn-large btn-round ms-1 me-1 mt-2 align-middle w-full md:w-1/4 hover:opacity-[0.5]"