Merge version_1 into main #2
207
src/app/page.tsx
207
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="J Isaac Logistics"
|
||||
/>
|
||||
@@ -53,63 +45,38 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Your UK Transport Solution"
|
||||
description="Fast, reliable, same-day & scheduled delivery services to keep your business moving with speed and precision."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cargo-delivery-vehicle_1048-17381.jpg",
|
||||
alt: "Delivery Van",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cargo-delivery-vehicle_1048-17381.jpg", alt: "Delivery Van"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/van-with-speed-effect-added_1048-2871.jpg",
|
||||
alt: "Van with a speed effect added",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/van-with-speed-effect-added_1048-2871.jpg", alt: "Van with a speed effect added"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/van-tows-bright-orange-trailer-open-highway-towing-transport_169016-71051.jpg",
|
||||
alt: "Van tows bright orange trailer on open highway",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/van-tows-bright-orange-trailer-open-highway-towing-transport_169016-71051.jpg", alt: "Van tows bright orange trailer on open highway"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blurry-headlights-busy-highway-carrying-cargo-generated-by-ai_188544-27929.jpg",
|
||||
alt: "Blurry headlights on busy highway",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blurry-headlights-busy-highway-carrying-cargo-generated-by-ai_188544-27929.jpg", alt: "Blurry headlights on busy highway"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/freight-truck-driving-winter-highway-through-snowy-countryside-landscape-transport-logistics_169016-71834.jpg",
|
||||
alt: "Freight truck driving on winter highway",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/freight-truck-driving-winter-highway-through-snowy-countryside-landscape-transport-logistics_169016-71834.jpg", alt: "Freight truck driving on winter highway"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
{
|
||||
text: "Book Delivery",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Delivery", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "UK-Wide Coverage",
|
||||
},
|
||||
type: "text", text: "UK-Wide Coverage"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Support",
|
||||
},
|
||||
type: "text", text: "24/7 Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Insured Shipments",
|
||||
},
|
||||
type: "text", text: "Insured Shipments"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Live GPS Tracking",
|
||||
},
|
||||
type: "text", text: "Live GPS Tracking"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Competitive Rates",
|
||||
},
|
||||
type: "text", text: "Competitive Rates"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Book Your Delivery Now. Reach us at 07961913205 or joe_isaac4@hotmail.com"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:07961913205",
|
||||
},
|
||||
text: "Call Now", href: "tel:07961913205"},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:joe_isaac4@hotmail.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:joe_isaac4@hotmail.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user