Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-05 22:54:56 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -87,7 +87,7 @@ export default function HomePage() {
features={[
{
id: "1", title: "Plumbing Services", description: "From leak repairs to complete pipe installations, our licensed plumbers handle all your plumbing needs with precision and care.", media: {
imageSrc: "https://images.unsplash.com/photo-1585479542326-5ac408f4ae4f?w=600&h=400&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1585479542326-5ac408f4ae4f?w=600&h=400&fit=crop&_wi=1"
},
items: [
{ icon: Droplets, text: "Leak Repairs" },
@@ -99,7 +99,7 @@ export default function HomePage() {
},
{
id: "2", title: "Hot Water Tank Services", description: "Professional installation, replacement, and repair of hot water tanks and tankless systems to keep your home comfortable.", media: {
imageSrc: "https://images.unsplash.com/photo-1621905251538-48416bd8575a?w=600&h=400&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1621905251538-48416bd8575a?w=600&h=400&fit=crop&_wi=1"
},
items: [
{ icon: Zap, text: "Installation" },
@@ -111,7 +111,7 @@ export default function HomePage() {
},
{
id: "3", title: "Heating Services", description: "Keep your home warm all winter with our expert furnace and boiler installation, repair, and maintenance services.", media: {
imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=600&h=400&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=600&h=400&fit=crop&_wi=1"
},
items: [
{ icon: Flame, text: "Furnace Installation" },
@@ -202,7 +202,7 @@ export default function HomePage() {
tagIcon={PhoneCall}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="https://images.unsplash.com/photo-1585479542326-5ac408f4ae4f?w=600&h=400&fit=crop"
imageSrc="https://images.unsplash.com/photo-1585479542326-5ac408f4ae4f?w=600&h=400&fit=crop&_wi=2"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
@@ -214,7 +214,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=400&fit=crop"
imageSrc="https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=400&fit=crop&_wi=1"
imageAlt="Plumbing and heating services"
logoText="Westernish Plumbing & Heating"
columns={[

View File

@@ -49,7 +49,7 @@ export default function ServicesPage() {
features={[
{
id: "1", title: "Plumbing Services", description: "From leak repairs to complete pipe installations, our licensed plumbers handle all your plumbing needs with precision and care. We diagnose problems quickly and provide lasting solutions.", media: {
imageSrc: "https://images.unsplash.com/photo-1585479542326-5ac408f4ae4f?w=600&h=400&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1585479542326-5ac408f4ae4f?w=600&h=400&fit=crop&_wi=3"
},
items: [
{ icon: Droplets, text: "Leak Repairs" },
@@ -61,7 +61,7 @@ export default function ServicesPage() {
},
{
id: "2", title: "Hot Water Tank Services", description: "Professional installation, replacement, and repair of hot water tanks and tankless systems. We help you choose the right system for your home and budget.", media: {
imageSrc: "https://images.unsplash.com/photo-1621905251538-48416bd8575a?w=600&h=400&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1621905251538-48416bd8575a?w=600&h=400&fit=crop&_wi=2"
},
items: [
{ icon: Zap, text: "Installation" },
@@ -73,7 +73,7 @@ export default function ServicesPage() {
},
{
id: "3", title: "Heating Services", description: "Keep your home warm all winter with our expert furnace and boiler installation, repair, and maintenance services. Emergency heating repairs available 24/7.", media: {
imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=600&h=400&fit=crop"
imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=600&h=400&fit=crop&_wi=2"
},
items: [
{ icon: Flame, text: "Furnace Installation" },
@@ -108,7 +108,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=400&fit=crop"
imageSrc="https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=400&fit=crop&_wi=2"
imageAlt="Plumbing and heating services"
logoText="Westernish Plumbing & Heating"
columns={[