Merge version_1 into main #3
@@ -46,19 +46,19 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg?_wi=1"
|
||||
imageAlt="Professional junk removal team"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "Homeowner, Downtown", testimonial: "They cleared my garage in just 2 hours! Professional and affordable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
|
||||
{
|
||||
name: "David Chen", handle: "Property Manager, Midtown", testimonial: "Best service in town. Quick, efficient, and they recycle responsibly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
|
||||
{
|
||||
name: "Lisa Rodriguez", handle: "Business Owner, Plaza District", testimonial: "Exceeded expectations. Highly recommend CnB Just Junk!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get Free Quote", href: "#contact" },
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "furniture", title: "Furniture Removal", description: "Old couches, tables, chairs, and bedroom sets. We handle large and bulky furniture safely and efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-into-new-house_53876-20668.jpg", imageAlt: "Furniture removal service"},
|
||||
{
|
||||
id: "construction", title: "Construction Debris", description: "Post-renovation cleanup including drywall, wood, and mixed materials. Proper disposal and recycling.", imageSrc: "http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg", imageAlt: "Construction debris removal"},
|
||||
id: "construction", title: "Construction Debris", description: "Post-renovation cleanup including drywall, wood, and mixed materials. Proper disposal and recycling.", imageSrc: "http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg?_wi=2", imageAlt: "Construction debris removal"},
|
||||
{
|
||||
id: "appliances", title: "Appliance Haul-Away", description: "Old refrigerators, washers, dryers, and other appliances removed responsibly with proper recycling.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-house-interior-with-clutter_23-2149454798.jpg", imageAlt: "Appliance removal service"},
|
||||
{
|
||||
@@ -129,17 +129,17 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"},
|
||||
{
|
||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"},
|
||||
{
|
||||
id: "3", name: "Lisa Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
id: "3", name: "Lisa Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"},
|
||||
{
|
||||
id: "4", name: "James Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
id: "4", name: "James Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7"},
|
||||
{
|
||||
id: "5", name: "Maria Garcia", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
id: "5", name: "Maria Garcia", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8"},
|
||||
{
|
||||
id: "6", name: "Robert Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
id: "6", name: "Robert Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9"},
|
||||
]}
|
||||
cardTitle="Over 5,000 satisfied customers trust CnB Just Junk for reliable junk removal"
|
||||
cardTag="See what they say"
|
||||
@@ -242,7 +242,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg?_wi=3"
|
||||
imageAlt="CnB Just Junk - Professional Junk Removal"
|
||||
logoText="CnB Just Junk"
|
||||
copyrightText="© 2025 CnB Just Junk. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user