5 Commits

Author SHA1 Message Date
cf1f0b9e19 Update src/app/page.tsx 2026-03-05 09:11:05 +00:00
d9352663d8 Merge version_2 into main
Merge version_2 into main
2026-03-05 08:28:35 +00:00
31de327414 Update src/app/page.tsx 2026-03-05 08:28:30 +00:00
7521014b1a Update src/app/layout.tsx 2026-03-05 08:28:29 +00:00
ce8790d83f Merge version_1 into main
Merge version_1 into main
2026-03-05 08:26:49 +00:00
2 changed files with 36 additions and 137 deletions

View File

@@ -7,47 +7,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const halant = Halant({ const halant = Halant({
variable: "--font-halant", variable: "--font-halant", subsets: ["latin"],
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"], weight: ["300", "400", "500", "600", "700"],
}); });
const inter = Inter({ const inter = Inter({
variable: "--font-inter", variable: "--font-inter", subsets: ["latin"],
subsets: ["latin"],
}); });
const mulish = Mulish({ const mulish = Mulish({
variable: "--font-mulish", variable: "--font-mulish", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Twin Cool Engineers | AC Installation & Repair Ahmedabad | Authorized Blue Star Partner", title: "Twin Cool Engineers | AC Installation & Repair Ahmedabad | Authorized Blue Star Partner", description: "Trusted HVAC contractor in Ahmedabad. AC installation, repair, commercial cooling, VRF & chiller systems. 4.7★ rated. 24/7 emergency service. Free quote.", keywords: "AC repair Ahmedabad, AC installation Ahmedabad, HVAC contractor Ahmedabad, Blue Star AC dealer, ductable AC, commercial HVAC, VRF systems, chiller systems", metadataBase: new URL("https://www.twincoolengineers.com"),
description: "Trusted HVAC contractor in Ahmedabad. AC installation, repair, commercial cooling, VRF & chiller systems. 4.7★ rated. 24/7 emergency service. Free quote.",
keywords: "AC repair Ahmedabad, AC installation Ahmedabad, HVAC contractor Ahmedabad, Blue Star AC dealer, ductable AC, commercial HVAC, VRF systems, chiller systems",
metadataBase: new URL("https://www.twincoolengineers.com"),
alternates: { alternates: {
canonical: "https://www.twincoolengineers.com", canonical: "https://www.twincoolengineers.com"},
},
openGraph: { openGraph: {
title: "Twin Cool Engineers | Professional HVAC Services in Ahmedabad", title: "Twin Cool Engineers | Professional HVAC Services in Ahmedabad", description: "Authorized Blue Star partner offering AC sales, installation, repair & commercial cooling solutions. 4.7★ rated, 24/7 support.", url: "https://www.twincoolengineers.com", siteName: "Twin Cool Engineers", images: [
description: "Authorized Blue Star partner offering AC sales, installation, repair & commercial cooling solutions. 4.7★ rated, 24/7 support.",
url: "https://www.twincoolengineers.com",
siteName: "Twin Cool Engineers",
images: [
{ {
url: "http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg", url: "http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg", alt: "AC installation and repair services"},
alt: "AC installation and repair services",
},
], ],
type: "website", type: "website"},
},
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Twin Cool Engineers - AC Repair & Installation Ahmedabad", description: "Professional HVAC contractor. AC installation, repair, maintenance. Authorized Blue Star partner. Call 24/7.", images: ["http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg"],
title: "Twin Cool Engineers - AC Repair & Installation Ahmedabad",
description: "Professional HVAC contractor. AC installation, repair, maintenance. Authorized Blue Star partner. Call 24/7.",
images: ["http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg"],
}, },
robots: { robots: {
index: true, index: true,

View File

@@ -93,8 +93,8 @@ export default function HomePage() {
tagIcon={Zap} tagIcon={Zap}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Get Free AC Quote", href: "/contact" },
{ text: "Call Now", href: "tel:+919999999999" }, { text: "Call Now", href: "tel:+919999999999" },
{ text: "Get Free Quote", href: "/contact" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg" imageSrc="http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg"
@@ -108,29 +108,11 @@ export default function HomePage() {
<MetricCardEleven <MetricCardEleven
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "4.7★", title: "Google Rating", description: "Trusted by 35+ local customers", imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=1", imageAlt: "customer service support team professional help"},
value: "4.7★",
title: "Google Rating",
description: "Trusted by 35+ local customers",
imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=1",
imageAlt: "customer service support team professional help",
},
{ {
id: "2", id: "2", value: "Blue Star", title: "Authorized Partner", description: "Official AC sales and service provider", imageSrc: "http://img.b2bpic.net/free-vector/monogram-letter-logo-design-template_23-2151023079.jpg?_wi=1", imageAlt: "Blue Star logo AC brand appliance brand"},
value: "Blue Star",
title: "Authorized Partner",
description: "Official AC sales and service provider",
imageSrc: "http://img.b2bpic.net/free-vector/monogram-letter-logo-design-template_23-2151023079.jpg?_wi=1",
imageAlt: "Blue Star logo AC brand appliance brand",
},
{ {
id: "3", id: "3", value: "24/7", title: "Quick Response", description: "Emergency repair and support available", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=1", imageAlt: "technician portrait professional headshot HVAC expert"},
value: "24/7",
title: "Quick Response",
description: "Emergency repair and support available",
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=1",
imageAlt: "technician portrait professional headshot HVAC expert",
},
]} ]}
title="Why Trust Twin Cool Engineers" title="Why Trust Twin Cool Engineers"
description="Authorized dealer with proven expertise in residential and commercial cooling solutions" description="Authorized dealer with proven expertise in residential and commercial cooling solutions"
@@ -143,53 +125,29 @@ export default function HomePage() {
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardOne <FeatureCardOne
title="Our Services" title="Our Services"
description="Comprehensive AC and commercial cooling solutions for homes, offices, schools, and businesses" description="Fast installations, expert repairs, and 24/7 emergency support for all your cooling needs"
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "AC Installation", title: "AC Installation", description: "Professional installation of window, split, and ductable AC systems with warranty", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1", imageAlt: "AC installation technician air conditioning setup", button: { text: "Learn More", href: "/services" },
description: "Professional installation of window, split, and ductable AC systems with warranty",
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1",
imageAlt: "AC installation technician air conditioning setup",
button: { text: "Learn More", href: "/services" },
}, },
{ {
title: "AC Repair & Service", title: "AC Repair & Service", description: "Quick repair service, maintenance, and troubleshooting for all AC brands", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2", imageAlt: "AC repair technician repair maintenance service", button: { text: "Get Service", href: "tel:+919999999999" },
description: "Quick repair service, maintenance, and troubleshooting for all AC brands",
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2",
imageAlt: "AC repair technician repair maintenance service",
button: { text: "Get Service", href: "tel:+919999999999" },
}, },
{ {
title: "Ductable AC Systems", title: "Ductable AC Systems", description: "Centralized cooling solutions for offices, shops, and commercial buildings", imageSrc: "http://img.b2bpic.net/free-photo/focused-male-plant-engineer-hardhat-glasses-operating-industrial-machine-pushing-buttons-control-panel_74855-16376.jpg?_wi=1", imageAlt: "ductable AC split AC commercial cooling", button: { text: "Inquire Now", href: "/contact" },
description: "Centralized cooling solutions for offices, shops, and commercial buildings",
imageSrc: "http://img.b2bpic.net/free-photo/focused-male-plant-engineer-hardhat-glasses-operating-industrial-machine-pushing-buttons-control-panel_74855-16376.jpg?_wi=1",
imageAlt: "ductable AC split AC commercial cooling",
button: { text: "Inquire Now", href: "/contact" },
}, },
{ {
title: "VRF Systems", title: "VRF Systems", description: "Advanced variable refrigerant flow systems for large commercial spaces", imageSrc: "http://img.b2bpic.net/free-photo/smoke-pipe-industry-factory_1127-3436.jpg?_wi=1", imageAlt: "VRF system variable refrigerant flow commercial HVAC", button: { text: "More Info", href: "/services" },
description: "Advanced variable refrigerant flow systems for large commercial spaces",
imageSrc: "http://img.b2bpic.net/free-photo/smoke-pipe-industry-factory_1127-3436.jpg?_wi=1",
imageAlt: "VRF system variable refrigerant flow commercial HVAC",
button: { text: "More Info", href: "/services" },
}, },
{ {
title: "Chiller Systems", title: "Chiller Systems", description: "Industrial-grade chiller installations for hospitals, schools, and large facilities", imageSrc: "http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-industry-background-process-production_645730-439.jpg?_wi=1", imageAlt: "chiller system industrial cooling commercial refrigeration", button: { text: "Contact Us", href: "/contact" },
description: "Industrial-grade chiller installations for hospitals, schools, and large facilities",
imageSrc: "http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-industry-background-process-production_645730-439.jpg?_wi=1",
imageAlt: "chiller system industrial cooling commercial refrigeration",
button: { text: "Contact Us", href: "/contact" },
}, },
{ {
title: "AMC Services", title: "AMC Services", description: "Annual Maintenance Contracts for worry-free AC operation year-round", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1", imageAlt: "maintenance contract AC service preventive maintenance", button: { text: "Subscribe Now", href: "/contact" },
description: "Annual Maintenance Contracts for worry-free AC operation year-round",
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1",
imageAlt: "maintenance contract AC service preventive maintenance",
button: { text: "Subscribe Now", href: "/contact" },
}, },
]} ]}
/> />
@@ -212,41 +170,17 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Rajesh Kumar", role: "Homeowner", company: "Residential Client", rating: 5,
name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=2", imageAlt: "customer service support team professional help"},
role: "Homeowner",
company: "Residential Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=2",
imageAlt: "customer service support team professional help",
},
{ {
id: "2", id: "2", name: "Priya Patel", role: "Office Manager", company: "Tech Company", rating: 5,
name: "Priya Patel", imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=3", imageAlt: "customer service support team professional help"},
role: "Office Manager",
company: "Tech Company",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=3",
imageAlt: "customer service support team professional help",
},
{ {
id: "3", id: "3", name: "Arjun Sharma", role: "School Principal", company: "Educational Institute", rating: 5,
name: "Arjun Sharma", imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=4", imageAlt: "customer service support team professional help"},
role: "School Principal",
company: "Educational Institute",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=4",
imageAlt: "customer service support team professional help",
},
{ {
id: "4", id: "4", name: "Meera Desai", role: "Shop Owner", company: "Retail Business", rating: 5,
name: "Meera Desai", imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=5", imageAlt: "customer service support team professional help"},
role: "Shop Owner",
company: "Retail Business",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-support-customer-woman-talking-into-headset-microphone-with-call-center-customer-while-working-startup-company-office-caucasian-female-consultant-providing-telemarketing-service_482257-28282.jpg?_wi=5",
imageAlt: "customer service support team professional help",
},
]} ]}
kpiItems={[ kpiItems={[
{ value: "35+", label: "Verified Reviews" }, { value: "35+", label: "Verified Reviews" },
@@ -265,35 +199,17 @@ export default function HomePage() {
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "How quickly can you respond to emergency AC repairs?", content: "We offer 24/7 emergency service in Ahmedabad. Most calls are attended within 1-2 hours depending on location and availability. Call us immediately at +91-XXXX-XXXX-XX for urgent repairs."},
title: "How quickly can you respond to emergency AC repairs?",
content: "We offer 24/7 emergency service in Ahmedabad. Most calls are attended within 1-2 hours depending on location and availability. Call us immediately at +91-XXXX-XXXX-XX for urgent repairs.",
},
{ {
id: "2", id: "2", title: "Are you an authorized Blue Star dealer?", content: "Yes! We are an authorized Blue Star Channel Partner. This means you get genuine products, expert service, and full warranty support on all Blue Star AC installations and repairs."},
title: "Are you an authorized Blue Star dealer?",
content: "Yes! We are an authorized Blue Star Channel Partner. This means you get genuine products, expert service, and full warranty support on all Blue Star AC installations and repairs.",
},
{ {
id: "3", id: "3", title: "What is included in your Annual Maintenance Contract (AMC)?", content: "Our AMC includes regular servicing, filter replacement, cleaning, performance checks, and priority repair service. It ensures your AC runs efficiently throughout the year and helps prevent major breakdowns."},
title: "What is included in your Annual Maintenance Contract (AMC)?",
content: "Our AMC includes regular servicing, filter replacement, cleaning, performance checks, and priority repair service. It ensures your AC runs efficiently throughout the year and helps prevent major breakdowns.",
},
{ {
id: "4", id: "4", title: "Do you install commercial HVAC systems like VRF and chillers?", content: "Yes! We specialize in commercial cooling solutions including ductable AC systems, VRF systems, chiller installations, and complete commercial HVAC solutions for offices, schools, hospitals, and industrial facilities."},
title: "Do you install commercial HVAC systems like VRF and chillers?",
content: "Yes! We specialize in commercial cooling solutions including ductable AC systems, VRF systems, chiller installations, and complete commercial HVAC solutions for offices, schools, hospitals, and industrial facilities.",
},
{ {
id: "5", id: "5", title: "How much does AC installation cost?", content: "Installation costs vary based on the AC type, capacity, and installation complexity. We provide free quotes after site inspection. Contact us or fill the form for a customized estimate."},
title: "How much does AC installation cost?",
content: "Installation costs vary based on the AC type, capacity, and installation complexity. We provide free quotes after site inspection. Contact us or fill the form for a customized estimate.",
},
{ {
id: "6", id: "6", title: "What areas in Ahmedabad do you service?", content: "We provide service across Ahmedabad and nearby areas including Vastrapur, Satellite, SG Highway, Thaltej, Kalol, and surrounding regions. Contact us to confirm service availability in your area."},
title: "What areas in Ahmedabad do you service?",
content: "We provide service across Ahmedabad and nearby areas including Vastrapur, Satellite, SG Highway, Thaltej, Kalol, and surrounding regions. Contact us to confirm service availability in your area.",
},
]} ]}
/> />
</div> </div>