Update src/app/page.tsx

This commit is contained in:
2026-06-02 21:53:14 +00:00
parent ad5a755af5
commit cb5f64e913

View File

@@ -14,7 +14,7 @@ import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
export default function HvacPage() {
export default function IslamAyyadPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -31,60 +31,56 @@ export default function HvacPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="AirPro HVAC"
brandName="Islam Ayyad"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get a Quote", href: "#contact" }}
button={{ text: "Get Started", href: "#contact" }}
animateOnLoad={false}
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Your Comfort Is Our Priority"
description="Professional heating, ventilation, and air conditioning services for homes and businesses. From installations to emergency repairs, we keep your climate perfect year-round."
title="Innovation & Excellence for Your Business"
description="Driving growth and efficiency through strategic solutions tailored to your unique needs. Partner with us for unparalleled success."
avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", alt: "Client" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", alt: "Client" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", alt: "Client" },
{ src: "https://assets.webuild.ai/website-placeholder-images/avatars/person-1.jpeg", alt: "Client" },
{ src: "https://assets.webuild.ai/website-placeholder-images/avatars/person-2.jpeg", alt: "Client" },
{ src: "https://assets.webuild.ai/website-placeholder-images/avatars/person-3.jpeg", alt: "Client" }
]}
avatarText="Trusted by 500+ clients"
buttons={[
{ text: "Schedule Service", href: "#contact" },
{ text: "Our Services", href: "#services" },
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg"
imageAlt="HVAC technician performing system maintenance"
imageSrc="https://assets.webuild.ai/website-placeholder-images/background-images/city-lights-modern-office-building.jpg"
imageAlt="Modern office building with city lights"
showDimOverlay={true}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="About Us"
title="Reliable Climate Solutions Since 2005"
description="AirPro HVAC has been keeping homes and businesses comfortable for nearly two decades. Our certified technicians deliver expert installations, maintenance, and repairs — backed by transparent pricing and a commitment to getting the job done right the first time."
tag="Our Story"
title="Empowering Businesses Since 2005"
description="Islam Ayyad has been a cornerstone in delivering bespoke solutions that propel businesses forward. Our commitment to innovation, integrity, and client satisfaction defines our journey and fuels our success."
metrics={[
{
value: "2,500+",
title: "Systems installed and serviced",
value: "15+", title: "Years in Business"
},
{
value: "98%",
title: "Customer satisfaction rate",
},
value: "300+", title: "Satisfied Clients"
}
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg"
imageAlt="Commercial HVAC units on rooftop"
imageSrc="https://assets.webuild.ai/website-placeholder-images/background-images/diverse-team-collaborating-modern-office.jpg"
imageAlt="Diverse team collaborating in modern office"
mediaBadge={{
text: "Active Now",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg",
avatarAlt: "Technician"
text: "Always Innovating", avatarSrc: "https://assets.webuild.ai/website-placeholder-images/avatars/person-4.jpeg", avatarAlt: "Team Lead"
}}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -93,47 +89,23 @@ export default function HvacPage() {
</div>
<div id="services" data-section="services">
<FeatureCardOne
title="Our Services"
description="From installations to emergency repairs, we have your comfort covered."
buttons={[{ text: "Get a Quote", href: "#contact" }]}
title="Our Core Services"
description="We offer a comprehensive suite of services designed to meet the evolving demands of modern businesses."
buttons={[{ text: "Get a Consultation", href: "#contact" }]}
buttonAnimation="slide-up"
features={[
{
title: "AC Installation",
description: "Expert installation of high-efficiency air conditioning systems for homes and commercial spaces.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg",
imageAlt: "AC installation service",
},
title: "Strategic Consulting", description: "Expert guidance to navigate market complexities and formulate winning business strategies.", imageSrc: "https://assets.webuild.ai/website-placeholder-images/stock-images/business-meeting-discussion.jpg", imageAlt: "Strategic business meeting"},
{
title: "Heating Systems",
description: "Complete furnace and heat pump installations to keep you warm through every winter.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg",
imageAlt: "Heating system service",
},
title: "Software Development", description: "Custom software solutions built to optimize operations and enhance user experience.", imageSrc: "https://assets.webuild.ai/website-placeholder-images/stock-images/developer-coding-on-laptop.jpg", imageAlt: "Developer coding on laptop"},
{
title: "Maintenance Plans",
description: "Preventative maintenance programs that extend the life of your system and reduce energy costs.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg",
imageAlt: "HVAC maintenance",
},
title: "Digital Marketing", description: "Boost your online presence and reach your target audience with data-driven marketing campaigns.", imageSrc: "https://assets.webuild.ai/website-placeholder-images/stock-images/marketing-analytics-dashboard.jpg", imageAlt: "Marketing analytics dashboard"},
{
title: "Emergency Repairs",
description: "24/7 emergency repair service — we respond fast when your system breaks down unexpectedly.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg",
imageAlt: "Emergency HVAC repair",
},
title: "Cloud Solutions", description: "Scalable and secure cloud infrastructure to support your business's growth and efficiency.", imageSrc: "https://assets.webuild.ai/website-placeholder-images/stock-images/cloud-server-infrastructure.jpg", imageAlt: "Cloud server infrastructure"},
{
title: "Duct Cleaning",
description: "Professional duct cleaning to improve air quality and system efficiency throughout your property.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg",
imageAlt: "Duct cleaning service",
},
title: "Data Analytics", description: "Unlock actionable insights from your data to make informed decisions and drive business intelligence.", imageSrc: "https://assets.webuild.ai/website-placeholder-images/stock-images/data-analysis-chart.jpg", imageAlt: "Data analysis chart"},
{
title: "System Inspections",
description: "Thorough inspections with detailed reports and transparent recommendations — no hidden fees.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-9.jpg",
imageAlt: "HVAC system inspection",
},
title: "Managed IT Services", description: "Reliable IT support and proactive management to ensure your systems run smoothly 24/7.", imageSrc: "https://assets.webuild.ai/website-placeholder-images/stock-images/it-support-network.jpg", imageAlt: "IT support network"},
]}
gridVariant="uniform-all-items-equal"
uniformGridCustomHeightClasses="aspect-square"
@@ -145,24 +117,18 @@ export default function HvacPage() {
/>
</div>
<FeatureBorderGlow
title="Why Choose AirPro"
description="What sets us apart from the rest"
title="Why Choose Islam Ayyad?"
description="Our commitment to quality, client-focus, and innovation sets us apart."
features={[
{
icon: ShieldCheck,
title: "Reliability & Trust",
description: "Looking for a dependable HVAC company? We arrive on time and do the job right.",
},
title: "Expertise & Innovation", description: "Leverage our deep industry knowledge and innovative approaches for cutting-edge solutions."},
{
icon: Wrench,
title: "Quality Workmanship",
description: "Our skilled technicians excel in various HVAC repairs, using only top-quality materials.",
},
title: "Client-Centric Approach", description: "Your business goals are our priority; we tailor solutions to achieve your specific vision."},
{
icon: DollarSign,
title: "Fair & Transparent Pricing",
description: "No surprises here! We offer clear quotes and fair pricing for quality work.",
},
title: "Transparent Communication", description: "Expect clear, honest, and continuous communication throughout every project phase."},
]}
textboxLayout="default"
animationType="slide-up"
@@ -170,33 +136,17 @@ export default function HvacPage() {
/>
<FeatureCardEight
title="How It Works"
description="Our simple process from first call to finished job"
title="Our Streamlined Process"
description="Achieving your goals is simple with our structured approach."
features={[
{
title: "Schedule a Call",
description: "Contact us by phone or online to describe your HVAC issue. We'll find a time that works for you.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg",
imageAlt: "Scheduling a service call",
},
title: "Initial Consultation", description: "We start by understanding your challenges, objectives, and vision for success.", imageSrc: "https://assets.webuild.ai/website-placeholder-images/stock-images/person-scheduling-appointment.jpg", imageAlt: "Person scheduling an appointment"},
{
title: "On-Site Diagnosis",
description: "A certified technician arrives on time, inspects your system, and explains the issue with a clear quote.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg",
imageAlt: "Technician diagnosing HVAC system",
},
title: "Strategy Development", description: "Our experts craft a tailored strategy and detailed action plan for your unique needs.", imageSrc: "https://assets.webuild.ai/website-placeholder-images/stock-images/business-analysis.jpg", imageAlt: "Business analysis"},
{
title: "Expert Repair or Install",
description: "We complete the work using premium parts and proven techniques — most jobs done same day.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg",
imageAlt: "HVAC repair in progress",
},
title: "Solution Implementation", description: "We meticulously execute the plan, integrating solutions seamlessly into your operations.", imageSrc: "https://assets.webuild.ai/website-placeholder-images/stock-images/project-implementation.jpg", imageAlt: "Project implementation"},
{
title: "Quality Guarantee",
description: "We test everything before we leave and back all work with our satisfaction guarantee.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg",
imageAlt: "Final quality check",
},
title: "Ongoing Support & Optimization", description: "We provide continuous support, monitoring, and optimization to ensure lasting success.", imageSrc: "https://assets.webuild.ai/website-placeholder-images/stock-images/quality-assurance-handshake.jpg", imageAlt: "Quality assurance handshake"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -204,35 +154,17 @@ export default function HvacPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="What Our Clients Say"
description="Hear from homeowners and businesses who trust AirPro HVAC."
description="Hear from partners who have achieved remarkable results with us."
testimonials={[
{
id: "1",
name: "James R.",
handle: "Homeowner, Austin TX",
testimonial: "AirPro replaced our entire AC system in one day. The crew was professional, clean, and the new unit runs quieter than anything we've had before. Highly recommend.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg",
imageAlt: "James R.",
},
id: "1", name: "Ahmad K.", handle: "CEO, Tech Solutions Inc.", testimonial: "Islam Ayyad transformed our IT infrastructure. Their strategic consulting and cloud migration expertise were invaluable.", rating: 5,
imageSrc: "https://assets.webuild.ai/website-placeholder-images/avatars/person-1.jpeg", imageAlt: "Ahmad K."},
{
id: "2",
name: "Linda M.",
handle: "Business Owner, Dallas TX",
testimonial: "We use AirPro for all three of our office locations. Their maintenance plans have saved us thousands in emergency repairs. Always on time, always honest.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg",
imageAlt: "Linda M.",
},
id: "2", name: "Sara M.", handle: "Marketing Director, Global Brands", testimonial: "Their digital marketing strategies delivered unprecedented growth. We saw a significant increase in engagement and conversions.", rating: 5,
imageSrc: "https://assets.webuild.ai/website-placeholder-images/avatars/person-2.jpeg", imageAlt: "Sara M."},
{
id: "3",
name: "Carlos D.",
handle: "Homeowner, Houston TX",
testimonial: "Our furnace broke down on the coldest night of the year. AirPro had someone at our door within two hours. Fixed it on the spot. Can't thank them enough.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg",
imageAlt: "Carlos D.",
},
id: "3", name: "Omar D.", handle: "Founder, Startup Hub", testimonial: "The custom software developed by Islam Ayyad was a game-changer for our startup. It's robust, intuitive, and perfectly tailored.", rating: 5,
imageSrc: "https://assets.webuild.ai/website-placeholder-images/avatars/person-3.jpeg", imageAlt: "Omar D."},
]}
showRating={true}
animationType="slide-up"
@@ -242,51 +174,36 @@ export default function HvacPage() {
</div>
<div id="faq" data-section="faq">
<FaqSplitText
sideTitle="Frequently Asked Questions"
buttons={[{ text: "Contact Us", href: "#contact" }]}
sideTitle="Common Questions"
buttons={[{ text: "Ask a Question", href: "#contact" }]}
buttonAnimation="slide-up"
faqsAnimation="slide-up"
textPosition="left"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you offer 24/7 emergency service?",
content: "Yes! We provide round-the-clock emergency HVAC service. If your system breaks down in the middle of the night or on a weekend, call us and a technician will be at your door as soon as possible.",
},
id: "1", title: "What is your consulting approach?", content: "We begin with a comprehensive analysis of your current operations, market position, and strategic goals. Our approach is collaborative, ensuring that solutions are not only effective but also aligned with your organizational culture."},
{
id: "2",
title: "How often should I service my HVAC system?",
content: "We recommend servicing your system at least twice a year — once before summer for cooling and once before winter for heating. Regular maintenance extends your system's life and keeps energy bills low.",
},
id: "2", title: "How do you ensure data security?", content: "Data security is paramount. We implement industry-leading encryption, adhere to strict compliance standards (GDPR, HIPAA, etc.), and conduct regular security audits to protect your sensitive information."},
{
id: "3",
title: "What brands do you install and repair?",
content: "We work with all major HVAC brands including Carrier, Trane, Lennox, Daikin, Rheem, and more. Our technicians are trained and certified across multiple manufacturers.",
},
id: "3", title: "Can you integrate with our existing systems?", content: "Absolutely. Our solutions are designed for seamless integration with a wide range of existing platforms and systems, minimizing disruption and maximizing compatibility."},
{
id: "4",
title: "Do you offer financing options?",
content: "Yes, we offer flexible financing plans for new installations and major repairs. Ask about our 0% interest options so you can stay comfortable without straining your budget.",
},
id: "4", title: "What are your typical project timelines?", content: "Project timelines vary depending on complexity and scope. After our initial consultation, we provide a detailed project roadmap with clear milestones and estimated completion dates."},
{
id: "5",
title: "How long does a typical installation take?",
content: "Most residential HVAC installations are completed in one day. Larger commercial projects may take 2-3 days depending on the scope. We'll give you an accurate timeline during your consultation.",
},
id: "5", title: "Do you offer post-implementation support?", content: "Yes, our commitment extends beyond implementation. We offer various levels of post-implementation support, maintenance, and continuous optimization services to ensure long-term success."},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Get in Touch"
tag="Connect With Us"
tagIcon={Phone}
title="Ready to Stay Comfortable Year-Round?"
description="Whether you need a new installation, emergency repair, or routine maintenance — our team is ready to help. Call us today or request a free quote."
title="Ready to Transform Your Business?"
description="Reach out today to discuss your project and discover how we can help you succeed. We're here to answer all your questions."
buttons={[
{ text: "Get a Free Quote", href: "#contact" },
{ text: "Call (555) 987-6543", href: "tel:5559876543" },
{ text: "Request a Consultation", href: "#contact" },
{ text: "Call (555) 123-4567", href: "tel:5551234567" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -295,22 +212,20 @@ export default function HvacPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="AirPro HVAC"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg"
imageAlt="HVAC technician inspecting equipment"
logoText="Islam Ayyad"
imageSrc="https://assets.webuild.ai/website-placeholder-images/background-images/modern-cityscape-night.jpg"
imageAlt="Modern cityscape at night"
columns={[
{
title: "Services",
items: [
{ label: "AC Installation", href: "#services" },
{ label: "Heating Systems", href: "#services" },
{ label: "Maintenance Plans", href: "#services" },
{ label: "Emergency Repairs", href: "#services" },
title: "Services", items: [
{ label: "Strategic Consulting", href: "#services" },
{ label: "Software Development", href: "#services" },
{ label: "Digital Marketing", href: "#services" },
{ label: "Cloud Solutions", href: "#services" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "FAQ", href: "#faq" },
@@ -318,15 +233,14 @@ export default function HvacPage() {
],
},
{
title: "Contact",
items: [
{ label: "(555) 987-6543", href: "tel:5559876543" },
{ label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" },
{ label: "Austin, TX" },
title: "Contact", items: [
{ label: "(555) 123-4567", href: "tel:5551234567" },
{ label: "info@islamayyad.com", href: "mailto:info@islamayyad.com" },
{ label: "Global Operations" },
],
},
]}
copyrightText="© 2026 | AirPro HVAC"
copyrightText="© 2026 | Islam Ayyad"
/>
</div>
</ReactLenis>