diff --git a/src/app/page.tsx b/src/app/page.tsx index 9002615..877fd90 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 { Zap, Gauge, Settings, Code } from 'lucide-react'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -33,37 +34,21 @@ export default function LandingPage() { @@ -379,25 +222,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "What is ECU remapping?", - content: "ECU remapping, or tuning, involves optimizing the software on your vehicle's engine control unit. This process recalibrates parameters like fuel injection, ignition timing, and boost pressure to unlock more power, torque, and improve fuel efficiency.", - }, + id: "q1", title: "What is ECU remapping?", content: "ECU remapping, or tuning, involves optimizing the software on your vehicle's engine control unit. This process recalibrates parameters like fuel injection, ignition timing, and boost pressure to unlock more power, torque, and improve fuel efficiency."}, { - id: "q2", - title: "Is tuning safe for my engine?", - content: "When done professionally by experts like Morendi, tuning is entirely safe for your engine. We operate within safe limits set by the manufacturer, ensuring optimal performance without compromising reliability or engine longevity.", - }, + id: "q2", title: "Is tuning safe for my engine?", content: "When done professionally by experts like Morendi, tuning is entirely safe for your engine. We operate within safe limits set by the manufacturer, ensuring optimal performance without compromising reliability or engine longevity."}, { - id: "q3", - title: "How long does a tuning process take?", - content: "The duration of a tuning process can vary depending on the vehicle and the desired stage of tune. Typically, a standard ECU remapping can be completed within a few hours, including diagnostic checks and dyno testing.", - }, + id: "q3", title: "How long does a tuning process take?", content: "The duration of a tuning process can vary depending on the vehicle and the desired stage of tune. Typically, a standard ECU remapping can be completed within a few hours, including diagnostic checks and dyno testing."}, { - id: "q4", - title: "Do you offer solutions for commercial fleets?", - content: "Yes, Morendi provides specialized software solutions for commercial fleets aimed at increasing fuel efficiency, optimizing torque for heavy loads, and reducing maintenance costs. Contact us for a custom fleet optimization plan.", - }, + id: "q4", title: "Do you offer solutions for commercial fleets?", content: "Yes, Morendi provides specialized software solutions for commercial fleets aimed at increasing fuel efficiency, optimizing torque for heavy loads, and reducing maintenance costs. Contact us for a custom fleet optimization plan."}, ]} sideTitle="Common Questions" sideDescription="Find answers to frequently asked questions about Morendi's automotive tuning and software development services." @@ -409,20 +240,15 @@ export default function LandingPage() { @@ -431,62 +257,37 @@ export default function LandingPage() {