diff --git a/src/app/page.tsx b/src/app/page.tsx
index b04cba6..caecf44 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,72 +31,30 @@ export default function LandingPage() {
@@ -104,10 +62,9 @@ export default function LandingPage() {
@@ -117,46 +74,21 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Plumbing Maintenance", description: "Professional and fast plumbing solutions for residential repairs.", icon: CheckCircle,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/professional-woodworker-using-tablet-carpentry-workshop_342744-801.jpg", imageAlt: "professional tradesman uniform residential"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-smiling-with-happy-face-raising-hands-touching-his-shoulders-standing-purple-wall_141793-64709.jpg", imageAlt: "professional tradesman uniform residential"},
- ]
- },
- {
- title: "Electrical Repairs", description: "High quality guaranteed results for home electrical systems.", icon: Shield,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/technical-service-man-grey-t-shirt-with-cap-showing-house-model-with-finger_176474-11135.jpg", imageAlt: "professional tradesman uniform residential"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-looking-away_23-2148384486.jpg", imageAlt: "professional tradesman uniform residential"},
- ]
- },
- {
- title: "HVAC Servicing", description: "Affordable heating and cooling maintenance plans.", icon: Zap,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-retro-1920s-english-arabian-business-man-wearing-waistcoat_627829-6948.jpg", imageAlt: "professional tradesman uniform residential"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-taking-car-tire-form-rack-workshop_637285-7530.jpg", imageAlt: "professional tradesman uniform residential"},
- ]
- },
+ { title: "Plumbing", description: "Complete plumbing repairs and installations.", icon: CheckCircle, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/professional-woodworker-using-tablet-carpentry-workshop_342744-801.jpg" }, { imageSrc: "https://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176696.jpg" }] },
+ { title: "Electrical", description: "Reliable home and office electrical repairs.", icon: Shield, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/technical-service-man-grey-t-shirt-with-cap-showing-house-model-with-finger_176474-11135.jpg" }, { imageSrc: "https://img.b2bpic.net/free-photo/full-shot-man-looking-away_23-2148384486.jpg" }] },
+ { title: "HVAC", description: "High-efficiency cooling and heating solutions.", icon: Zap, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/portrait-retro-1920s-english-arabian-business-man-wearing-waistcoat_627829-6948.jpg" }, { imageSrc: "https://img.b2bpic.net/free-photo/happy-auto-repairman-taking-car-tire-form-rack-workshop_637285-7530.jpg" }] }
]}
- title="Our Services"
- description="Professional care for all your needs."
+ title="Professional Services"
+ description="We handle your property repairs with precision and care."
/>
@@ -167,18 +99,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1", value: "1", title: "Call", description: "Contact us anytime.", icon: Phone,
- },
- {
- id: "m2", value: "2", title: "Schedule", description: "Get a fast response.", icon: Calendar,
- },
- {
- id: "m3", value: "3", title: "Completed", description: "Job done to perfection.", icon: Award,
- },
+ { id: "1", value: "1", title: "Contact", description: "Schedule your appointment.", icon: Phone },
+ { id: "2", value: "2", title: "Assess", description: "Get a transparent estimate.", icon: Calendar },
+ { id: "3", value: "3", title: "Complete", description: "Expert repairs delivered.", icon: Award },
]}
- title="How It Works"
- description="A seamless 3-step process."
+ title="Simple Process"
+ description="Getting your home back in shape is easy."
/>
@@ -187,45 +113,30 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- {
- id: "f1", title: "What are your pricing models?", content: "Competitive, upfront pricing with no hidden fees."},
- {
- id: "f2", title: "How fast is your response time?", content: "We offer same-day service appointments in most cases."},
- {
- id: "f3", title: "Is your work guaranteed?", content: "Yes, all our work is fully warranted for your peace of mind."},
- {
- id: "f4", title: "Are you licensed and insured?", content: "We carry full insurance and licenses for every trade we provide."},
+ { id: "f1", title: "What areas do you serve?", content: "We cover the entire local city region and surrounding areas." },
+ { id: "f2", title: "Are your estimates free?", content: "Yes, we provide honest, no-obligation estimates for every job." },
+ { id: "f3", title: "Do you offer emergency service?", content: "Absolutely, our team is on call for your urgent repair needs." }
]}
- imageSrc="http://img.b2bpic.net/free-photo/pensive-businessman-staring-through-window_1098-237.jpg"
- mediaAnimation="slide-up"
- title="Common Questions"
- description="Answers to what matters most."
+ imageSrc="https://img.b2bpic.net/free-photo/pensive-businessman-staring-through-window_1098-237.jpg"
+ title="Frequently Asked"
+ description="Everything you need to know about working with us."
faqsAnimation="slide-up"
/>