diff --git a/src/app/page.tsx b/src/app/page.tsx index 671c711..78536be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,6 +49,8 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} background={{ variant: "gradient-bars" }} + imageSrc="https://img.b2bpic.net/free-photo/transportation-logistics-concept_23-2149112214.jpg" + imageAlt="Secure Logistics Infrastructure" mediaAnimation="slide-up" /> @@ -80,8 +82,8 @@ export default function LandingPage() { reverse: false }, { - title: "Data Privacy", description: "Encryption-first approach.", media: { imageSrc: "https://img.b2bpic.net/free-photo/data-privacy-security-concept-with-encryption_23-2149112214.jpg", imageAlt: "Data Privacy" }, - items: [{ icon: Lock, text: "End-to-End Encryption" }, { icon: ShieldCheck, text: "GDPR Compliant" }], + title: "Secure Transport Analytics", description: "Real-time monitoring for logistics flow.", media: { imageSrc: "https://img.b2bpic.net/free-photo/delivery-truck-logistics_23-2149112214.jpg", imageAlt: "Transport Analytics" }, + items: [{ icon: Lock, text: "Real-time Tracking" }, { icon: ShieldCheck, text: "Automated Reporting" }], reverse: true } ]} @@ -91,14 +93,14 @@ export default function LandingPage() {