Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dd9de2ab84 | |||
| 5a417f3164 | |||
| 51b3f00fda | |||
| 52462d6d14 | |||
| 41da6b70d1 |
1413
src/app/layout.tsx
1413
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "AC Repair", description: "Fast diagnosis and professional repair for all major air conditioning systems. Same-day emergency service available for urgent cooling needs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-sitting-table-working-laptop-co-working-office_1153-4314.jpg?_wi=2", imageAlt: "AC repair service" },
|
||||
id: "1", title: "AC Repair", description: "Fast diagnosis and professional repair for all major air conditioning systems. Same-day emergency service available for urgent cooling needs—so you're never without comfort when you need it most.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-sitting-table-working-laptop-co-working-office_1153-4314.jpg?_wi=2", imageAlt: "AC repair service" },
|
||||
items: [
|
||||
{ icon: Zap, text: "Quick emergency response" },
|
||||
{ icon: CheckCircle, text: "All AC brands covered" },
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "AC Installation", description: "Energy-efficient air conditioning installation for homes and businesses. Premium units with 10+ year warranties and professional setup.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dirty-broken-inside-compartments-air-conditioner_632498-1086.jpg", imageAlt: "AC installation" },
|
||||
id: "2", title: "AC Installation", description: "Energy-efficient air conditioning installation for homes and businesses. Premium units with 10+ year warranties and professional setup—ensuring long-term cooling performance and lower energy bills for years to come.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dirty-broken-inside-compartments-air-conditioner_632498-1086.jpg", imageAlt: "AC installation" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Energy-efficient units" },
|
||||
{ icon: Shield, text: "10-year warranty" },
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Heating Repair", description: "Professional furnace and heating system repairs. Winter heating emergencies handled 24/7 with priority response times.", media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881158.jpg", imageAlt: "Heating repair" },
|
||||
id: "3", title: "Heating Repair", description: "Professional furnace and heating system repairs. Winter heating emergencies handled 24/7 with priority response times—keeping your family warm and safe through the coldest months.", media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881158.jpg", imageAlt: "Heating repair" },
|
||||
items: [
|
||||
{ icon: Zap, text: "24/7 emergency service" },
|
||||
{ icon: CheckCircle, text: "All furnace types" },
|
||||
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "4", title: "HVAC Maintenance", description: "Seasonal tune-ups and preventive maintenance to prevent breakdowns. Regular service extends equipment life and improves efficiency.", media: { imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg", imageAlt: "Maintenance service" },
|
||||
id: "4", title: "HVAC Maintenance", description: "Seasonal tune-ups and preventive maintenance to prevent breakdowns. Regular service extends equipment life and improves efficiency—saving you from costly emergency repairs and unexpected downtime.", media: { imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg", imageAlt: "Maintenance service" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Prevent breakdowns" },
|
||||
{ icon: Zap, text: "Improve efficiency" },
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "5", title: "Thermostat Installation", description: "Smart thermostat installation and programming. Modern thermostats improve comfort and reduce energy costs significantly.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278607.jpg", imageAlt: "Thermostat installation" },
|
||||
id: "5", title: "Thermostat Installation", description: "Smart thermostat installation and programming. Modern thermostats improve comfort and reduce energy costs significantly—giving you total control and peace of mind from anywhere via your smartphone.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278607.jpg", imageAlt: "Thermostat installation" },
|
||||
items: [
|
||||
{ icon: Zap, text: "Smart technology" },
|
||||
{ icon: CheckCircle, text: "Energy savings" },
|
||||
|
||||
Reference in New Issue
Block a user