From 4946263e4cd3087db9825ac6561202758aec785d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 00:27:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 227 ++++++++--------------------------------------- 1 file changed, 38 insertions(+), 189 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1afb9f..94e58a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Shield, Wallet, Map, Zap } from "lucide-react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -31,24 +32,13 @@ export default function LandingPage() { @@ -56,34 +46,14 @@ export default function LandingPage() { @@ -94,30 +64,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Safety Alerts", - description: "Know your route safety risk with real-time alerts.", - imageSrc: "http://img.b2bpic.net/free-vector/glowing-neon-medic-healthcare-shield-background-design_1017-61325.jpg", - buttonIcon: "Shield", - }, - { - title: "Fare Estimates", - description: "Accurate fare pricing in Naira (₦) for your routes.", - imageSrc: "http://img.b2bpic.net/free-vector/collection-virtual-foreign-currency-symbol-background-with-empty-frame_1017-52490.jpg", - buttonIcon: "Wallet", - }, - { - title: "Smart Routing", - description: "Optimize your journey with smart, cost-effective routing.", - imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204915.jpg", - buttonIcon: "Map", - }, - { - title: "Real-Time Updates", - description: "Stay informed with live transit updates and alerts.", - imageSrc: "http://img.b2bpic.net/free-vector/vintage-audio-recorder-neon-sign_1262-16220.jpg", - buttonIcon: "Zap", - }, + { title: "Safety Alerts", description: "Know your route safety risk with real-time alerts.", imageSrc: "http://img.b2bpic.net/free-vector/glowing-neon-medic-healthcare-shield-background-design_1017-61325.jpg", buttonIcon: Shield }, + { title: "Fare Estimates", description: "Accurate fare pricing in Naira (₦) for your routes.", imageSrc: "http://img.b2bpic.net/free-vector/collection-virtual-foreign-currency-symbol-background-with-empty-frame_1017-52490.jpg", buttonIcon: Wallet }, + { title: "Smart Routing", description: "Optimize your journey with smart, cost-effective routing.", imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204915.jpg", buttonIcon: Map }, + { title: "Real-Time Updates", description: "Stay informed with live transit updates and alerts.", imageSrc: "http://img.b2bpic.net/free-vector/vintage-audio-recorder-neon-sign_1262-16220.jpg", buttonIcon: Zap }, ]} title="Why Ways Mobility" description="We make commuting in Nigeria effortless, affordable, and safe." @@ -131,42 +81,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - name: "BRT Bus", - price: "₦250–₦400", - imageSrc: "http://img.b2bpic.net/free-vector/security-25-line-filled-icon-pack-including-home-security-code-secure-password_1142-21304.jpg", - }, - { - id: "p2", - name: "Danfo", - price: "₦150–₦300", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colourful-glow-glasses-paper-cup_169016-33951.jpg", - }, - { - id: "p3", - name: "Keke Napep", - price: "₦100–₦200", - imageSrc: "http://img.b2bpic.net/free-photo/transportation-vehicle-system-automobile-freight_53876-120304.jpg", - }, - { - id: "p4", - name: "Taxi Share", - price: "₦500–₦800", - imageSrc: "http://img.b2bpic.net/free-vector/flat-time-logo-templates-collection_23-2148944205.jpg", - }, - { - id: "p5", - name: "Ride Share", - price: "₦1200–₦2000", - imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637781.jpg", - }, - { - id: "p6", - name: "Private Car", - price: "₦3000–₦5000", - imageSrc: "http://img.b2bpic.net/free-vector/cryptocurrency-icon-elements-set_53876-118251.jpg", - }, + { id: "p1", name: "BRT Bus", price: "₦250–₦400", imageSrc: "http://img.b2bpic.net/free-vector/security-25-line-filled-icon-pack-including-home-security-code-secure-password_1142-21304.jpg" }, + { id: "p2", name: "Danfo", price: "₦150–₦300", imageSrc: "http://img.b2bpic.net/free-photo/laptop-half-closed-dark-with-colourful-glow-glasses-paper-cup_169016-33951.jpg" }, + { id: "p3", name: "Keke Napep", price: "₦100–₦200", imageSrc: "http://img.b2bpic.net/free-photo/transportation-vehicle-system-automobile-freight_53876-120304.jpg" }, + { id: "p4", name: "Taxi Share", price: "₦500–₦800", imageSrc: "http://img.b2bpic.net/free-vector/flat-time-logo-templates-collection_23-2148944205.jpg" }, + { id: "p5", name: "Ride Share", price: "₦1200–₦2000", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637781.jpg" }, + { id: "p6", name: "Private Car", price: "₦3000–₦5000", imageSrc: "http://img.b2bpic.net/free-vector/cryptocurrency-icon-elements-set_53876-118251.jpg" }, ]} title="Transport Options" description="Compare costs between different transit methods in Nigeria." @@ -177,28 +97,14 @@ export default function LandingPage() { @@ -274,21 +143,9 @@ export default function LandingPage() {