From cf51794e0ee18a7ccc1bb69406e649ac100403b4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 13:20:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 232 ++++++++++------------------------------------- 1 file changed, 50 insertions(+), 182 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index faf9a77..37d7001 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,65 +48,40 @@ export default function LandingPage() {
@@ -135,22 +102,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Fast Delivery", - description: "Reliable delivery to your site when you need it.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tractor-field_23-2147924049.jpg", + id: "f1", title: "Fast Delivery", description: "Reliable delivery to your site when you need it.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tractor-field_23-2147924049.jpg", tag: "Service" }, { - id: "f2", - title: "Great Selection", - description: "A wide variety of rocks, mulch, and soil for all needs.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-garden-equipment-put-soil_1150-28380.jpg", + id: "f2", title: "Great Selection", description: "A wide variety of rocks, mulch, and soil for all needs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-garden-equipment-put-soil_1150-28380.jpg", tag: "Products" }, { - id: "f3", - title: "Competitive Pricing", - description: "Quality materials at prices that beat the big box stores.", - imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307759.jpg", + id: "f3", title: "Competitive Pricing", description: "Quality materials at prices that beat the big box stores.", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307759.jpg", tag: "Value" }, ]} title="Why Choose Us" @@ -166,59 +124,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - brand: "Supplies", - name: "Decorative Gravel", - price: "$45/ton", - rating: 5, - reviewCount: "20", - imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12406.jpg", - }, + id: "p1", brand: "Supplies", name: "Decorative Gravel", price: "$45/ton", rating: 5, + reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12406.jpg"}, { - id: "p2", - brand: "Supplies", - name: "Premium Mulch", - price: "$30/yd", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-tools-with-copyspace_23-2148198734.jpg", - }, + id: "p2", brand: "Supplies", name: "Premium Mulch", price: "$30/yd", rating: 5, + reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-tools-with-copyspace_23-2148198734.jpg"}, { - id: "p3", - brand: "Supplies", - name: "Garden Stone", - price: "$60/ton", - rating: 4, - reviewCount: "10", - imageSrc: "http://img.b2bpic.net/free-photo/up-green-rock-era-colored_1232-3768.jpg", - }, + id: "p3", brand: "Supplies", name: "Garden Stone", price: "$60/ton", rating: 4, + reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/up-green-rock-era-colored_1232-3768.jpg"}, { - id: "p4", - brand: "Supplies", - name: "Paver Rocks", - price: "$55/ton", - rating: 5, - reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-gravel-road_1137-90.jpg", - }, + id: "p4", brand: "Supplies", name: "Paver Rocks", price: "$55/ton", rating: 5, + reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gravel-road_1137-90.jpg"}, { - id: "p5", - brand: "Supplies", - name: "Topsoil", - price: "$25/yd", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-stack-firewoods_181624-21784.jpg", - }, + id: "p5", brand: "Supplies", name: "Topsoil", price: "$25/yd", rating: 5, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-stack-firewoods_181624-21784.jpg"}, { - id: "p6", - brand: "Supplies", - name: "Slate Border", - price: "$70/ton", - rating: 4, - reviewCount: "5", - imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12310.jpg", - }, + id: "p6", brand: "Supplies", name: "Slate Border", price: "$70/ton", rating: 4, + reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12310.jpg"}, ]} title="Our Materials" description="Quality supplies for your outdoor projects." @@ -232,22 +154,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - title: "Happy Customers", - value: "1000+", - icon: CheckCircle, + id: "m1", title: "Happy Customers", value: "1000+", icon: CheckCircle, }, { - id: "m2", - title: "Loads Delivered", - value: "5000+", - icon: Truck, + id: "m2", title: "Loads Delivered", value: "5000+", icon: Truck, }, { - id: "m3", - title: "Products Available", - value: "50+", - icon: Leaf, + id: "m3", title: "Products Available", value: "50+", icon: Leaf, }, ]} title="Our Impact" @@ -262,40 +175,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Nicholas Boyd", - handle: "@nicholas", - testimonial: "Great place to get any material that you need for your yard. Good prices, great service.", - imageSrc: "http://img.b2bpic.net/free-photo/man-talking-smartphone-sitting-open-terrace_259150-59317.jpg", - }, + id: "t1", name: "Nicholas Boyd", handle: "@nicholas", testimonial: "Great place to get any material that you need for your yard. Good prices, great service.", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-smartphone-sitting-open-terrace_259150-59317.jpg"}, { - id: "t2", - name: "Wendy Solomon", - handle: "@wendy", - testimonial: "Excellent service! They answered on Saturday, delivered Monday morning.", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-eco-friendly-wind-power-project-with-layout_23-2148847779.jpg", - }, + id: "t2", name: "Wendy Solomon", handle: "@wendy", testimonial: "Excellent service! They answered on Saturday, delivered Monday morning.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-eco-friendly-wind-power-project-with-layout_23-2148847779.jpg"}, { - id: "t3", - name: "Customer Three", - handle: "@customer3", - testimonial: "Awesome! This place is way better than the big box stores.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg", - }, + id: "t3", name: "Customer Three", handle: "@customer3", testimonial: "Awesome! This place is way better than the big box stores.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg"}, { - id: "t4", - name: "Customer Four", - handle: "@customer4", - testimonial: "Fast delivery, exactly what I ordered. Will use again.", - imageSrc: "http://img.b2bpic.net/free-photo/deliveryman-holding-gift-box-folder_7502-9035.jpg", - }, + id: "t4", name: "Customer Four", handle: "@customer4", testimonial: "Fast delivery, exactly what I ordered. Will use again.", imageSrc: "http://img.b2bpic.net/free-photo/deliveryman-holding-gift-box-folder_7502-9035.jpg"}, { - id: "t5", - name: "Customer Five", - handle: "@customer5", - testimonial: "Very nice people, great prices, and professional.", - imageSrc: "http://img.b2bpic.net/free-photo/orders_23-2148013390.jpg", - }, + id: "t5", name: "Customer Five", handle: "@customer5", testimonial: "Very nice people, great prices, and professional.", imageSrc: "http://img.b2bpic.net/free-photo/orders_23-2148013390.jpg"}, ]} title="Customer Reviews" description="See why locals trust us for their yard and landscaping projects." @@ -308,20 +196,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Do you deliver on weekends?", - content: "We do our best to accommodate your scheduling needs, even on weekends.", - }, + id: "q1", title: "Do you deliver on weekends?", content: "We do our best to accommodate your scheduling needs, even on weekends."}, { - id: "q2", - title: "What kind of materials do you sell?", - content: "We sell gravel, mulch, decorative rocks, sand, soil, and various other landscaping materials.", - }, + id: "q2", title: "What kind of materials do you sell?", content: "We sell gravel, mulch, decorative rocks, sand, soil, and various other landscaping materials."}, { - id: "q3", - title: "How do I place an order?", - content: "You can call us directly at (770) 943-5108 to speak with our team and schedule your delivery.", - }, + id: "q3", title: "How do I place an order?", content: "You can call us directly at (770) 943-5108 to speak with our team and schedule your delivery."}, ]} imageSrc="http://img.b2bpic.net/free-photo/rusty-red-car-lying-abandoned-forest-background-surrounded-by-trees_181624-17018.jpg" title="Common Questions" @@ -334,16 +213,13 @@ export default function LandingPage() { @@ -352,25 +228,17 @@ export default function LandingPage() {