diff --git a/src/app/page.tsx b/src/app/page.tsx index 2363994..28119a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -163,4 +163,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file