Update src/app/page.tsx

This commit is contained in:
2026-05-07 00:36:18 +00:00
parent b0ca7c8fd4
commit 137aba8305

View File

@@ -119,7 +119,6 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Upgrade Now", href: "#contact" }]}
plans={[
{ id: "essential", badge: "Essential", price: "$250", subtitle: "Professional Health Assessment", features: ["Full Diagnostic", "Engine Tune-up", "Brake Audit"] },
{ id: "gold", badge: "Gold Premium", price: "$750", subtitle: "Engine Optimization Package", features: ["Performance Map", "Fluid Re-calibration", "System Refresh", "Priority Support"] },
@@ -138,8 +137,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/mechanic-standing-with-arms-crossed_1170-1346.jpg"
title="Frequently Asked"
description="We define mechanical clarity."
buttons={[{ text: "Book Now", href: "#contact" }]}
faqsAnimation="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
useInvertedBackground={false}
/>
</div>
@@ -163,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}