diff --git a/src/app/page.tsx b/src/app/page.tsx index 885625e..4fc54a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,86 +53,63 @@ export default function LandingPage() { { text: "Request a Quote", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663053.jpg" - mediaAnimation="slide-up" + imageSrc="http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663053.jpg?w=1200&q=80" + mediaAnimation="blur-reveal" avatars={[ { - src: "https://img.freepik.com/free-photo/young-man-wearing-yellow-jacket-looking-away_23-2148216399.jpg", alt: "Client 1"}, + src: "https://img.freepik.com/free-photo/young-man-wearing-yellow-jacket-looking-away_23-2148216399.jpg?w=150&q=80", alt: "Client 1"}, { - src: "https://img.freepik.com/free-photo/young-woman-wearing-business-suit-looking-smiling_23-2148197171.jpg", alt: "Client 2"}, + src: "https://img.freepik.com/free-photo/young-woman-wearing-business-suit-looking-smiling_23-2148197171.jpg?w=150&q=80", alt: "Client 2"}, { - src: "https://img.freepik.com/free-photo/portrait-successful-businessman-smiling-camera_23-2148216392.jpg", alt: "Client 3"}, + src: "https://img.freepik.com/free-photo/portrait-successful-businessman-smiling-camera_23-2148216392.jpg?w=150&q=80", alt: "Client 3"}, { - src: "https://img.freepik.com/free-photo/confident-business-woman-smiling-office_23-2148216377.jpg", alt: "Client 4"}, + src: "https://img.freepik.com/free-photo/confident-business-woman-smiling-office_23-2148216377.jpg?w=150&q=80", alt: "Client 4"}, { - src: "https://img.freepik.com/free-photo/business-woman-smiling-bright-office_23-2148216355.jpg", alt: "Client 5"}, + src: "https://img.freepik.com/free-photo/business-woman-smiling-bright-office_23-2148216355.jpg?w=150&q=80", alt: "Client 5"}, ]} marqueeItems={[ - { - type: "text", text: "ISO Certified"}, - { - type: "text", text: "24/7 Support"}, - { - type: "text", text: "Global Coverage"}, - { - type: "text", text: "Real-time Tracking"}, - { - type: "text", text: "Secure Handling"}, + { type: "text", text: "ISO Certified" }, + { type: "text", text: "24/7 Support" }, + { type: "text", text: "Global Coverage" }, + { type: "text", text: "Real-time Tracking" }, + { type: "text", text: "Secure Handling" }, ]} />
@@ -204,12 +169,13 @@ export default function LandingPage() {
@@ -218,26 +184,20 @@ export default function LandingPage() { columns={[ { title: "Company", items: [ - { - label: "About", href: "#about"}, - { - label: "Careers", href: "#"}, + { label: "About", href: "#about" }, + { label: "Careers", href: "#" }, ], }, { title: "Services", items: [ - { - label: "Air Freight", href: "#services"}, - { - label: "Warehousing", href: "#services"}, + { label: "Air Freight", href: "#services" }, + { label: "Warehousing", href: "#services" }, ], }, { title: "Support", items: [ - { - label: "Tracking", href: "#tracking"}, - { - label: "Contact", href: "#contact"}, + { label: "Tracking", href: "#tracking" }, + { label: "Contact", href: "#contact" }, ], }, ]} @@ -247,4 +207,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file