From 6e0338db848f6bdc24a74807ebfa5f9d2f4f2e77 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 01:49:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 126 ++++++++++++++++++++++++----------------------- 1 file changed, 64 insertions(+), 62 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1251fb..9601eb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,11 +34,11 @@ export default function LandingPage() { @@ -134,20 +134,20 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "utility-trailer", name: "Utility Trailer", price: "$50/day", variant: "Open, Small to Medium", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-caravan-window_23-2148670183.jpg", imageAlt: "Utility trailer with ramp gate"}, + id: "standard-flatbed", name: "Standard Flatbed Trailer", price: "$100/day", variant: "20ft, 10,000 lbs Capacity", imageSrc: "https://img.b2bpic.net/free-photo/green-semi-truck-with-white-trailer-driving-highway-vehicle-moves-along-road_169016-72741.jpg", imageAlt: "Standard flatbed trailer ready for use"}, { - id: "enclosed-cargo", name: "Enclosed Cargo Trailer", price: "$75/day", variant: "Secure, Weather-proof", imageSrc: "http://img.b2bpic.net/free-photo/blank-cargo-truck-road_23-2151751321.jpg", imageAlt: "White enclosed cargo trailer"}, + id: "heavy-duty-flatbed", name: "Heavy-Duty Flatbed Trailer", price: "$150/day", variant: "24ft, 14,000 lbs Capacity", imageSrc: "https://img.b2bpic.net/free-photo/truck-trailer-transportation-concept_23-2149303723.jpg", imageAlt: "Heavy-duty flatbed trailer"}, { - id: "car-hauler", name: "Car Hauler Trailer", price: "$120/day", variant: "Flatbed, Vehicle Transport", imageSrc: "http://img.b2bpic.net/free-photo/blank-cargo-truck-road_23-2151751314.jpg", imageAlt: "Empty flatbed car hauler trailer"}, + id: "gooseneck-flatbed", name: "Gooseneck Flatbed Trailer", price: "$180/day", variant: "30ft, 20,000 lbs Capacity", imageSrc: "https://img.b2bpic.net/free-photo/truck-trailer-transportation-concept_23-2149303722.jpg?_wi=2", imageAlt: "Gooseneck flatbed trailer attached to a truck"}, { - id: "dump-trailer", name: "Dump Trailer", price: "$150/day", variant: "Hydraulic, Debris Removal", imageSrc: "http://img.b2bpic.net/free-photo/people-carrying-burden-concept_23-2150040370.jpg", imageAlt: "Dump trailer at a construction site"}, + id: "deck-over-flatbed", name: "Deck-Over Flatbed Trailer", price: "$130/day", variant: "22ft, 12,000 lbs Capacity", imageSrc: "https://img.b2bpic.net/free-photo/close-up-truck-tires_23-2149303704.jpg?_wi=2", imageAlt: "Deck-over flatbed trailer"}, { - id: "flatbed-trailer", name: "Flatbed Trailer", price: "$100/day", variant: "Heavy Equipment, Open Deck", imageSrc: "http://img.b2bpic.net/free-photo/green-semi-truck-with-white-trailer-driving-highway-vehicle-moves-along-road_169016-72741.jpg", imageAlt: "Flatbed equipment trailer"}, + id: "tilt-flatbed", name: "Tilt Flatbed Trailer", price: "$160/day", variant: "20ft, 10,000 lbs Capacity", imageSrc: "https://img.b2bpic.net/free-photo/side-view-truck-car-haulers_23-2150824040.jpg?_wi=2", imageAlt: "Tilt flatbed trailer for easy loading"}, { - id: "boat-trailer", name: "Boat Trailer", price: "$90/day", variant: "Specialty, Marine Transport", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-types-boats-docked-near-coast-sea_181624-3653.jpg", imageAlt: "Specialty boat trailer"}, + id: "utility-flatbed", name: "Utility Flatbed Trailer", price: "$90/day", variant: "16ft, 7,000 lbs Capacity", imageSrc: "https://img.b2bpic.net/free-photo/cargo-trucks-highway_23-2149539824.jpg?_wi=2", imageAlt: "Smaller utility flatbed trailer"}, ]} - title="SnA Advantage Group's Diverse Trailer Fleet" - description="Browse SnA Advantage Group's selection of high-quality trailers available for rent. Find the perfect fit for your moving, hauling, or recreational needs." + title="Our Modern Flat Trailer Fleet for Pickup and Rent" + description="Explore SnA Advantage Group's top-of-the-line flatbed trailers, available for convenient pickup and flexible rental terms. Find the ideal solution for your hauling requirements." /> @@ -159,43 +159,43 @@ export default function LandingPage() { plans={[ { id: "daily", tag: "Short Term", tagIcon: Calendar, - price: "$75", period: "/day", description: "Ideal for quick tasks, local moves, or single-day projects.", button: { + price: "$100", period: "/day", description: "Ideal for quick tasks, local moves, or single-day projects with our modern flat trailers.", button: { text: "Rent Daily", href: "#contact"}, featuresTitle: "Includes:", features: [ "Standard insurance", "Basic roadside assistance", "Flexible pick-up/drop-off"], }, { id: "weekly", tag: "Best Value", tagIcon: Star, - price: "$350", period: "/week", description: "Perfect for extended projects, multi-day hauls, or weekend adventures.", button: { + price: "$450", period: "/week", description: "Perfect for extended projects, multi-day hauls, or weekend adventures with our modern flat trailers.", button: { text: "Rent Weekly", href: "#contact"}, featuresTitle: "Includes:", features: [ "Enhanced insurance", "Premium roadside assistance", "Discounted long-term rates"], }, { id: "monthly", tag: "Long Term", tagIcon: Clock, - price: "$1200", period: "/month", description: "Great for ongoing commercial needs or extensive renovation projects.", button: { + price: "$1500", period: "/month", description: "Great for ongoing commercial needs or extensive renovation projects requiring modern flat trailers.", button: { text: "Rent Monthly", href: "#contact"}, featuresTitle: "Includes:", features: [ "Comprehensive insurance", "Priority roadside assistance", "Dedicated account manager"], }, ]} - title="Flexible Rental Plans" - description="Choose the perfect rental duration for your project, from daily rates to extended weekly and monthly options." + title="Flexible Flat Trailer Rental Plans" + description="Choose from our daily, weekly, or monthly plans, tailored for modern flat trailer rentals to fit your project timeline and budget for convenient pickup and rent." />
@@ -209,23 +209,23 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Mark R.", role: "Homeowner", company: "Local Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/truck-driver-casual-clothes-standing-by-his-truck-with-tablet-looking-truck_342744-1269.jpg", imageAlt: "Happy man with rental trailer"}, + id: "1", name: "Mark R.", role: "Contractor", company: "Local Build Co.", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/close-up-cargo-truck_23-2149303682.jpg", imageAlt: "Happy man with rental flat trailer"}, { - id: "2", name: "Sarah J.", role: "Small Business Owner", company: "Bloom Landscaping", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-car_23-2149571898.jpg", imageAlt: "Woman smiling after using trailer"}, + id: "2", name: "Sarah J.", role: "Logistics Manager", company: "Express Freight", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/female-engineer-construction-site_23-2149503692.jpg", imageAlt: "Woman smiling after using flat trailer"}, { - id: "3", name: "David L.", role: "Contractor", company: "ProBuild Construction", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-ready-travel_23-2148925851.jpg", imageAlt: "Family loading trailer together"}, + id: "3", name: "David L.", role: "Equipment Supplier", company: "Heavy Duty Gear", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/full-shot-friends-ready-travel_23-2148925851.jpg", imageAlt: "Family loading flat trailer together"}, { - id: "4", name: "Emily P.", role: "Event Organizer", company: "City Events Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/railroad-worker-checking-space-shipping-cargo-container_342744-764.jpg", imageAlt: "Contractor with equipment trailer"}, + id: "4", name: "Emily P.", role: "Event Coordinator", company: "City Events Solutions", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/railroad-worker-checking-space-shipping-cargo-container_342744-764.jpg", imageAlt: "Event coordinator with flat trailer"}, { - id: "5", name: "Chris B.", role: "Student", company: "University Student", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-getting-parcel-out-delivery_23-2149371947.jpg", imageAlt: "Student with small trailer for dorm move"}, + id: "5", name: "Chris B.", role: "Freelance Hauler", company: "Independent Driver", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/delivery-person-getting-parcel-out-delivery_23-2149371947.jpg", imageAlt: "Hauler with flat trailer for equipment move"}, ]} - title="What Our Customers Say About SnA Advantage Group" - description="Hear from satisfied clients who chose SnA Advantage Group for their hauling needs." + title="What Our Clients Say About Modern Flat Trailer Rentals" + description="Hear from satisfied customers who rely on SnA Advantage Group for their flat trailer pickup and rent needs." />
@@ -235,14 +235,17 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "What types of trailers do you offer?", content: "We offer a wide range including utility trailers, enclosed cargo trailers, car haulers, dump trailers, and flatbed trailers to suit various needs."}, + id: "q1", title: "What types of modern flat trailers do you offer?", content: "We offer a wide range including standard flatbeds, heavy-duty flatbeds, gooseneck flatbeds, deck-over, tilt, and utility flatbed trailers to suit various modern hauling needs."}, { - id: "q2", title: "How do I book a trailer?", content: "You can easily book a trailer through our website's online booking system. Simply select your desired trailer, rental dates, and pick-up location."}, + id: "q2", title: "How do I book a flat trailer for pickup and rent?", content: "You can easily book a flat trailer through our website's online booking system. Simply select your desired flat trailer, rental dates, and pick-up location."}, { - id: "q3", title: "What are your rental durations?", content: "We offer flexible rental periods including daily, weekly, and monthly options to best fit your project timeline."}, + id: "q3", title: "What are your flat trailer rental durations?", content: "We offer flexible rental periods including daily, weekly, and monthly options to best fit your modern flat trailer project timeline."},n { + id: "q4", title: "Can I pick up and rent a flat trailer at any time?", content: "Our flexible pickup and rent system allows for convenient scheduling. Please check our website or contact us for specific operating hours and locations."},n { + id: "q5", title: "What kind of vehicle do I need to tow a flat trailer?", content: "The towing vehicle requirements depend on the size and weight of the flat trailer and its cargo. We recommend checking your vehicle's towing capacity and local regulations, or contacting us for guidance." + } ]} - title="Frequently Asked Questions" - description="Find answers to common questions about SnA Advantage Group's trailer rental services, booking process, and policies." + title="Frequently Asked Questions About Flat Trailer Rentals" + description="Find quick answers to common inquiries regarding SnA Advantage Group's modern flat trailer services, booking, and terms for pickup and rent." faqsAnimation="slide-up" showCard={true} /> @@ -251,24 +254,23 @@ export default function LandingPage() {