diff --git a/src/app/page.tsx b/src/app/page.tsx index c1cf4d3..f3f4fae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; +import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; import SplitAbout from "@/components/sections/about/SplitAbout"; import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; @@ -66,21 +66,16 @@ export default function HomePage() { brandName="BlasaCar" navItems={navItems} button={{ - text: "Book a Ride", href: "#"}} + text: "Book a Ride", href: "#" + }} />
-
@@ -133,22 +142,28 @@ export default function HomePage() { features={[ { id: "1", title: "Quick Trip Posting", tags: ["Drivers", "2 Minutes"], - imageSrc: "http://img.b2bpic.net/free-photo/adoption-application-family-guardianship-support-concept_53876-122724.jpg", imageAlt: "Quick trip posting interface"}, + imageSrc: "http://img.b2bpic.net/free-photo/adoption-application-family-guardianship-support-concept_53876-122724.jpg", imageAlt: "Quick trip posting interface" + }, { id: "2", title: "Smart Search", tags: ["Passengers", "Real-time"], - imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-application-template_23-2148676844.jpg", imageAlt: "Trip search and filter interface"}, + imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-application-template_23-2148676844.jpg", imageAlt: "Trip search and filter interface" + }, { id: "3", title: "Verified Profiles", tags: ["CIN Verification", "Phone Verified"], - imageSrc: "http://img.b2bpic.net/free-vector/mobile-face-scan_24908-56399.jpg", imageAlt: "Profile verification process"}, + imageSrc: "http://img.b2bpic.net/free-vector/mobile-face-scan_24908-56399.jpg", imageAlt: "Profile verification process" + }, { id: "4", title: "Transparent Pricing", tags: ["No Hidden Fees", "Clear Rates"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-colorful-wooden-squares-with-shopping-money-icons-black-calculator_181624-58059.jpg", imageAlt: "Pricing breakdown display"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-colorful-wooden-squares-with-shopping-money-icons-black-calculator_181624-58059.jpg", imageAlt: "Pricing breakdown display" + }, { id: "5", title: "Ratings & Reviews", tags: ["Build Trust", "Community Safe"], - imageSrc: "http://img.b2bpic.net/free-vector/dj-customer-review-facebook-post-template_742173-1350.jpg", imageAlt: "Ratings and reviews section"}, + imageSrc: "http://img.b2bpic.net/free-vector/dj-customer-review-facebook-post-template_742173-1350.jpg", imageAlt: "Ratings and reviews section" + }, { id: "6", title: "WhatsApp Alerts", tags: ["Confirmations", "Reminders"], - imageSrc: "http://img.b2bpic.net/free-photo/email-alert-popup-reminder-concept_53876-123867.jpg", imageAlt: "WhatsApp notification examples"}, + imageSrc: "http://img.b2bpic.net/free-photo/email-alert-popup-reminder-concept_53876-123867.jpg", imageAlt: "WhatsApp notification examples" + }, ]} animationType="slide-up" title="Features Built for Morocco" @@ -199,11 +214,14 @@ export default function HomePage() { ); -} \ No newline at end of file +}