diff --git a/src/app/page.tsx b/src/app/page.tsx
index 284ece1..9dba10b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,31 +33,19 @@ export default function LandingPage() {
@@ -67,80 +55,41 @@ export default function LandingPage() {
description="Your Trusted Partner for Efficient, Eco-Friendly, and Stress-Free Cleanouts. Open 24 hours!"
testimonials={[
{
- name: "Samantha L.",
- handle: "@SamanthaL",
- testimonial: "Absolutely fantastic service! They cleared out my garage in no time, very professional and friendly.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
- imageAlt: "male avatar smiling professional",
- },
+ name: "Samantha L.", handle: "@SamanthaL", testimonial: "Absolutely fantastic service! They cleared out my garage in no time, very professional and friendly.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "male avatar smiling professional"},
{
- name: "Mark T.",
- handle: "@MarkT",
- testimonial: "Highly recommend G. Ponce's! Quick response, great communication, and fair pricing for my construction debris.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/abandoned-old-truck_268835-17495.jpg?_wi=1",
- imageAlt: "male avatar smiling professional",
- },
+ name: "Mark T.", handle: "@MarkT", testimonial: "Highly recommend G. Ponce's! Quick response, great communication, and fair pricing for my construction debris.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/abandoned-old-truck_268835-17495.jpg", imageAlt: "male avatar smiling professional"},
{
- name: "Jessica R.",
- handle: "@JessicaR",
- testimonial: "Needed an old appliance removed urgently, and they were there right away. Excellent 24-hour service!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg",
- imageAlt: "male avatar smiling professional",
- },
+ name: "Jessica R.", handle: "@JessicaR", testimonial: "Needed an old appliance removed urgently, and they were there right away. Excellent 24-hour service!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", imageAlt: "male avatar smiling professional"},
{
- name: "David P.",
- handle: "@DPJournals",
- testimonial: "G. Ponce's made our office cleanout a breeze. Very efficient, professional, and excellent value. Highly recommend for any business!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg",
- imageAlt: "male avatar smiling professional",
- },
+ name: "David P.", handle: "@DPJournals", testimonial: "G. Ponce's made our office cleanout a breeze. Very efficient, professional, and excellent value. Highly recommend for any business!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg", imageAlt: "male avatar smiling professional"},
{
- name: "Emily S.",
- handle: "@EmilySays",
- testimonial: "Prompt, reliable, and incredibly helpful! They took care of a huge pile of yard waste quickly. Fantastic service from start to finish.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/african-american-freelancer-home-office-sitting-desk-typing-laptop_482257-126952.jpg",
- imageAlt: "male avatar smiling professional",
- },
+ name: "Emily S.", handle: "@EmilySays", testimonial: "Prompt, reliable, and incredibly helpful! They took care of a huge pile of yard waste quickly. Fantastic service from start to finish.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/african-american-freelancer-home-office-sitting-desk-typing-laptop_482257-126952.jpg", imageAlt: "male avatar smiling professional"},
]}
buttons={[
{
- text: "Get a Free Quote",
- href: "#contact",
- },
+ text: "Get a Free Quote", href: "#contact"},
{
- text: "Our Services",
- href: "#services",
- },
+ text: "Our Services", href: "#services"},
]}
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/abandoned-old-truck_268835-17495.jpg",
- alt: "Customer 1",
- },
+ src: "http://img.b2bpic.net/free-photo/abandoned-old-truck_268835-17495.jpg", alt: "Customer 1"},
{
- src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg",
- alt: "Customer 2",
- },
+ src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", alt: "Customer 2"},
{
- src: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg",
- alt: "Customer 3",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg", alt: "Customer 3"},
{
- src: "http://img.b2bpic.net/free-photo/african-american-freelancer-home-office-sitting-desk-typing-laptop_482257-126952.jpg",
- alt: "Customer 4",
- },
+ src: "http://img.b2bpic.net/free-photo/african-american-freelancer-home-office-sitting-desk-typing-laptop_482257-126952.jpg", alt: "Customer 4"},
{
- src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
- alt: "Satisfied client 5",
- },
+ src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", alt: "Satisfied client 5"},
]}
avatarText="Over 100+ 5-Star Reviews!"
- imageSrc="http://img.b2bpic.net/free-photo/abandoned-old-truck_268835-17495.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/abandoned-old-truck_268835-17495.jpg"
imageAlt="Junk removal truck loading debris"
showDimOverlay={true}
showBlur={true}
@@ -152,14 +101,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Your Local Junk Removal Experts"
description={[
- "G. Ponce's Junk Removal & Services LLC is dedicated to providing top-tier, reliable, and friendly junk removal and cleanout services across the community. With a 5.0-star rating based on over 100 customer reviews, we pride ourselves on exceptional service and customer satisfaction.",
- "We handle everything from household clutter to construction debris, always ensuring responsible disposal and recycling. Our team is committed to making your space clean and clutter-free, with the convenience of 24-hour availability to meet your needs anytime, day or night.",
- ]}
+ "G. Ponce's Junk Removal & Services LLC is dedicated to providing top-tier, reliable, and friendly junk removal and cleanout services across the community. With a 5.0-star rating based on over 100 customer reviews, we pride ourselves on exceptional service and customer satisfaction.", "We handle everything from household clutter to construction debris, always ensuring responsible disposal and recycling. Our team is committed to making your space clean and clutter-free, with the convenience of 24-hour availability to meet your needs anytime, day or night."]}
buttons={[
{
- text: "Learn More About Us",
- href: "#",
- },
+ text: "Learn More About Us", href: "#"},
]}
buttonAnimation="slide-up"
/>
@@ -172,40 +117,19 @@ export default function LandingPage() {
description="We offer a wide range of services designed to help you reclaim your space and manage waste efficiently. From single item pickups to full property cleanouts, our team is ready to assist."
accordionItems={[
{
- id: "appliance",
- title: "Appliance Removal & Disposal",
- content: "Got old refrigerators, washers, dryers, or other appliances? We'll safely remove and dispose of them, ensuring eco-friendly recycling whenever possible.",
- },
+ id: "appliance", title: "Appliance Removal & Disposal", content: "Got old refrigerators, washers, dryers, or other appliances? We'll safely remove and dispose of them, ensuring eco-friendly recycling whenever possible."},
{
- id: "construction",
- title: "Construction Debris Removal",
- content: "From minor renovations to major construction projects, we haul away concrete, wood, drywall, metal, and other building materials quickly and cleanly.",
- },
+ id: "construction", title: "Construction Debris Removal", content: "From minor renovations to major construction projects, we haul away concrete, wood, drywall, metal, and other building materials quickly and cleanly."},
{
- id: "e-waste",
- title: "Electronic Waste Removal & Disposal",
- content: "Proper disposal of e-waste is crucial. We handle old computers, TVs, monitors, and other electronics, ensuring they are recycled according to environmental standards.",
- },
+ id: "e-waste", title: "Electronic Waste Removal & Disposal", content: "Proper disposal of e-waste is crucial. We handle old computers, TVs, monitors, and other electronics, ensuring they are recycled according to environmental standards."},
{
- id: "furniture",
- title: "Furniture Removal",
- content: "Say goodbye to old sofas, beds, tables, and chairs. Our team will carefully remove unwanted furniture, making space for your new items.",
- },
+ id: "furniture", title: "Furniture Removal", content: "Say goodbye to old sofas, beds, tables, and chairs. Our team will carefully remove unwanted furniture, making space for your new items."},
{
- id: "cleanouts",
- title: "House & Garage Cleanouts",
- content: "Tackling a full house or garage cleanout? We provide complete services to clear out clutter, leaving your space tidy and organized.",
- },
+ id: "cleanouts", title: "House & Garage Cleanouts", content: "Tackling a full house or garage cleanout? We provide complete services to clear out clutter, leaving your space tidy and organized."},
{
- id: "yard-debris",
- title: "Yard Debris Removal",
- content: "Branches, leaves, brush, and other green waste are no match for us. We'll clear out your yard debris, helping you maintain a beautiful outdoor space.",
- },
+ id: "yard-debris", title: "Yard Debris Removal", content: "Branches, leaves, brush, and other green waste are no match for us. We'll clear out your yard debris, helping you maintain a beautiful outdoor space."},
{
- id: "demo-projects",
- title: "Small Demo Projects & Trailer Rental",
- content: "Beyond removal, we also offer assistance with small demolition projects and convenient trailer rental options for your DIY needs.",
- },
+ id: "demo-projects", title: "Small Demo Projects & Trailer Rental", content: "Beyond removal, we also offer assistance with small demolition projects and convenient trailer rental options for your DIY needs."},
]}
imageSrc="http://img.b2bpic.net/free-vector/cleaning-service-isometric-flowchart-with-workers-detergents-machine-equipment-washing-windows-blue-background_1284-20212.jpg"
imageAlt="Illustration of various junk removal services"
@@ -222,32 +146,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "stars",
- value: "5.0",
- title: "Star Rating",
- description: "Consistently rated highest by our valued customers.",
- icon: Star,
+ id: "stars", value: "5.0", title: "Star Rating", description: "Consistently rated highest by our valued customers.", icon: Star,
},
{
- id: "reviews",
- value: "108+",
- title: "Happy Clients",
- description: "Positive feedback from satisfied homeowners and businesses.",
- icon: Users,
+ id: "reviews", value: "108+", title: "Happy Clients", description: "Positive feedback from satisfied homeowners and businesses.", icon: Users,
},
{
- id: "availability",
- value: "24/7",
- title: "Service Available",
- description: "We're here whenever you need us, day or night.",
- icon: Clock,
+ id: "availability", value: "24/7", title: "Service Available", description: "We're here whenever you need us, day or night.", icon: Clock,
},
{
- id: "experience",
- value: "10+",
- title: "Years of Service",
- description: "Providing reliable and efficient junk removal for over a decade.",
- icon: Award,
+ id: "experience", value: "10+", title: "Years of Service", description: "Providing reliable and efficient junk removal for over a decade.", icon: Award,
},
]}
title="Our Commitment to Excellence"
@@ -257,44 +165,20 @@ export default function LandingPage() {
@@ -325,25 +202,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "what-do-you-take",
- title: "What types of items do you remove?",
- content: "We remove a wide variety of items including old appliances, furniture, construction debris, electronic waste (e-waste), yard debris, and general household junk. If you're unsure about a specific item, please contact us!",
- },
+ id: "what-do-you-take", title: "What types of items do you remove?", content: "We remove a wide variety of items including old appliances, furniture, construction debris, electronic waste (e-waste), yard debris, and general household junk. If you're unsure about a specific item, please contact us!"},
{
- id: "how-much",
- title: "How do you determine pricing?",
- content: "Our pricing is typically based on the volume of junk to be removed (how much space it takes up in our truck) and the type of materials. We offer free, no-obligation quotes to ensure transparency and fair pricing. Simply call us or fill out our contact form.",
- },
+ id: "how-much", title: "How do you determine pricing?", content: "Our pricing is typically based on the volume of junk to be removed (how much space it takes up in our truck) and the type of materials. We offer free, no-obligation quotes to ensure transparency and fair pricing. Simply call us or fill out our contact form."},
{
- id: "present",
- title: "Do I need to be present during the removal?",
- content: "While it's helpful if you are present to guide us, it's not always necessary. As long as we have access to the items and clear instructions, we can perform the removal even if you're not there. We'll confirm details with you beforehand.",
- },
+ id: "present", title: "Do I need to be present during the removal?", content: "While it's helpful if you are present to guide us, it's not always necessary. As long as we have access to the items and clear instructions, we can perform the removal even if you're not there. We'll confirm details with you beforehand."},
{
- id: "areas",
- title: "What areas do you serve?",
- content: "We proudly serve the wider metropolitan area and surrounding communities. Please contact us with your location, and we'll confirm our availability in your specific area.",
- },
+ id: "areas", title: "What areas do you serve?", content: "We proudly serve the wider metropolitan area and surrounding communities. Please contact us with your location, and we'll confirm our availability in your specific area."},
]}
title="Frequently Asked Questions"
description="Find quick answers to the most common questions about our junk removal and services."
@@ -355,8 +220,7 @@ export default function LandingPage() {