Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd9a3426d1 | |||
| 3e8860f232 | |||
| 7414af78dd | |||
| 10ccba4ca9 | |||
| 01590b7e37 | |||
| f5da0fad82 | |||
| 1fc11b1864 | |||
| 863f42ebe1 | |||
| f4c09c5576 | |||
| ee7d195c35 | |||
| 3e7f31fe57 | |||
| 8a7325c5b4 | |||
| 01ae917e44 | |||
| 15d296dc65 | |||
| 81b63caf39 | |||
| 8208ff7d99 | |||
| b0440e3f37 | |||
| 9314cd04f3 |
@@ -2,12 +2,48 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Call Now", href: "/contact"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "AC Repair & Maintenance", href: "/services" },
|
||||
{ label: "Refrigerator Repair", href: "/services" },
|
||||
{ label: "Gas Refilling", href: "/services" },
|
||||
{ label: "Compressor Repair", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Why Choose Us", href: "/" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info", items: [
|
||||
{ label: "📞 +91 99463 68923", href: "tel:+919946368923" },
|
||||
{ label: "Balapuram, Naduvil P.O, Kannur", href: "#" },
|
||||
{ label: "Kerala – 670582", href: "#" },
|
||||
{ label: "WhatsApp Message", href: "https://wa.me/919946368923" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -23,95 +59,57 @@ export default function AboutPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "/contact",
|
||||
}}
|
||||
navItems={navItems}
|
||||
button={navButton}
|
||||
brandName="Cool World"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<FeatureCardTwentyFour
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Trusted Local Technician",
|
||||
author: "10+ Years Experience",
|
||||
description:
|
||||
"Reliable and experienced repair professionals serving Kannur and nearby areas with proven expertise in all appliance types.",
|
||||
tags: ["Trusted", "Local"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-131901.jpg?_wi=2",
|
||||
imageAlt: "professional technician trusted reliable service",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Quick Home Service",
|
||||
author: "Same Day Service",
|
||||
description:
|
||||
"We offer same-day service at your convenience. Fast response times and professional on-site repairs without hassle.",
|
||||
tags: ["Quick", "Convenient"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-looking-information-control-panel-dishwasher_259150-58285.jpg?_wi=2",
|
||||
imageAlt: "fast quick service technician same day",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Affordable Pricing",
|
||||
author: "Honest Rates",
|
||||
description:
|
||||
"Transparent and honest pricing with no hidden charges. Quality service at competitive rates for homeowners and businesses.",
|
||||
tags: ["Affordable", "Transparent"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/word-save-circled-red-list-spending-surrounded-by-pencils-graphs-books-calculator_1101-3199.jpg?_wi=2",
|
||||
imageAlt: "affordable budget friendly service cost",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Service in Kannur Area",
|
||||
author: "Wide Coverage",
|
||||
description:
|
||||
"Serving all of Kannur and nearby areas including Balapuram, Naduvil, and surrounding regions with reliable service.",
|
||||
tags: ["Coverage", "Local"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-smiley-delivery-guy_23-2148546091.jpg?_wi=2",
|
||||
imageAlt: "service coverage wide area delivery",
|
||||
},
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
title="About Cool World Refrigeration"
|
||||
description={[
|
||||
"Cool World Refrigeration is a trusted name in home appliance repair services across Kannur and surrounding areas. With over 10 years of experience in the industry, we have built a reputation for providing fast, reliable, and affordable repair solutions for air conditioning units, refrigerators, and other cooling appliances.", "Our mission is to ensure that every customer receives professional, honest, and efficient service. We understand how essential these appliances are to your daily life, which is why we commit to quick response times and transparent pricing. Our team of certified technicians brings expertise, integrity, and dedication to every job.", "We believe in building long-term relationships with our customers through consistent quality service, fair pricing, and genuine care for their needs."
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Why Choose Us"
|
||||
description="We deliver trusted, fast, and affordable appliance repair services in Kannur with experienced technicians"
|
||||
tag="Why Us"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "Book Service", href: "/contact" },
|
||||
{ text: "Call Us", href: "tel:+919946368923" },
|
||||
]}
|
||||
showBorder={false}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to learn more about our services or need immediate assistance? Contact Cool World Refrigeration today for expert advice and reliable support."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
<div id="why-choose-us" data-section="why-choose-us">
|
||||
<FeatureCardTwentyFour
|
||||
title="Why Choose Cool World Refrigeration"
|
||||
description="Discover what sets us apart from other service providers in Kannur"
|
||||
tag="Our Values"
|
||||
features={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919946368923",
|
||||
},
|
||||
id: "1", title: "Experienced & Certified Technicians", author: "10+ Years Expertise", description:
|
||||
"Our team comprises certified professionals with extensive knowledge of all appliance types. We stay updated with the latest repair techniques and technologies to provide the best service.", tags: ["Expertise", "Certified"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-131901.jpg?_wi=1", imageAlt: "certified technicians expertise"},
|
||||
{
|
||||
text: "Book Service",
|
||||
href: "/contact",
|
||||
},
|
||||
id: "2", title: "Fast Response & Same-Day Service", author: "Quick Solutions", description:
|
||||
"We understand that a broken appliance is an emergency. Our rapid response team ensures same-day service appointments at your convenience, minimizing your downtime.", tags: ["Fast", "Reliable"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-looking-information-control-panel-dishwasher_259150-58285.jpg?_wi=1", imageAlt: "fast service response"},
|
||||
{
|
||||
id: "3", title: "Transparent & Honest Pricing", author: "No Hidden Charges", description:
|
||||
"We believe in fair pricing practices. Every quote is transparent with no hidden charges. You know exactly what you're paying for before we begin any work.", tags: ["Affordable", "Transparent"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/word-save-circled-red-list-spending-surrounded-by-pencils-graphs-books-calculator_1101-3199.jpg?_wi=1", imageAlt: "transparent pricing honest rates"},
|
||||
{
|
||||
id: "4", title: "Warranty on Parts & Service", author: "Quality Guarantee", description:
|
||||
"We stand behind our work. All parts come with warranty, and our service workmanship is guaranteed. Your satisfaction is our priority.", tags: ["Warranty", "Quality"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-smiley-delivery-guy_23-2148546091.jpg?_wi=1", imageAlt: "warranty guarantee quality"},
|
||||
]}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -119,71 +117,7 @@ export default function AboutPage() {
|
||||
<FooterBase
|
||||
logoText="Cool World"
|
||||
copyrightText="© 2025 Cool World Refrigeration. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "AC Repair & Maintenance",
|
||||
href: "/#services",
|
||||
},
|
||||
{
|
||||
label: "Refrigerator Repair",
|
||||
href: "/#services",
|
||||
},
|
||||
{
|
||||
label: "Gas Refilling",
|
||||
href: "/#services",
|
||||
},
|
||||
{
|
||||
label: "Compressor Repair",
|
||||
href: "/#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
{
|
||||
label: "📞 +91 99463 68923",
|
||||
href: "tel:+919946368923",
|
||||
},
|
||||
{
|
||||
label: "Balapuram, Naduvil P.O, Kannur",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Kerala – 670582",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp Message",
|
||||
href: "https://wa.me/919946368923",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={footerColumns}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -1,13 +1,76 @@
|
||||
"use client";
|
||||
|
||||
import { useState } from "react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Link from "next/link";
|
||||
import { Mail, Phone, MapPin, MessageCircle } from "lucide-react";
|
||||
|
||||
export default function ContactPage() {
|
||||
const [formData, setFormData] = useState({
|
||||
name: "", email: "", phone: "", appliance: "", issue: ""});
|
||||
|
||||
const [submitted, setSubmitted] = useState(false);
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Call Now", href: "tel:+919946368923"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "AC Repair & Maintenance", href: "/services" },
|
||||
{ label: "Refrigerator Repair", href: "/services" },
|
||||
{ label: "Gas Refilling", href: "/services" },
|
||||
{ label: "Compressor Repair", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Why Choose Us", href: "/" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info", items: [
|
||||
{ label: "📞 +91 99463 68923", href: "tel:+919946368923" },
|
||||
{ label: "Balapuram, Naduvil P.O, Kannur", href: "#" },
|
||||
{ label: "Kerala – 670582", href: "#" },
|
||||
{ label: "WhatsApp Message", href: "https://wa.me/919946368923" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
const handleInputChange = (
|
||||
e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement>
|
||||
) => {
|
||||
const { name, value } = e.target;
|
||||
setFormData((prev) => ({
|
||||
...prev,
|
||||
[name]: value,
|
||||
}));
|
||||
};
|
||||
|
||||
const handleSubmit = (e: React.FormEvent<HTMLFormElement>) => {
|
||||
e.preventDefault();
|
||||
// Prepare WhatsApp message
|
||||
const message = `Hi Cool World Refrigeration! I'd like to request a service:\n\nName: ${formData.name}\nEmail: ${formData.email}\nPhone: ${formData.phone}\nAppliance: ${formData.appliance}\nIssue: ${formData.issue}`;
|
||||
const encodedMessage = encodeURIComponent(message);
|
||||
window.open(`https://wa.me/919946368923?text=${encodedMessage}`, "_blank");
|
||||
setSubmitted(true);
|
||||
setFormData({ name: "", email: "", phone: "", appliance: "", issue: "" });
|
||||
setTimeout(() => setSubmitted(false), 3000);
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -23,83 +86,198 @@ export default function ContactPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "/contact",
|
||||
}}
|
||||
navItems={navItems}
|
||||
button={navButton}
|
||||
brandName="Cool World"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-main" data-section="contact-main">
|
||||
<ContactText
|
||||
text="Ready to fix your AC or refrigerator? Contact Cool World Refrigeration for fast, reliable service in Kannur. Call us now or book your service appointment."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919946368923",
|
||||
},
|
||||
{
|
||||
text: "Book Service",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<div id="contact-hero" data-section="contact-hero" className="py-12 md:py-20 px-4">
|
||||
<div className="max-w-6xl mx-auto">
|
||||
<div className="text-center mb-12 md:mb-16">
|
||||
<h1 className="text-4xl md:text-5xl lg:text-6xl font-bold mb-4">Get in Touch</h1>
|
||||
<p className="text-lg md:text-xl text-opacity-75 max-w-2xl mx-auto">
|
||||
Need AC or refrigerator repair? Contact Cool World Refrigeration for immediate assistance.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-6 mb-12">
|
||||
{/* Contact Info Cards */}
|
||||
<div className="p-6 rounded-lg border border-gray-200 bg-white/50 backdrop-blur">
|
||||
<div className="flex items-center gap-3 mb-4">
|
||||
<Phone className="w-6 h-6" />
|
||||
<h3 className="font-semibold text-lg">Call Us</h3>
|
||||
</div>
|
||||
<p className="text-sm text-gray-600 mb-3">Available 7 days a week</p>
|
||||
<a
|
||||
href="tel:+919946368923"
|
||||
className="font-bold text-lg hover:underline"
|
||||
>
|
||||
+91 99463 68923
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div className="p-6 rounded-lg border border-gray-200 bg-white/50 backdrop-blur">
|
||||
<div className="flex items-center gap-3 mb-4">
|
||||
<MessageCircle className="w-6 h-6" />
|
||||
<h3 className="font-semibold text-lg">WhatsApp</h3>
|
||||
</div>
|
||||
<p className="text-sm text-gray-600 mb-3">Quick chat support</p>
|
||||
<a
|
||||
href="https://wa.me/919946368923"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="font-bold text-lg hover:underline"
|
||||
>
|
||||
Message on WhatsApp
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div className="p-6 rounded-lg border border-gray-200 bg-white/50 backdrop-blur">
|
||||
<div className="flex items-center gap-3 mb-4">
|
||||
<MapPin className="w-6 h-6" />
|
||||
<h3 className="font-semibold text-lg">Location</h3>
|
||||
</div>
|
||||
<p className="text-sm text-gray-600">
|
||||
Balapuram, Naduvil P.O<br />
|
||||
Kannur, Kerala – 670582
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="contact-info" data-section="contact-info">
|
||||
<FeatureCardTwentyFour
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Quick Home Service",
|
||||
author: "Same Day Service",
|
||||
description:
|
||||
"We offer same-day service at your convenience. Fast response times and professional on-site repairs without hassle.",
|
||||
tags: ["Quick", "Convenient"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-looking-information-control-panel-dishwasher_259150-58285.jpg?_wi=3",
|
||||
imageAlt: "fast quick service technician same day",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Affordable Pricing",
|
||||
author: "Honest Rates",
|
||||
description:
|
||||
"Transparent and honest pricing with no hidden charges. Quality service at competitive rates for homeowners and businesses.",
|
||||
tags: ["Affordable", "Transparent"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/word-save-circled-red-list-spending-surrounded-by-pencils-graphs-books-calculator_1101-3199.jpg?_wi=3",
|
||||
imageAlt: "affordable budget friendly service cost",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Service in Kannur Area",
|
||||
author: "Wide Coverage",
|
||||
description:
|
||||
"Serving all of Kannur and nearby areas including Balapuram, Naduvil, and surrounding regions with reliable service.",
|
||||
tags: ["Coverage", "Local"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-smiley-delivery-guy_23-2148546091.jpg?_wi=3",
|
||||
imageAlt: "service coverage wide area delivery",
|
||||
},
|
||||
<div id="contact-form" data-section="contact-form" className="py-12 md:py-20 px-4 bg-gray-50">
|
||||
<div className="max-w-2xl mx-auto">
|
||||
<div className="text-center mb-10">
|
||||
<h2 className="text-3xl md:text-4xl font-bold mb-3">Service Request Form</h2>
|
||||
<p className="text-gray-600">Fill in your details and we'll get back to you shortly</p>
|
||||
</div>
|
||||
|
||||
<form
|
||||
onSubmit={handleSubmit}
|
||||
className="bg-white p-6 md:p-8 rounded-lg shadow-lg border border-gray-200"
|
||||
>
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 mb-6">
|
||||
<div>
|
||||
<label htmlFor="name" className="block text-sm font-semibold mb-2">
|
||||
Full Name *
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
id="name"
|
||||
name="name"
|
||||
value={formData.name}
|
||||
onChange={handleInputChange}
|
||||
required
|
||||
className="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"
|
||||
placeholder="Your name"
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<label htmlFor="phone" className="block text-sm font-semibold mb-2">
|
||||
Phone Number *
|
||||
</label>
|
||||
<input
|
||||
type="tel"
|
||||
id="phone"
|
||||
name="phone"
|
||||
value={formData.phone}
|
||||
onChange={handleInputChange}
|
||||
required
|
||||
className="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"
|
||||
placeholder="+91 XXXXX XXXXX"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="mb-6">
|
||||
<label htmlFor="email" className="block text-sm font-semibold mb-2">
|
||||
Email Address
|
||||
</label>
|
||||
<input
|
||||
type="email"
|
||||
id="email"
|
||||
name="email"
|
||||
value={formData.email}
|
||||
onChange={handleInputChange}
|
||||
className="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"
|
||||
placeholder="your@email.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="mb-6">
|
||||
<label htmlFor="appliance" className="block text-sm font-semibold mb-2">
|
||||
Appliance Type *
|
||||
</label>
|
||||
<select
|
||||
id="appliance"
|
||||
name="appliance"
|
||||
value={formData.appliance}
|
||||
onChange={handleInputChange}
|
||||
required
|
||||
className="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"
|
||||
>
|
||||
<option value="">Select appliance</option>
|
||||
<option value="AC Unit">AC Unit</option>
|
||||
<option value="Refrigerator">Refrigerator</option>
|
||||
<option value="Deep Freezer">Deep Freezer</option>
|
||||
<option value="Water Cooler">Water Cooler</option>
|
||||
<option value="Other">Other</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div className="mb-6">
|
||||
<label htmlFor="issue" className="block text-sm font-semibold mb-2">
|
||||
Describe the Issue *
|
||||
</label>
|
||||
<textarea
|
||||
id="issue"
|
||||
name="issue"
|
||||
value={formData.issue}
|
||||
onChange={handleInputChange}
|
||||
required
|
||||
className="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 resize-none"
|
||||
placeholder="Describe what's wrong with your appliance"
|
||||
rows={4}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{submitted && (
|
||||
<div className="mb-6 p-4 bg-green-100 border border-green-400 text-green-700 rounded-lg">
|
||||
✓ Form submitted! Opening WhatsApp to continue...
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
<button
|
||||
type="submit"
|
||||
className="w-full bg-blue-600 text-white py-3 px-4 rounded-lg font-semibold hover:bg-blue-700 transition duration-200"
|
||||
>
|
||||
Send via WhatsApp
|
||||
</button>
|
||||
<a
|
||||
href="tel:+919946368923"
|
||||
className="w-full bg-green-600 text-white py-3 px-4 rounded-lg font-semibold hover:bg-green-700 transition duration-200 flex items-center justify-center gap-2"
|
||||
>
|
||||
<Phone className="w-4 h-4" />
|
||||
Call Directly
|
||||
</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCTA
|
||||
tag="Emergency Service"
|
||||
title="Need Immediate Help?"
|
||||
description="Our team is ready to assist you. Call us right away for same-day emergency repairs."
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+919946368923" },
|
||||
{ text: "WhatsApp Message", href: "https://wa.me/919946368923" },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Why We're Your Best Choice"
|
||||
description="Experience the difference with Cool World Refrigeration's dedicated service approach"
|
||||
tag="Contact"
|
||||
textboxLayout="default"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,71 +286,7 @@ export default function ContactPage() {
|
||||
<FooterBase
|
||||
logoText="Cool World"
|
||||
copyrightText="© 2025 Cool World Refrigeration. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "AC Repair & Maintenance",
|
||||
href: "/#services",
|
||||
},
|
||||
{
|
||||
label: "Refrigerator Repair",
|
||||
href: "/#services",
|
||||
},
|
||||
{
|
||||
label: "Gas Refilling",
|
||||
href: "/#services",
|
||||
},
|
||||
{
|
||||
label: "Compressor Repair",
|
||||
href: "/#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
{
|
||||
label: "📞 +91 99463 68923",
|
||||
href: "tel:+919946368923",
|
||||
},
|
||||
{
|
||||
label: "Balapuram, Naduvil P.O, Kannur",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Kerala – 670582",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp Message",
|
||||
href: "https://wa.me/919946368923",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={footerColumns}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
129
src/app/page.tsx
129
src/app/page.tsx
@@ -17,14 +17,11 @@ export default function HomePage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Call Now",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Call Now", href: "/contact"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "AC Repair & Maintenance", href: "/services" },
|
||||
{ label: "Refrigerator Repair", href: "/services" },
|
||||
{ label: "Gas Refilling", href: "/services" },
|
||||
@@ -32,8 +29,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Why Choose Us", href: "/" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -41,8 +37,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "📞 +91 99463 68923", href: "tel:+919946368923" },
|
||||
{ label: "Balapuram, Naduvil P.O, Kannur", href: "#" },
|
||||
{ label: "Kerala – 670582", href: "#" },
|
||||
@@ -96,49 +91,25 @@ export default function HomePage() {
|
||||
tag="Services"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "AC Repair & Maintenance",
|
||||
author: "Expert Technicians",
|
||||
description:
|
||||
"Professional air conditioning repair, servicing, and maintenance for optimal performance and efficiency year-round.",
|
||||
tags: ["AC Service", "Maintenance"],
|
||||
id: "1", title: "AC Repair & Maintenance", author: "Expert Technicians", description:
|
||||
"Professional air conditioning repair, servicing, and maintenance for optimal performance and efficiency year-round.", tags: ["AC Service", "Maintenance"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/african-american-electrician-doing-leak-checks-other-necessary-repairs-prevent-major-breakdowns-licensed-serviceman-verifying-air-conditioner-writing-findings-clipboard_482257-70255.jpg?_wi=1",
|
||||
imageAlt: "air conditioner repair technician fixing",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/african-american-electrician-doing-leak-checks-other-necessary-repairs-prevent-major-breakdowns-licensed-serviceman-verifying-air-conditioner-writing-findings-clipboard_482257-70255.jpg?_wi=1", imageAlt: "air conditioner repair technician fixing"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Refrigerator Repair",
|
||||
author: "Certified Service",
|
||||
description:
|
||||
"Expert refrigerator and deep freezer repair services to keep your food fresh and your appliances running smoothly.",
|
||||
tags: ["Fridge Service", "Repairs"],
|
||||
id: "2", title: "Refrigerator Repair", author: "Certified Service", description:
|
||||
"Expert refrigerator and deep freezer repair services to keep your food fresh and your appliances running smoothly.", tags: ["Fridge Service", "Repairs"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-phone-gesture-uniform-front-view_176474-21363.jpg?_wi=1",
|
||||
imageAlt: "refrigerator repair technician professional",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-phone-gesture-uniform-front-view_176474-21363.jpg?_wi=1", imageAlt: "refrigerator repair technician professional"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Gas Refilling for AC",
|
||||
author: "Professional Care",
|
||||
description:
|
||||
"Proper refrigerant gas refilling and charging for your air conditioning systems to restore cooling efficiency.",
|
||||
tags: ["Gas Refill", "AC Service"],
|
||||
id: "3", title: "Gas Refilling for AC", author: "Professional Care", description:
|
||||
"Proper refrigerant gas refilling and charging for your air conditioning systems to restore cooling efficiency.", tags: ["Gas Refill", "AC Service"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg?_wi=1",
|
||||
imageAlt: "AC gas refilling refrigerant charging",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg?_wi=1", imageAlt: "AC gas refilling refrigerant charging"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Compressor Repair",
|
||||
author: "Technical Expert",
|
||||
description:
|
||||
"Specialized compressor diagnosis and repair for both AC and refrigeration units with warranty on parts.",
|
||||
tags: ["Compressor", "Repair"],
|
||||
id: "4", title: "Compressor Repair", author: "Technical Expert", description:
|
||||
"Specialized compressor diagnosis and repair for both AC and refrigeration units with warranty on parts.", tags: ["Compressor", "Repair"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-mechanic-removing-tool-from-tool-box_1170-1228.jpg",
|
||||
imageAlt: "air conditioner compressor repair replacement",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/female-mechanic-removing-tool-from-tool-box_1170-1228.jpg", imageAlt: "air conditioner compressor repair replacement"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -153,49 +124,25 @@ export default function HomePage() {
|
||||
tag="Why Us"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Trusted Local Technician",
|
||||
author: "10+ Years Experience",
|
||||
description:
|
||||
"Reliable and experienced repair professionals serving Kannur and nearby areas with proven expertise in all appliance types.",
|
||||
tags: ["Trusted", "Local"],
|
||||
id: "1", title: "Trusted Local Technician", author: "10+ Years Experience", description:
|
||||
"Reliable and experienced repair professionals serving Kannur and nearby areas with proven expertise in all appliance types.", tags: ["Trusted", "Local"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-131901.jpg?_wi=1",
|
||||
imageAlt: "professional technician trusted reliable service",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-131901.jpg?_wi=1", imageAlt: "professional technician trusted reliable service"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Quick Home Service",
|
||||
author: "Same Day Service",
|
||||
description:
|
||||
"We offer same-day service at your convenience. Fast response times and professional on-site repairs without hassle.",
|
||||
tags: ["Quick", "Convenient"],
|
||||
id: "2", title: "Quick Home Service", author: "Same Day Service", description:
|
||||
"We offer same-day service at your convenience. Fast response times and professional on-site repairs without hassle.", tags: ["Quick", "Convenient"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-looking-information-control-panel-dishwasher_259150-58285.jpg?_wi=1",
|
||||
imageAlt: "fast quick service technician same day",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/man-looking-information-control-panel-dishwasher_259150-58285.jpg?_wi=1", imageAlt: "fast quick service technician same day"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Affordable Pricing",
|
||||
author: "Honest Rates",
|
||||
description:
|
||||
"Transparent and honest pricing with no hidden charges. Quality service at competitive rates for homeowners and businesses.",
|
||||
tags: ["Affordable", "Transparent"],
|
||||
id: "3", title: "Affordable Pricing", author: "Honest Rates", description:
|
||||
"Transparent and honest pricing with no hidden charges. Quality service at competitive rates for homeowners and businesses.", tags: ["Affordable", "Transparent"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/word-save-circled-red-list-spending-surrounded-by-pencils-graphs-books-calculator_1101-3199.jpg?_wi=1",
|
||||
imageAlt: "affordable budget friendly service cost",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/word-save-circled-red-list-spending-surrounded-by-pencils-graphs-books-calculator_1101-3199.jpg?_wi=1", imageAlt: "affordable budget friendly service cost"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Service in Kannur Area",
|
||||
author: "Wide Coverage",
|
||||
description:
|
||||
"Serving all of Kannur and nearby areas including Balapuram, Naduvil, and surrounding regions with reliable service.",
|
||||
tags: ["Coverage", "Local"],
|
||||
id: "4", title: "Service in Kannur Area", author: "Wide Coverage", description:
|
||||
"Serving all of Kannur and nearby areas including Balapuram, Naduvil, and surrounding regions with reliable service.", tags: ["Coverage", "Local"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-smiley-delivery-guy_23-2148546091.jpg?_wi=1",
|
||||
imageAlt: "service coverage wide area delivery",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/low-angle-smiley-delivery-guy_23-2148546091.jpg?_wi=1", imageAlt: "service coverage wide area delivery"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -223,6 +170,24 @@ export default function HomePage() {
|
||||
columns={footerColumns}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Sticky CTA Button - Always Visible */}
|
||||
<div className="fixed bottom-4 right-4 z-40 flex gap-2">
|
||||
<a
|
||||
href="tel:+919946368923"
|
||||
className="bg-primary-cta text-foreground px-6 py-3 rounded-lg font-semibold hover:opacity-90 transition-opacity shadow-lg"
|
||||
aria-label="Call Cool World Refrigeration"
|
||||
>
|
||||
📞 Call Now
|
||||
</a>
|
||||
<a
|
||||
href="https://wa.me/919946368923"
|
||||
className="bg-accent text-foreground px-6 py-3 rounded-lg font-semibold hover:opacity-90 transition-opacity shadow-lg"
|
||||
aria-label="Message on WhatsApp"
|
||||
>
|
||||
💬 WhatsApp
|
||||
</a>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,29 +1,26 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
||||
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
|
||||
export default function ServicesPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Why Choose Us", id: "/why-us" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Call Now",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Call Now", href: "tel:+919946368923"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "AC Repair & Maintenance", href: "/services" },
|
||||
{ label: "Refrigerator Repair", href: "/services" },
|
||||
{ label: "Gas Refilling", href: "/services" },
|
||||
@@ -31,17 +28,15 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Why Choose Us", href: "/" },
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Why Choose Us", href: "/why-us" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "📞 +91 99463 68923", href: "tel:+919946368923" },
|
||||
{ label: "Balapuram, Naduvil P.O, Kannur", href: "#" },
|
||||
{ label: "Kerala – 670582", href: "#" },
|
||||
@@ -71,45 +66,49 @@ export default function ServicesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="Our Professional Services"
|
||||
description="Complete cooling appliance repair and maintenance solutions tailored to your needs. Expert technicians serving Kannur with premium service quality."
|
||||
buttons={[
|
||||
{ text: "Book Service", href: "tel:+919946368923" },
|
||||
{ text: "Get Quote", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-electrician-doing-leak-checks-other-necessary-repairs-prevent-major-breakdowns-licensed-serviceman-verifying-air-conditioner-writing-findings-clipboard_482257-70255.jpg?_wi=1"
|
||||
imageAlt="professional HVAC technician performing service"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyFour
|
||||
title="Our Complete Services"
|
||||
description="We offer a comprehensive range of professional repair and maintenance services for all your air conditioning and refrigeration needs in Kannur."
|
||||
tag="Services"
|
||||
title="Comprehensive Service Offerings"
|
||||
description="Expert repair, maintenance, and installation services for all your air conditioning and refrigeration needs"
|
||||
tag="Full Service Menu"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "AC Repair & Maintenance",
|
||||
author: "Expert Technicians",
|
||||
description:
|
||||
"Professional air conditioning repair, servicing, and maintenance for optimal performance and efficiency year-round. We handle window units, split ACs, and central air systems with expertise and care.",
|
||||
tags: ["AC Service", "Maintenance"],
|
||||
id: "1", title: "AC Repair & Maintenance", author: "Expert Service", description:
|
||||
"Complete air conditioning repair, preventive maintenance, servicing, and troubleshooting. We handle everything from regular maintenance to emergency repairs with same-day response.", tags: ["AC Service", "Maintenance", "Emergency"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/african-american-electrician-doing-leak-checks-other-necessary-repairs-prevent-major-breakdowns-licensed-serviceman-verifying-air-conditioner-writing-findings-clipboard_482257-70255.jpg?_wi=2",
|
||||
imageAlt: "air conditioner repair technician fixing",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/african-american-electrician-doing-leak-checks-other-necessary-repairs-prevent-major-breakdowns-licensed-serviceman-verifying-air-conditioner-writing-findings-clipboard_482257-70255.jpg?_wi=1", imageAlt: "professional air conditioning repair and servicing"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Refrigerator Repair",
|
||||
author: "Certified Service",
|
||||
description:
|
||||
"Expert refrigerator and deep freezer repair services to keep your food fresh and your appliances running smoothly. From cooling issues to compressor problems, we diagnose and fix quickly.",
|
||||
tags: ["Fridge Service", "Repairs"],
|
||||
id: "2", title: "Refrigerator & Fridge Repair", author: "Specialist Technicians", description:
|
||||
"Professional repair services for all types of refrigerators, freezers, and coolers. We diagnose and fix compressor issues, cooling problems, electrical faults, and more.", tags: ["Fridge Repair", "Freezer", "Cooling"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-phone-gesture-uniform-front-view_176474-21363.jpg?_wi=2",
|
||||
imageAlt: "refrigerator repair technician professional",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-phone-gesture-uniform-front-view_176474-21363.jpg?_wi=1", imageAlt: "refrigerator and fridge repair specialist"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Gas Refilling for AC",
|
||||
author: "Professional Care",
|
||||
description:
|
||||
"Proper refrigerant gas refilling and charging for your air conditioning systems to restore cooling efficiency. We use authentic refrigerant and ensure proper pressure levels for peak performance.",
|
||||
tags: ["Gas Refill", "AC Service"],
|
||||
id: "3", title: "Gas Refilling & Charging", author: "Certified Professionals", description:
|
||||
"Expert refrigerant gas refilling, charging, and leak detection for AC and refrigeration systems. We use genuine refrigerants and ensure proper pressure levels.", tags: ["Gas Refill", "Refrigerant", "Charging"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg?_wi=2",
|
||||
imageAlt: "AC gas refilling refrigerant charging",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg?_wi=1", imageAlt: "AC refrigerant gas refilling and charging service"},
|
||||
{
|
||||
id: "4", title: "Compressor Repair & Replacement", author: "Technical Experts", description:
|
||||
"Specialized compressor diagnosis, repair, and replacement for both AC and refrigeration units. All compressor work comes with warranty and quality assurance.", tags: ["Compressor", "Repair", "Warranty"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-mechanic-removing-tool-from-tool-box_1170-1228.jpg", imageAlt: "air conditioner compressor repair and replacement"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -117,13 +116,46 @@ export default function ServicesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-services" data-section="contact-services">
|
||||
<div id="why-services" data-section="why-services">
|
||||
<FeatureCardTwentyFour
|
||||
title="Why Our Services Stand Out"
|
||||
description="Quality, reliability, and customer satisfaction are at the heart of everything we do"
|
||||
tag="Service Excellence"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Certified & Experienced Technicians", author: "Professional Team", description:
|
||||
"Our technicians are certified, trained, and have years of hands-on experience with all major cooling appliance brands and models.", tags: ["Certified", "Experienced"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-131901.jpg?_wi=1", imageAlt: "certified professional technicians team"},
|
||||
{
|
||||
id: "2", title: "Quick & Reliable Response", author: "Fast Service", description:
|
||||
"Same-day service available for emergency calls. We respond quickly and work efficiently to get your appliances running smoothly again.", tags: ["Quick Response", "Same Day"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-looking-information-control-panel-dishwasher_259150-58285.jpg?_wi=1", imageAlt: "fast professional service response"},
|
||||
{
|
||||
id: "3", title: "Transparent & Fair Pricing", author: "Honest Rates", description:
|
||||
"No hidden charges or surprise costs. We provide upfront pricing, detailed quotations, and only charge for actual work performed.", tags: ["Transparent", "Fair Price"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/word-save-circled-red-list-spending-surrounded-by-pencils-graphs-books-calculator_1101-3199.jpg?_wi=1", imageAlt: "transparent pricing and quotation service"},
|
||||
{
|
||||
id: "4", title: "Service Warranty & Support", author: "Quality Guarantee", description:
|
||||
"All repairs come with warranty on parts and labor. We stand behind our work and provide ongoing support for your peace of mind.", tags: ["Warranty", "Support"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-smiley-delivery-guy_23-2148546091.jpg?_wi=1", imageAlt: "warranty and customer support service"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Need immediate AC or refrigerator repair? Our expert technicians are ready to help. Contact Cool World Refrigeration for quick, professional service in Kannur today."
|
||||
text="Need professional cooling appliance repair? Contact Cool World Refrigeration today. Our expert team is ready to solve your AC and refrigerator problems with fast, reliable service."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+919946368923" },
|
||||
{ text: "Book Appointment", href: "/contact" },
|
||||
{ text: "Book Service", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #e3deea;
|
||||
--background: #e8f4f8;
|
||||
--card: #ffffff;
|
||||
--foreground: #1f2027;
|
||||
--primary-cta: #1f2027;
|
||||
--primary-cta-text: #e3deea;
|
||||
--foreground: #0d3b4a;
|
||||
--primary-cta: #0b7a9e;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1f2027;
|
||||
--accent: #627dc6;
|
||||
--background-accent: #627dc6;
|
||||
--secondary-cta-text: #0d3b4a;
|
||||
--accent: #00b4d8;
|
||||
--background-accent: #90e0ef;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
174
src/app/why-us/page.tsx
Normal file
174
src/app/why-us/page.tsx
Normal file
@@ -0,0 +1,174 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
||||
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
|
||||
export default function WhyUsPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Why Choose Us", id: "/why-us" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Call Now", href: "tel:+919946368923"};
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "AC Repair & Maintenance", href: "/services" },
|
||||
{ label: "Refrigerator Repair", href: "/services" },
|
||||
{ label: "Gas Refilling", href: "/services" },
|
||||
{ label: "Compressor Repair", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info", items: [
|
||||
{ label: "📞 +91 99463 68923", href: "tel:+919946368923" },
|
||||
{ label: "Balapuram, Naduvil P.O, Kannur", href: "#" },
|
||||
{ label: "Kerala – 670582", href: "#" },
|
||||
{ label: "WhatsApp Message", href: "https://wa.me/919946368923" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={navButton}
|
||||
brandName="Cool World"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="Why Choose Cool World Refrigeration"
|
||||
description="Trusted by hundreds of satisfied customers across Kannur. We deliver professional, honest, and affordable cooling appliance repair services with a commitment to excellence."
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "tel:+919946368923" },
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-131901.jpg?_wi=1"
|
||||
imageAlt="professional team serving customers with excellence"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<FeatureCardTwentyFour
|
||||
title="Our Competitive Advantages"
|
||||
description="Here's what makes us the preferred choice for cooling appliance repair in Kannur"
|
||||
tag="What Sets Us Apart"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "10+ Years of Trusted Service", author: "Local Experts", description:
|
||||
"Over a decade of experience in AC and refrigerator repair. We've built our reputation on reliability, honest work, and satisfied customers across Kannur.", tags: ["Experienced", "Trusted"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-131901.jpg?_wi=1", imageAlt: "experienced repair specialists with proven track record"},
|
||||
{
|
||||
id: "2", title: "Same-Day Emergency Service", author: "Quick Response", description:
|
||||
"We understand cooling issues can't wait. Our team responds quickly to emergency calls and works on the same day whenever possible to restore your comfort.", tags: ["Same Day", "Emergency"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-looking-information-control-panel-dishwasher_259150-58285.jpg?_wi=1", imageAlt: "fast emergency repair response service"},
|
||||
{
|
||||
id: "3", title: "Honest & Transparent Pricing", author: "No Hidden Charges", description:
|
||||
"No surprise bills or hidden fees. We provide clear upfront quotations, explain the work needed, and only charge for services actually performed.", tags: ["Transparent", "Fair"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/word-save-circled-red-list-spending-surrounded-by-pencils-graphs-books-calculator_1101-3199.jpg?_wi=1", imageAlt: "transparent fair pricing with clear quotation"},
|
||||
{
|
||||
id: "4", title: "Warranty on All Repairs", author: "Quality Guarantee", description:
|
||||
"Every repair comes with warranty on both parts and labor. We stand behind our work and provide ongoing support to ensure your satisfaction.", tags: ["Warranty", "Quality"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-smiley-delivery-guy_23-2148546091.jpg?_wi=1", imageAlt: "quality warranty and customer satisfaction guarantee"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="excellence" data-section="excellence">
|
||||
<FeatureCardTwentyFour
|
||||
title="Our Service Excellence Promise"
|
||||
description="Committed to delivering superior service every single time"
|
||||
tag="Excellence Standard"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Certified Technicians", author: "Professional Team", description:
|
||||
"All our technicians are certified, trained on latest equipment, and stay updated with industry best practices and new technologies.", tags: ["Certified", "Professional"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/african-american-electrician-doing-leak-checks-other-necessary-repairs-prevent-major-breakdowns-licensed-serviceman-verifying-air-conditioner-writing-findings-clipboard_482257-70255.jpg?_wi=1", imageAlt: "certified professional technicians"},
|
||||
{
|
||||
id: "2", title: "All Major Brands Supported", author: "Brand Expertise", description:
|
||||
"We service all major cooling appliance brands - whether it's Daikin, LG, Voltas, Videocon, or any other brand, we have the expertise and spare parts.", tags: ["All Brands", "Expertise"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-phone-gesture-uniform-front-view_176474-21363.jpg?_wi=1", imageAlt: "service for all major appliance brands"},
|
||||
{
|
||||
id: "3", title: "Using Genuine Parts & Equipment", author: "Quality Materials", description:
|
||||
"We only use genuine spare parts and professional equipment. No compromise on quality - your appliances deserve the best materials.", tags: ["Genuine", "Quality"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg?_wi=1", imageAlt: "genuine spare parts and professional equipment"},
|
||||
{
|
||||
id: "4", title: "Serving Kannur & Surrounding Areas", author: "Wide Coverage", description:
|
||||
"We proudly serve Kannur, Balapuram, Naduvil, and all surrounding areas. Local presence with professional, city-level service quality.", tags: ["Local", "Coverage"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-mechanic-removing-tool-from-tool-box_1170-1228.jpg", imageAlt: "service coverage in Kannur and surrounding areas"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Join hundreds of satisfied customers who trust Cool World Refrigeration for their cooling appliance needs. Experience professional service, honest pricing, and guaranteed satisfaction."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+919946368923" },
|
||||
{ text: "Book Service", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Cool World"
|
||||
copyrightText="© 2025 Cool World Refrigeration. All rights reserved."
|
||||
columns={footerColumns}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user