Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user