hero video adjustment, image conversion to webp, mobile navigation optimazation
This commit is contained in:
+4
-4
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>About Lahr Carpet Cleaning | Waterloo NY</title>
|
||||
<link rel="stylesheet" href="/assets/css/styles.css?v=5">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css?v=6">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
||||
</head>
|
||||
<body>
|
||||
@@ -14,7 +14,7 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section class="page-hero" style="background-image: url('/assets/images/hero/hero-about.jpg'); background-size: cover; background-position: center;">
|
||||
<section class="page-hero" style="background-image: url('/assets/images/hero/hero-about.webp'); background-size: cover; background-position: center;">
|
||||
<div class="container">
|
||||
<div class="page-hero-content">
|
||||
<span class="hero-eyebrow">Waterloo, NY — Finger Lakes Region</span>
|
||||
@@ -29,7 +29,7 @@
|
||||
<div class="container">
|
||||
<div class="service-detail-row">
|
||||
<div class="service-detail-image">
|
||||
<img src="/assets/images/hero/hero-about.jpg" alt="Lahr Carpet Cleaning technician at work" style="width:100%;height:500px;object-fit:cover;border-radius:6px;">
|
||||
<img src="/assets/images/hero/hero-about.webp" alt="Lahr Carpet Cleaning technician at work" style="width:100%;height:500px;object-fit:cover;border-radius:6px;">
|
||||
</div>
|
||||
<div class="service-detail-content">
|
||||
<span class="section-label">Who We Are</span>
|
||||
@@ -98,7 +98,7 @@
|
||||
<p class="service-detail-desc">We serve homes, rental properties, offices, and commercial spaces throughout Seneca, Ontario, Schuyler, and Yates counties. If you are not sure we cover your area, give us a call at <a href="tel:315-719-1218" class="text-accent">315-719-1218</a>.</p>
|
||||
</div>
|
||||
<div class="service-detail-image">
|
||||
<img src="/assets/images/hero/hero-about.jpg" alt="Clean living room carpet in Finger Lakes home" style="width:100%;height:420px;object-fit:cover;border-radius:6px;">
|
||||
<img src="/assets/images/hero/hero-about.webp" alt="Clean living room carpet in Finger Lakes home" style="width:100%;height:420px;object-fit:cover;border-radius:6px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user