Update src/app/page.tsx

This commit is contained in:
2026-05-07 00:35:03 +00:00
parent 7d1fef3212
commit 4f0bac5793

View File

@@ -119,6 +119,7 @@ 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"] },
@@ -162,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}