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 diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5d60824..965f5f5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000612e6; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #E34400; + --secondary-cta: #e34400; --secondary-cta-text: #ffffff; - --accent: #e63946; - --background-accent: #c4c4c4; + --accent: #e34400; + --background-accent: #a8cce8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);