Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-12 17:11:26 +00:00
2 changed files with 11 additions and 7 deletions

View File

@@ -79,16 +79,20 @@ export default function LandingPage() {
tagIcon={Zap}
features={[
{
id: "1", title: "Installation", description: "Expert installation of air conditioning systems for homes and businesses, ensuring optimal performance and energy efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-equipment_23-2148921407.jpg", imageAlt: "AC installation service"
id: 1,
title: "Installation", description: "Expert installation of air conditioning systems for homes and businesses, ensuring optimal performance and energy efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-equipment_23-2148921407.jpg", imageAlt: "AC installation service"
},
{
id: "2", title: "Maintenance", description: "Regular system servicing to keep your air conditioning running smoothly, preventing breakdowns and extending equipment life.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg", imageAlt: "AC maintenance service"
id: 2,
title: "Maintenance", description: "Regular system servicing to keep your air conditioning running smoothly, preventing breakdowns and extending equipment life.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg", imageAlt: "AC maintenance service"
},
{
id: "3", title: "Repair", description: "Fast, reliable repair services with quick response times. We diagnose and fix any cooling system issues promptly.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-equipment_23-2148921407.jpg", imageAlt: "AC repair service"
id: 3,
title: "Repair", description: "Fast, reliable repair services with quick response times. We diagnose and fix any cooling system issues promptly.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-equipment_23-2148921407.jpg", imageAlt: "AC repair service"
},
{
id: "4", title: "Diagnosis", description: "Thorough fault diagnosis to identify problems with your system. We provide detailed reports and recommended solutions.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg", imageAlt: "AC system diagnosis"
id: 4,
title: "Diagnosis", description: "Thorough fault diagnosis to identify problems with your system. We provide detailed reports and recommended solutions.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg", imageAlt: "AC system diagnosis"
}
]}
textboxLayout="default"
@@ -191,4 +195,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -3,7 +3,7 @@ import React from 'react';
interface SvgTextLogoProps {
text: string;
className?: string;
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline';
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'alphabetic' | 'ideographic' | 'mathematical' | 'text-before-edge' | 'central' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'inherit';
}
export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
@@ -31,4 +31,4 @@ export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
);
};
export default SvgTextLogo;
export default SvgTextLogo;