diff --git a/src/app/page.tsx b/src/app/page.tsx index f347830..8bdfeea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,63 +45,38 @@ export default function LandingPage() {
@@ -121,40 +88,28 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Same Day Delivery", - description: "Priority service for urgent packages. We deliver within the same day.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-wearing-blue-polo-shirt-cap-holding-pizza-box-clipboard-with-blanks-while-smiling-friendly-standing-with-happy-face-isolated-blue-background_141793-19626.jpg", + title: "Same Day Delivery", description: "Priority service for urgent packages. We deliver within the same day.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-wearing-blue-polo-shirt-cap-holding-pizza-box-clipboard-with-blanks-while-smiling-friendly-standing-with-happy-face-isolated-blue-background_141793-19626.jpg", imageAlt: "delivery man" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-giving-order-curbside-pickup_23-2149106389.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/cargo-delivery-vehicle_1048-17381.jpg", - imageAlt: "same day delivery box logistics", + imageSrc: "http://img.b2bpic.net/free-photo/man-giving-order-curbside-pickup_23-2149106389.jpg", imageAlt: "curbside pickup" + } }, { - title: "Next Day Delivery", - description: "Reliable next-day shipping for standard requirements.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-female-courier-delivering-package-man_23-2147862231.jpg", + title: "Next Day Delivery", description: "Reliable next-day shipping for standard requirements.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/young-female-courier-delivering-package-man_23-2147862231.jpg", imageAlt: "female courier" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/worker-carrying-cardboard-box-warehouse_107420-96566.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-employee-signing-documents_23-2148447821.jpg", - imageAlt: "same day delivery box logistics", + imageSrc: "http://img.b2bpic.net/free-photo/worker-carrying-cardboard-box-warehouse_107420-96566.jpg", imageAlt: "warehouse worker" + } }, { - title: "Scheduled Transport", - description: "Planned, efficient same-week deliveries for business needs.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-singlet-shorts-holding-cardboard-box-looking-happy_176474-13851.jpg?_wi=1", + title: "Scheduled Transport", description: "Planned, efficient same-week deliveries for business needs.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-singlet-shorts-holding-cardboard-box-looking-happy_176474-13851.jpg", imageAlt: "woman holding box" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/employee-listening-music-warehouse_482257-75314.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/van-with-speed-effect-added_1048-2871.jpg", - imageAlt: "same day delivery box logistics", + imageSrc: "http://img.b2bpic.net/free-photo/employee-listening-music-warehouse_482257-75314.jpg", imageAlt: "warehouse employee" + } }, ]} showStepNumbers={false} @@ -170,51 +125,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", - name: "Same Day", - price: "£1.45/mile + £30", - features: [ - "Urgent priority", - "Live tracking", - "Insurance included", - ], + id: "p1", name: "Same Day", price: "£1.45/mile + £30", features: [ + "Urgent priority", "Live tracking", "Insurance included"], buttons: [ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ], }, { - id: "p2", - name: "Next Day", - price: "£1.35/mile + £30", - features: [ - "Standard priority", - "Secure handling", - "Reliable timing", - ], + id: "p2", name: "Next Day", price: "£1.35/mile + £30", features: [ + "Standard priority", "Secure handling", "Reliable timing"], buttons: [ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ], }, { - id: "p3", - name: "Scheduled", - price: "£1.20/mile + £20", - features: [ - "Economical", - "Bulk scheduling", - "Professional drivers", - ], + id: "p3", name: "Scheduled", price: "£1.20/mile + £20", features: [ + "Economical", "Bulk scheduling", "Professional drivers"], buttons: [ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ], }, ]} @@ -228,12 +159,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "@JIsaacLogistics", - "@FastTransport", - "@UKDeliveries", - "@GoldStandard", - "@ExpressCargo", - ]} + "@JIsaacLogistics", "@FastTransport", "@UKDeliveries", "@GoldStandard", "@ExpressCargo"]} title="Follow Our Journeys" description="See the latest deliveries on our grid." /> @@ -245,27 +171,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Fast Response", - content: "Our team responds in minutes.", - }, + id: "f1", title: "Fast Response", content: "Our team responds in minutes."}, { - id: "f2", - title: "Reliable Drivers", - content: "Professional, trained, and vetted staff.", - }, + id: "f2", title: "Reliable Drivers", content: "Professional, trained, and vetted staff."}, { - id: "f3", - title: "UK-Wide Coverage", - content: "We reach every corner of the UK.", - }, + id: "f3", title: "UK-Wide Coverage", content: "We reach every corner of the UK."}, { - id: "f4", - title: "Affordable", - content: "Pricing that scales with your business.", - }, + id: "f4", title: "Affordable", content: "Pricing that scales with your business."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-singlet-shorts-holding-cardboard-box-looking-happy_176474-13851.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-singlet-shorts-holding-cardboard-box-looking-happy_176474-13851.jpg" mediaAnimation="slide-up" title="Why Choose J Isaac?" description="We combine premium logistics standards with exceptional customer care." @@ -277,18 +191,13 @@ export default function LandingPage() { @@ -298,29 +207,19 @@ export default function LandingPage() { logoText="J Isaac Logistics" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Same Day", - href: "#services", - }, + label: "Same Day", href: "#services"}, { - label: "Next Day", - href: "#services", - }, + label: "Next Day", href: "#services"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "WhatsApp", - href: "#", - }, + label: "WhatsApp", href: "#"}, ], }, ]}