Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user