diff --git a/src/app/page.tsx b/src/app/page.tsx
index 203a19b..ab7633c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,71 +33,37 @@ export default function LandingPage() {
@@ -105,13 +71,11 @@ export default function LandingPage() {
@@ -122,26 +86,14 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Scalable Infrastructure",
- description: "Robust cloud platforms that grow with your user base and traffic demand seamlessly.",
- imageSrc: "http://img.b2bpic.net/free-vector/pack-futuristic-infographic-element_23-2148219578.jpg",
- imageAlt: "Cloud infrastructure",
- },
+ title: "AC Repair & Installation", description: "Keep your cool all summer with our professional cooling services and high-efficiency systems.", imageSrc: "http://img.b2bpic.net/free-vector/air-conditioning-service_23-2148219578.jpg", imageAlt: "AC Services"},
{
- title: "Secure Systems",
- description: "Enterprise-grade protection to keep your data safe, compliant, and always accessible.",
- imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-shield-light-blue_78370-7843.jpg",
- imageAlt: "Cybersecurity shield",
- },
+ title: "Heating Solutions", description: "Stay warm through winter with our furnace maintenance and energy-efficient heater installations.", imageSrc: "http://img.b2bpic.net/free-vector/heating-maintenance_78370-7843.jpg", imageAlt: "Heating Services"},
{
- title: "Smart Automation",
- description: "Reduce manual tasks with intelligent workflows designed by our expert automation team.",
- imageSrc: "http://img.b2bpic.net/free-photo/data-center-with-server-racks-corridor-room-3d-render-digital-data-cloud-technology_482257-27722.jpg",
- imageAlt: "Automation cloud network",
- },
+ title: "Preventative Maintenance", description: "Avoid costly breakdowns with our comprehensive seasonal system checks and tune-ups.", imageSrc: "http://img.b2bpic.net/free-photo/hvac-technician-maintenance_482257-27722.jpg", imageAlt: "Maintenance"},
]}
- title="Core Services"
- description="Comprehensive technology solutions designed for your growth."
+ title="Our Services"
+ description="Comprehensive climate control solutions for your residential and commercial needs."
/>
@@ -152,45 +104,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Analytics Pro",
- price: "$99",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-uses-ai-chatbot-system-computer-guide-her-through-tasks_482257-118915.jpg",
- },
- {
- id: "p2",
- name: "Security Suite",
- price: "$149",
- imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg",
- },
- {
- id: "p3",
- name: "App Manager",
- price: "$79",
- imageSrc: "http://img.b2bpic.net/free-photo/cyber-intelligence-secure-operations-center-with-usa-flag-big-screen_482257-105777.jpg",
- },
- {
- id: "p4",
- name: "Cloud Portal",
- price: "$199",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-112941.jpg",
- },
- {
- id: "p5",
- name: "Dev Tools",
- price: "$49",
- imageSrc: "http://img.b2bpic.net/free-photo/software-engineer-pc-coding-creating-software-using-isolated-screen-tablet_482257-114490.jpg",
- },
- {
- id: "p6",
- name: "API Bridge",
- price: "$29",
- imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-with-technical-information_53876-101869.jpg",
- },
+ { id: "p1", name: "Smart Thermostats", price: "From $199", imageSrc: "http://img.b2bpic.net/free-photo/smart-home-thermostat_482257-118915.jpg" },
+ { id: "p2", name: "High-Efficiency AC Units", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/ac-unit-outdoor_482257-126876.jpg" },
+ { id: "p3", name: "Furnace Systems", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/modern-furnace_482257-105777.jpg" },
]}
- title="Our Solutions"
- description="Premium software modules to supercharge your performance."
+ title="Featured Products"
+ description="Upgrade to high-performance equipment today."
/>
@@ -201,59 +120,20 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "starter",
- badge: "Starter",
- price: "$49",
- subtitle: "For small teams and startups.",
- buttons: [
- {
- text: "Get Started",
- href: "#contact",
- },
- ],
- features: [
- "Cloud hosting",
- "Basic security",
- "Email support",
- ],
+ id: "basic", badge: "Tune-Up", price: "$99", subtitle: "Seasonal maintenance check.", buttons: [{ text: "Book Now", href: "#contact" }],
+ features: ["System clean", "Safety check", "Filter replacement"],
},
{
- id: "pro",
- badge: "Professional",
- price: "$129",
- subtitle: "Everything you need to scale fast.",
- buttons: [
- {
- text: "Get Started",
- href: "#contact",
- },
- ],
- features: [
- "Advanced analytics",
- "24/7 security",
- "Dedicated support",
- ],
+ id: "pro", badge: "Service Plan", price: "$299/yr", subtitle: "Peace of mind membership.", buttons: [{ text: "Get Started", href: "#contact" }],
+ features: ["Priority scheduling", "15% off repairs", "2x annual visits"],
},
{
- id: "enterprise",
- badge: "Enterprise",
- price: "Custom",
- subtitle: "Custom solutions for large scale operations.",
- buttons: [
- {
- text: "Contact Us",
- href: "#contact",
- },
- ],
- features: [
- "Custom API access",
- "Multi-region support",
- "White glove service",
- ],
+ id: "enterprise", badge: "Commercial", price: "Custom", subtitle: "Built for business needs.", buttons: [{ text: "Contact Us", href: "#contact" }],
+ features: ["Custom maintenance", "24/7 priority", "Fleet support"],
},
]}
- title="Simple Pricing"
- description="Choose the right plan for your business size."
+ title="Service Plans"
+ description="Choose the right protection plan for your home or business."
/>
@@ -263,27 +143,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- icon: Zap,
- title: "Tasks Automated",
- value: "5M+",
- },
- {
- id: "m2",
- icon: Shield,
- title: "Security Patches",
- value: "12k",
- },
- {
- id: "m3",
- icon: Award,
- title: "Projects Completed",
- value: "850",
- },
+ { id: "m1", icon: Zap, title: "Systems Installed", value: "5,000+" },
+ { id: "m2", icon: Shield, title: "Happy Customers", value: "12k+" },
+ { id: "m3", icon: Award, title: "Years Experience", value: "25" },
]}
- title="Driven by Results"
- description="Consistently delivering performance milestones for our clients."
+ title="Proven Excellence"
+ description="Trusted by thousands of neighbors for professional climate control."
/>
@@ -294,57 +159,24 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Sarah",
- handle: "@techlead",
- testimonial: "Exceptional service and quick implementation.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-customer-support-agent-with-headset-working-laptop-call-center_637285-129.jpg",
- },
+ id: "t1", name: "John D.", handle: "@homeowner", testimonial: "Excellent response time during our summer AC outage. Very professional.", imageSrc: "https://img.b2bpic.net/free-photo/happy-homeowner.jpg"},
{
- id: "t2",
- name: "Mark",
- handle: "@startupceo",
- testimonial: "Transformed our workflow completely.",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-caucasian-man-standing-front-desk-office-holding-cup-looking-away_1098-20462.jpg",
- },
- {
- id: "t3",
- name: "Li",
- handle: "@devmanager",
- testimonial: "Reliable, robust, and always available.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg",
- },
- {
- id: "t4",
- name: "David",
- handle: "@cto",
- testimonial: "Best in class infrastructure support.",
- imageSrc: "http://img.b2bpic.net/free-photo/administrator-assistant-gather-data-from-monthly-reports-reviewing-performance-metrics_482257-133739.jpg",
- },
- {
- id: "t5",
- name: "Elena",
- handle: "@productlead",
- testimonial: "Highly recommended for scaling.",
- imageSrc: "http://img.b2bpic.net/free-photo/designer-work-office_158595-1199.jpg",
- },
+ id: "t2", name: "Susan M.", handle: "@localclient", testimonial: "Annual maintenance service is thorough and reasonably priced.", imageSrc: "https://img.b2bpic.net/free-photo/satisfied-customer.jpg"},
]}
- title="Client Success"
- description="What our partners have to say about our work."
+ title="Customer Reviews"
+ description="Hear what our happy customers have to say."
/>
@@ -352,33 +184,13 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index d2ffc19..9702cdd 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -13,11 +13,11 @@
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
- --primary-cta: #1f3251;
+ --primary-cta: #15479c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
- --accent: #15479c;
+ --accent: #e34400;
--background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */