From 06e8a58d88b3243d71ebff406aa6038522a0d8bc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:16:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 274 +++++++++-------------------------------------- 1 file changed, 51 insertions(+), 223 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6762ffc..59a2fba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,110 +30,48 @@ export default function LandingPage() {
@@ -143,9 +81,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Reliable. Modern. Precise." description={[ - "MARSYSTRANS SARL is a professional transport and logistics company based in Morocco, focused on delivering reliable and efficient solutions for businesses.", - "We combine operational precision with modern logistics strategies to ensure every delivery meets the highest standards.", - ]} + "MARSYSTRANS SARL is a professional transport and logistics company based in Morocco, focused on delivering reliable and efficient solutions for businesses.", "We combine operational precision with modern logistics strategies to ensure every delivery meets the highest standards."]} /> @@ -156,26 +92,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} features={[ - { - title: "Freight Transport", - description: "Safe and secure shipping for heavy and standard freight loads.", - imageSrc: "http://img.b2bpic.net/free-photo/save-front-side_187299-44781.jpg", - }, - { - title: "Logistics Coordination", - description: "Optimized planning and supply chain coordination.", - imageSrc: "http://img.b2bpic.net/free-photo/logistics-freight-management-storage-supply-concept_53876-123932.jpg", - }, - { - title: "Industrial Delivery", - description: "Large-scale delivery solutions for industrial requirements.", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-heavy-box_23-2148976290.jpg", - }, - { - title: "Express Shipping", - description: "Rapid delivery services for time-sensitive cargo.", - imageSrc: "http://img.b2bpic.net/free-photo/red-delivery-car-deliver-express-shipping-fast-delivery-with-arrow-graph-background-3d-rendering_56104-1906.jpg", - }, + { title: "Freight Transport", description: "Safe and secure shipping for heavy and standard freight loads.", imageSrc: "http://img.b2bpic.net/free-photo/save-front-side_187299-44781.jpg" }, + { title: "Logistics Coordination", description: "Optimized planning and supply chain coordination.", imageSrc: "http://img.b2bpic.net/free-photo/logistics-freight-management-storage-supply-concept_53876-123932.jpg" }, + { title: "Industrial Delivery", description: "Large-scale delivery solutions for industrial requirements.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-heavy-box_23-2148976290.jpg" }, + { title: "Express Shipping", description: "Rapid delivery services for time-sensitive cargo.", imageSrc: "http://img.b2bpic.net/free-photo/red-delivery-car-deliver-express-shipping-fast-delivery-with-arrow-graph-background-3d-rendering_56104-1906.jpg" }, ]} title="Our Services" description="Comprehensive transport solutions tailored for modern business needs." @@ -184,25 +104,14 @@ export default function LandingPage() {
@@ -343,29 +185,15 @@ export default function LandingPage() { logoText="MARSYSTRANS SARL" columns={[ { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Careers", - href: "#", - }, + title: "Company", items: [ + { label: "About Us", href: "#about" }, + { label: "Careers", href: "#" }, ], }, { - title: "Support", - items: [ - { - label: "Contact", - href: "#contact", - }, - { - label: "FAQs", - href: "#faq", - }, + title: "Support", items: [ + { label: "Contact", href: "#contact" }, + { label: "FAQs", href: "#faq" }, ], }, ]} -- 2.49.1