diff --git a/src/app/page.tsx b/src/app/page.tsx index d023396..3d7e1ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,32 +48,15 @@ export default function LandingPage() {
@@ -119,26 +85,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Eco-Friendly Sanitization", - description: "We use biodegradable, high-pressure solutions that are safe for your lawn and pets.", - tag: "Green", - imageSrc: "http://img.b2bpic.net/free-photo/large-wooden-hive-with-bees-apiary-spring_169016-11836.jpg", - }, + id: "f1", title: "Eco-Friendly Sanitization", description: "We use biodegradable, high-pressure solutions that are safe for your lawn and pets.", tag: "Green", imageSrc: "http://img.b2bpic.net/free-photo/large-wooden-hive-with-bees-apiary-spring_169016-11836.jpg"}, { - id: "f2", - title: "Odor & Germ Removal", - description: "Our deep-cleaning process eliminates 99.9% of bacteria and offensive odors.", - tag: "Sanitary", - imageSrc: "http://img.b2bpic.net/free-photo/woman-refreshing-old-wooden-furniture-with-white-color_7502-8773.jpg", - }, + id: "f2", title: "Odor & Germ Removal", description: "Our deep-cleaning process eliminates 99.9% of bacteria and offensive odors.", tag: "Sanitary", imageSrc: "http://img.b2bpic.net/free-photo/woman-refreshing-old-wooden-furniture-with-white-color_7502-8773.jpg"}, { - id: "f3", - title: "Pest Control Support", - description: "By removing food residue and grime, we help prevent flies, maggots, and other pests.", - tag: "Safe", - imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508102.jpg", - }, + id: "f3", title: "Pest Control Support", description: "By removing food residue and grime, we help prevent flies, maggots, and other pests.", tag: "Safe", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508102.jpg"}, ]} title="Why Choose Us?" description="Our bin cleaning process ensures your outdoor space remains fresh, pest-free, and hygienic throughout the seasons." @@ -152,38 +103,20 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "p1", - badge: "Popular", - price: "$29", - subtitle: "Single Clean", - buttons: [ + id: "p1", badge: "Popular", price: "$29", subtitle: "Single Clean", buttons: [ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ], features: [ - "1 Bin Cleaned", - "Deodorized", - "Fully Sanitized", - ], + "1 Bin Cleaned", "Deodorized", "Fully Sanitized"], }, { - id: "p2", - badge: "Best Value", - price: "$79", - subtitle: "Monthly Maintenance", - buttons: [ + id: "p2", badge: "Best Value", price: "$79", subtitle: "Monthly Maintenance", buttons: [ { - text: "Select Plan", - href: "#contact", - }, + text: "Select Plan", href: "#contact"}, ], features: [ - "4 Monthly Cleans", - "Priority Scheduling", - "All Bins Included", - ], + "4 Monthly Cleans", "Priority Scheduling", "All Bins Included"], }, ]} title="Flexible Cleaning Plans" @@ -196,30 +129,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Jane Doe", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149199032.jpg", - }, + id: "1", name: "Jane Doe", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-moving-into-new-home_23-2149199032.jpg"}, { - id: "2", - name: "Bob Smith", - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-holding-blanket_23-2148231823.jpg", - }, + id: "2", name: "Bob Smith", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-holding-blanket_23-2148231823.jpg"}, { - id: "3", - name: "Alice Green", - imageSrc: "http://img.b2bpic.net/free-photo/team-eco-volunteers-work-looking-confident_259150-57448.jpg", - }, + id: "3", name: "Alice Green", imageSrc: "http://img.b2bpic.net/free-photo/team-eco-volunteers-work-looking-confident_259150-57448.jpg"}, { - id: "4", - name: "Charlie Blue", - imageSrc: "http://img.b2bpic.net/free-photo/housewife-gardening-kitchen-home-using-gloves-shovel_482257-8649.jpg", - }, + id: "4", name: "Charlie Blue", imageSrc: "http://img.b2bpic.net/free-photo/housewife-gardening-kitchen-home-using-gloves-shovel_482257-8649.jpg"}, { - id: "5", - name: "David White", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-caucasian-guy-dating-afro-american-girl_1262-19996.jpg", - }, + id: "5", name: "David White", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-caucasian-guy-dating-afro-american-girl_1262-19996.jpg"}, ]} cardTitle="Loved by Neighbors" cardTag="Community Feedback" @@ -233,20 +151,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "How often should I clean my bin?", - content: "We recommend a monthly cleaning for optimal hygiene and to prevent pest issues.", - }, + id: "q1", title: "How often should I clean my bin?", content: "We recommend a monthly cleaning for optimal hygiene and to prevent pest issues."}, { - id: "q2", - title: "Do I need to be home?", - content: "No, as long as your bins are accessible on the curb, we can complete the cleaning.", - }, + id: "q2", title: "Do I need to be home?", content: "No, as long as your bins are accessible on the curb, we can complete the cleaning."}, { - id: "q3", - title: "Is your process safe?", - content: "Yes, our cleaning solutions are eco-friendly, biodegradable, and safe for your pets and lawn.", - }, + id: "q3", title: "Is your process safe?", content: "Yes, our cleaning solutions are eco-friendly, biodegradable, and safe for your pets and lawn."}, ]} title="Common Questions" description="Get clear answers about our bin cleaning process." @@ -258,8 +167,7 @@ export default function LandingPage() {