Update src/app/page.tsx

This commit is contained in:
2026-05-05 08:36:14 +00:00
parent 291a97e7d8
commit ae69d36300

View File

@@ -88,8 +88,9 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardEight
textboxLayout="split"
textboxLayout="split-actions"
useInvertedBackground={false}
buttons={[{ text: "View Fuel Specifications", href: "#" }]}
features={[
{ title: "Transport Fuel", description: "High-performance fuel for fleet and transport logistics.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-fuel-pump-nozzle-with-tap-isolated-color-background_460848-9662.jpg", imageAlt: "Transport fuel" },
{ title: "Mining Supply", description: "Dedicated energy supply for heavy industrial and mining operations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-car-charging_23-2149362817.jpg", imageAlt: "Mining supply" },
@@ -137,7 +138,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"National Transport Union", "Bindura Commerce Association", "Zimbabwe Energy Regulatory Board", "Mining Industry Safety Council", "Harare Fuel Logistics Network", "Transport Operators Union", "Sustainable Energy Initiative"]}
"National Transport Union", "Bindura Commerce Association", "Zimbabwe Energy Regulatory Board", "Mining Industry Safety Council", "Harare Fuel Logistics Network", "Transport Operators Union", "Sustainable Energy Initiative"]}
title="Industry Recognitions"
description="Adhering to the highest standards of safety and industry compliance."
/>
@@ -183,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}