diff --git a/src/app/page.tsx b/src/app/page.tsx
index d28362c..19cbc32 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,69 +32,32 @@ export default function LandingPage() {
@@ -105,24 +68,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- icon: Shield,
- title: "Licensed & Insured",
- value: "100%",
- },
- {
- id: "m2",
- icon: Clock,
- title: "Same-Day Service",
- value: "24/7",
- },
- {
- id: "m3",
- icon: DollarSign,
- title: "Transparent Prices",
- value: "Clear",
- },
+ { id: "m1", icon: Shield, title: "Licensed & Insured", value: "100%" },
+ { id: "m2", icon: Clock, title: "Same-Day Service", value: "24/7" },
+ { id: "m3", icon: DollarSign, title: "Transparent Prices", value: "Clear" },
]}
title="Trusted by Local Homeowners"
description="Professional service, courteous technicians, and transparent pricing guaranteed."
@@ -135,34 +83,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "HVAC Repair",
- tags: [
- "AC",
- "Furnace",
- "Maintenance",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lamp-design_23-2151047536.jpg",
- },
- {
- id: "f2",
- title: "Plumbing",
- tags: [
- "Leak Repair",
- "Drain Cleaning",
- ],
- imageSrc: "http://img.b2bpic.net/free-vector/flat-labour-day-label-collection_23-2148893451.jpg",
- },
- {
- id: "f3",
- title: "Electrical",
- tags: [
- "Panel Upgrades",
- "Lighting",
- ],
- imageSrc: "http://img.b2bpic.net/free-vector/electricity-icon-black_98292-425.jpg",
- },
+ { id: "f1", title: "HVAC Repair", tags: ["AC", "Furnace", "Maintenance"], imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lamp-design_23-2151047536.jpg" },
+ { id: "f2", title: "Plumbing", tags: ["Leak Repair", "Drain Cleaning"], imageSrc: "http://img.b2bpic.net/free-vector/flat-labour-day-label-collection_23-2148893451.jpg" },
+ { id: "f3", title: "Electrical", tags: ["Panel Upgrades", "Lighting"], imageSrc: "http://img.b2bpic.net/free-vector/electricity-icon-black_98292-425.jpg" },
]}
title="Complete Home Services"
description="Expert solutions for your home's most critical systems."
@@ -173,15 +96,8 @@ export default function LandingPage() {
@@ -191,46 +107,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- title: "Courteous",
- quote: "Very courteous, professional & knowledgeable.",
- name: "Sarah J.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/male-worker-uniform-with-protective-glasses-copy-space_23-2148773496.jpg",
- },
- {
- id: "t2",
- title: "Excellent",
- quote: "Nothing exceeds the work that Tylers did.",
- name: "Mike D.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-home-pandemic-giving-thumbs-up-while-looking-laptop_23-2148781377.jpg",
- },
- {
- id: "t3",
- title: "Professional",
- quote: "Very fair price. Fully explained everything.",
- name: "Emily R.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-partners-meeting-co-working-reading-agreement-using-laptop_74855-8819.jpg",
- },
- {
- id: "t4",
- title: "Great Service",
- quote: "Prompt, friendly, and expert service.",
- name: "David K.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/equipment-large-bargain-construction-parked_1134-1112.jpg",
- },
- {
- id: "t5",
- title: "Reliable",
- quote: "Best home service we have ever used.",
- name: "Jane L.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593846.jpg",
- },
+ { id: "t1", title: "Courteous", quote: "Very courteous, professional & knowledgeable.", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-uniform-with-protective-glasses-copy-space_23-2148773496.jpg" },
+ { id: "t2", title: "Excellent", quote: "Nothing exceeds the work that Tylers did.", name: "Mike D.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-home-pandemic-giving-thumbs-up-while-looking-laptop_23-2148781377.jpg" },
+ { id: "t3", title: "Professional", quote: "Very fair price. Fully explained everything.", name: "Emily R.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-partners-meeting-co-working-reading-agreement-using-laptop_74855-8819.jpg" },
+ { id: "t4", title: "Great Service", quote: "Prompt, friendly, and expert service.", name: "David K.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/equipment-large-bargain-construction-parked_1134-1112.jpg" },
+ { id: "t5", title: "Reliable", quote: "Best home service we have ever used.", name: "Jane L.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593846.jpg" },
]}
title="Trusted Local Reviews"
description="Hear what your neighbors say about our premium service."
@@ -243,35 +124,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
- {
- id: "basic",
- name: "Standard Plan",
- price: "$15/mo",
- features: [
- "Seasonal reminders",
- "Priority scheduling",
- ],
- buttons: [
- {
- text: "Join Comfort Club",
- },
- ],
- },
- {
- id: "pro",
- name: "Premium Plan",
- price: "$35/mo",
- features: [
- "Seasonal reminders",
- "Priority scheduling",
- "10% off repairs",
- ],
- buttons: [
- {
- text: "Join Comfort Club",
- },
- ],
- },
+ { id: "basic", name: "Standard Plan", price: "$15/mo", features: ["Seasonal reminders", "Priority scheduling"], buttons: [{ text: "Join Comfort Club" }] },
+ { id: "pro", name: "Premium Plan", price: "$35/mo", features: ["Seasonal reminders", "Priority scheduling", "10% off repairs"], buttons: [{ text: "Join Comfort Club" }] },
]}
title="The Stress-Free Home Maintenance Plan"
description="Designed for busy homeowners who want peace of mind and system reliability."
@@ -283,21 +137,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Pricing Transparency",
- content: "We provide clear, upfront costs before we start any work.",
- },
- {
- id: "q2",
- title: "Technician Quality",
- content: "Uniformed, courteous, and highly trained professionals.",
- },
- {
- id: "q3",
- title: "Speed",
- content: "24/7 availability for emergencies and fast scheduling.",
- },
+ { id: "q1", title: "Pricing Transparency", content: "We provide clear, upfront costs before we start any work." },
+ { id: "q2", title: "Technician Quality", content: "Uniformed, courteous, and highly trained professionals." },
+ { id: "q3", title: "Speed", content: "24/7 availability for emergencies and fast scheduling." },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kjgvmi"
title="What Homeowners Experience"
@@ -311,9 +153,7 @@ export default function LandingPage() {