From e62cb9d971bd1959b0a4f5e00a8d4567fbd26812 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 14:03:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b6afd5..9ca7e6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { CheckCircle, Crown, DollarSign, HelpCircle, Mail, MessageSquare, Shield, Sparkles, Star, Truck, Users, Zap } from 'lucide-react'; +import { Briefcase, CheckCircle, Crown, DollarSign, HelpCircle, Mail, MessageSquare, Shield, Sparkles, Star, Truck, Users, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -58,16 +58,16 @@ export default function LandingPage() { id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/storehouse-manager-standing-ladder-while-reaching-cardboard-box-african-american-warehouse-loader-wearing-safery-hard-hat-overall-workwear-unloading-shelf-with-heavy-parcels_482257-62734.jpg", imageAlt: "Professional moving team" }, { - id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/happy-car-mechanic-using-digital-tablet-while-working-auto-repair-shop_637285-7606.jpg?_wi=1", imageAlt: "Expert assembly service" + id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/happy-car-mechanic-using-digital-tablet-while-working-auto-repair-shop_637285-7606.jpg", imageAlt: "Expert assembly service" }, { - id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-cardboard-boxes-their-new-home_23-2149086866.jpg?_wi=1", imageAlt: "Careful relocation" + id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-cardboard-boxes-their-new-home_23-2149086866.jpg", imageAlt: "Careful relocation" }, { - id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-silk-pajamas-ruffles-hair-dressing-room-cheerful-woman-striped-shirt-smil_197531-33622.jpg?_wi=1", imageAlt: "Professional disassembly" + id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-silk-pajamas-ruffles-hair-dressing-room-cheerful-woman-striped-shirt-smil_197531-33622.jpg", imageAlt: "Professional disassembly" }, { - id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-businesspeople-having-meeting_1098-1699.jpg?_wi=1", imageAlt: "Skilled team" + id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-businesspeople-having-meeting_1098-1699.jpg", imageAlt: "Skilled team" }, { id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-4760.jpg", imageAlt: "Affordable pricing" @@ -94,15 +94,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Residential Moving", description: "Full-service moving for homes of any size. We handle packing, loading, transportation, and unpacking with professionalism and care.", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-cardboard-boxes-their-new-home_23-2149086866.jpg?_wi=2", imageAlt: "Residential moving service" + title: "Residential Moving", description: "Full-service moving for homes of any size. We handle packing, loading, transportation, and unpacking with professionalism and care.", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-cardboard-boxes-their-new-home_23-2149086866.jpg", imageAlt: "Residential moving service" }, { id: 2, - title: "Furniture Assembly", description: "Expert assembly of IKEA, custom, and designer furniture. We ensure everything is assembled correctly and safely.", imageSrc: "http://img.b2bpic.net/free-photo/happy-car-mechanic-using-digital-tablet-while-working-auto-repair-shop_637285-7606.jpg?_wi=2", imageAlt: "Furniture assembly service" + title: "Furniture Assembly", description: "Expert assembly of IKEA, custom, and designer furniture. We ensure everything is assembled correctly and safely.", imageSrc: "http://img.b2bpic.net/free-photo/happy-car-mechanic-using-digital-tablet-while-working-auto-repair-shop_637285-7606.jpg", imageAlt: "Furniture assembly service" }, { id: 3, - title: "Disassembly & Reassembly", description: "Professional disassembly of furniture for safe transport, then reassembly at your new location.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-silk-pajamas-ruffles-hair-dressing-room-cheerful-woman-striped-shirt-smil_197531-33622.jpg?_wi=2", imageAlt: "Furniture disassembly service" + title: "Disassembly & Reassembly", description: "Professional disassembly of furniture for safe transport, then reassembly at your new location.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-silk-pajamas-ruffles-hair-dressing-room-cheerful-woman-striped-shirt-smil_197531-33622.jpg", imageAlt: "Furniture disassembly service" } ]} ariaLabel="Our services section" @@ -150,7 +150,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "Schedule Now", href: "#contact" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/group-happy-businesspeople-having-meeting_1098-1699.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/group-happy-businesspeople-having-meeting_1098-1699.jpg" imageAlt="Professional team" mediaAnimation="slide-up" textboxLayout="default" -- 2.49.1