Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-17 14:03:37 +00:00

View File

@@ -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"