diff --git a/src/app/page.tsx b/src/app/page.tsx
index 888f7fc..63e85fb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Calendar, DollarSign, Home, MapPin, ShieldCheck, Smile, Sparkles, Tool } from "lucide-react";
+import { Calendar, DollarSign, Home, MapPin, ShieldCheck, Smile, Sparkles, Hammer } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,30 +32,18 @@ export default function LandingPage() {
@@ -63,69 +51,44 @@ export default function LandingPage() {
@@ -151,33 +114,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "electrical",
- title: "Expert Electrical Services",
- description: "Safe and reliable electrical work, including wiring, outlet repair, fixture installation, and panel upgrades. Trust our certified professionals for all your home's power needs.",
- tag: "Specialty",
- imageSrc: "http://img.b2bpic.net/free-photo/electrician-construction-worker-overalls-with-drill-installation-sockets-home-renovation-concept_169016-7331.jpg",
- },
+ id: "electrical", title: "Expert Electrical Services", description: "Safe and reliable electrical work, including wiring, outlet repair, fixture installation, and panel upgrades. Trust our certified professionals for all your home's power needs.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/electrician-construction-worker-overalls-with-drill-installation-sockets-home-renovation-concept_169016-7331.jpg"},
{
- id: "fencing",
- title: "Professional Fencing Solutions",
- description: "Enhance your property's privacy and curb appeal with our custom fencing installations and repairs. From wood to metal, we build durable and beautiful fences.",
- tag: "Specialty",
- imageSrc: "http://img.b2bpic.net/free-photo/man-protective-gloves-is-painting-wooden-fence-bright-summer-day_613910-17104.jpg",
- },
+ id: "fencing", title: "Professional Fencing Solutions", description: "Enhance your property's privacy and curb appeal with our custom fencing installations and repairs. From wood to metal, we build durable and beautiful fences.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/man-protective-gloves-is-painting-wooden-fence-bright-summer-day_613910-17104.jpg"},
{
- id: "welding",
- title: "Custom Welding & Fabrication",
- description: "Precision welding for gates, railings, repairs, and custom metalwork. Our skilled welders deliver strong, lasting, and aesthetically pleasing results for any project.",
- tag: "Specialty",
- imageSrc: "http://img.b2bpic.net/free-photo/metallic-railing-sunny-day_23-2148269798.jpg",
- },
+ id: "welding", title: "Custom Welding & Fabrication", description: "Precision welding for gates, railings, repairs, and custom metalwork. Our skilled welders deliver strong, lasting, and aesthetically pleasing results for any project.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/metallic-railing-sunny-day_23-2148269798.jpg"},
{
- id: "general-repairs",
- title: "General Home Repairs",
- description: "Beyond our specialties, we tackle all common household repairs – plumbing fixes, drywall, carpentry, painting, and more. Your one-stop shop for home maintenance.",
- tag: "Versatile",
- imageSrc: "http://img.b2bpic.net/free-photo/electric-jigsaw-with-saw-wood-hands-carpenter_169016-52838.jpg",
- },
+ id: "general-repairs", title: "General Home Repairs", description: "Beyond our specialties, we tackle all common household repairs – plumbing fixes, drywall, carpentry, painting, and more. Your one-stop shop for home maintenance.", tag: "Versatile", imageSrc: "http://img.b2bpic.net/free-photo/electric-jigsaw-with-saw-wood-hands-carpenter_169016-52838.jpg"},
]}
title="Comprehensive Handyman Services"
description="From minor fixes to major installations, Modern M Trades offers a full spectrum of services. We specialize in the following trades, ensuring expert care for your home."
@@ -192,25 +135,13 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "years",
- value: "10+",
- title: "Years in Business",
- description: "A decade of trusted service, continually growing with our community.",
- icon: Calendar,
+ id: "years", value: "10+", title: "Years in Business", description: "A decade of trusted service, continually growing with our community.", icon: Calendar,
},
{
- id: "projects",
- value: "500+",
- title: "Projects Completed",
- description: "Successfully tackling a wide range of home repair and improvement challenges.",
- icon: Tool,
+ id: "projects", value: "500+", title: "Projects Completed", description: "Successfully tackling a wide range of home repair and improvement challenges.", icon: Hammer,
},
{
- id: "satisfied",
- value: "99%",
- title: "Customer Satisfaction",
- description: "Our priority is your happiness, reflected in our exceptional client feedback.",
- icon: Smile,
+ id: "satisfied", value: "99%", title: "Customer Satisfaction", description: "Our priority is your happiness, reflected in our exceptional client feedback.", icon: Smile,
},
]}
title="Our Track Record of Excellence"
@@ -225,53 +156,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- handle: "@KatyHomeowner",
- testimonial: "Modern M Trades did an amazing job with our electrical panel upgrade. Professional, efficient, and very fair pricing. Highly recommend!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
- },
+ id: "1", name: "Sarah J.", handle: "@KatyHomeowner", testimonial: "Modern M Trades did an amazing job with our electrical panel upgrade. Professional, efficient, and very fair pricing. Highly recommend!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg"},
{
- id: "2",
- name: "Michael T.",
- handle: "@HappyClientTX",
- testimonial: "They built a beautiful new fence for our backyard. The craftsmanship is excellent, and they were a pleasure to work with from start to finish.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065006.jpg",
- },
+ id: "2", name: "Michael T.", handle: "@HappyClientTX", testimonial: "They built a beautiful new fence for our backyard. The craftsmanship is excellent, and they were a pleasure to work with from start to finish.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065006.jpg"},
{
- id: "3",
- name: "Emily R.",
- handle: "@LocalKatyResident",
- testimonial: "Needed some custom welding for a gate repair, and Modern M Trades exceeded expectations. Fast, reliable, and precise work!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/confident-elderly-female-gardener-wearing-gardening-hat-holding-gardening-scissors-gloves-isolated-orange-wall-with-copy-space_141793-118712.jpg",
- },
+ id: "3", name: "Emily R.", handle: "@LocalKatyResident", testimonial: "Needed some custom welding for a gate repair, and Modern M Trades exceeded expectations. Fast, reliable, and precise work!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/confident-elderly-female-gardener-wearing-gardening-hat-holding-gardening-scissors-gloves-isolated-orange-wall-with-copy-space_141793-118712.jpg"},
{
- id: "4",
- name: "David L.",
- handle: "@KatyFamilyMan",
- testimonial: "So grateful for their quick response to a plumbing emergency. They saved the day! Truly a reliable family business.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-touching-daughter-looking-man-sitting-steps_259150-59364.jpg",
- },
+ id: "4", name: "David L.", handle: "@KatyFamilyMan", testimonial: "So grateful for their quick response to a plumbing emergency. They saved the day! Truly a reliable family business.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-touching-daughter-looking-man-sitting-steps_259150-59364.jpg"},
{
- id: "5",
- name: "Olivia M.",
- handle: "@HomeImprovementFan",
- testimonial: "Modern M Trades helped us with several home improvement projects. Their versatility and quality of work are unmatched.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/two-students-smiling-happy-painting-sitting-table-art-school_839833-9696.jpg",
- },
+ id: "5", name: "Olivia M.", handle: "@HomeImprovementFan", testimonial: "Modern M Trades helped us with several home improvement projects. Their versatility and quality of work are unmatched.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/two-students-smiling-happy-painting-sitting-table-art-school_839833-9696.jpg"},
{
- id: "6",
- name: "Robert S.",
- handle: "@TexasBuilder",
- testimonial: "As a contractor myself, I appreciate true craftsmanship. Modern M Trades delivers every time. Excellent attention to detail.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/mother-with-child-working-laptop_23-2148492855.jpg",
- },
+ id: "6", name: "Robert S.", handle: "@TexasBuilder", testimonial: "As a contractor myself, I appreciate true craftsmanship. Modern M Trades delivers every time. Excellent attention to detail.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/mother-with-child-working-laptop_23-2148492855.jpg"},
]}
showRating={true}
title="What Our Customers Say"
@@ -285,35 +186,17 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "faq-1",
- title: "What areas do you serve?",
- content: "We proudly serve Katy, TX, and surrounding communities. Please contact us to confirm service availability in your specific location.",
- },
+ id: "faq-1", title: "What areas do you serve?", content: "We proudly serve Katy, TX, and surrounding communities. Please contact us to confirm service availability in your specific location."},
{
- id: "faq-2",
- title: "How do I get a free estimate?",
- content: "You can request a free estimate by filling out the contact form below, calling us directly at (713) 897-9324, or emailing us. We'll schedule a convenient time to assess your project.",
- },
+ id: "faq-2", title: "How do I get a free estimate?", content: "You can request a free estimate by filling out the contact form below, calling us directly at (713) 897-9324, or emailing us. We'll schedule a convenient time to assess your project."},
{
- id: "faq-3",
- title: "Are you licensed and insured?",
- content: "Yes, Modern M Trades is fully licensed and insured for all the services we provide, giving you peace of mind and protection throughout your project.",
- },
+ id: "faq-3", title: "Are you licensed and insured?", content: "Yes, Modern M Trades is fully licensed and insured for all the services we provide, giving you peace of mind and protection throughout your project."},
{
- id: "faq-4",
- title: "What types of electrical work do you do?",
- content: "Our electrical services include outlet and switch repairs, light fixture installation, ceiling fan installation, panel upgrades, troubleshooting, and new circuit installations.",
- },
+ id: "faq-4", title: "What types of electrical work do you do?", content: "Our electrical services include outlet and switch repairs, light fixture installation, ceiling fan installation, panel upgrades, troubleshooting, and new circuit installations."},
{
- id: "faq-5",
- title: "Can you repair my existing fence?",
- content: "Absolutely! We offer comprehensive fence repair services for various materials, including wood, wrought iron, and chain-link, to restore its functionality and appearance.",
- },
+ id: "faq-5", title: "Can you repair my existing fence?", content: "Absolutely! We offer comprehensive fence repair services for various materials, including wood, wrought iron, and chain-link, to restore its functionality and appearance."},
{
- id: "faq-6",
- title: "Do you offer custom welding projects?",
- content: "Yes, in addition to repairs, our skilled welders can undertake custom fabrication projects, such as gates, railings, decorative metalwork, and structural welding.",
- },
+ id: "faq-6", title: "Do you offer custom welding projects?", content: "Yes, in addition to repairs, our skilled welders can undertake custom fabrication projects, such as gates, railings, decorative metalwork, and structural welding."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our services, pricing, and scheduling."
@@ -325,8 +208,7 @@ export default function LandingPage() {