From 94ecd1d4ba897e63834a286c0e1740bf66fddbc9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 18:13:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 259 +++++++++-------------------------------------- 1 file changed, 46 insertions(+), 213 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb113b8..93fead8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,26 +33,14 @@ export default function LandingPage() { @@ -60,42 +48,21 @@ export default function LandingPage() {
@@ -309,34 +181,16 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "p1", - badge: "Entry", - price: "Custom", - subtitle: "Basic term options", - features: [ - "Competitive rates", - "Low down payment", - ], + id: "p1", badge: "Entry", price: "Custom", subtitle: "Basic term options", features: [ + "Competitive rates", "Low down payment"], }, { - id: "p2", - badge: "Standard", - price: "Tailored", - subtitle: "Popular choice", - features: [ - "Flexible terms", - "Online approval", - ], + id: "p2", badge: "Standard", price: "Tailored", subtitle: "Popular choice", features: [ + "Flexible terms", "Online approval"], }, { - id: "p3", - badge: "Premium", - price: "Concierge", - subtitle: "Full service", - features: [ - "Custom financing", - "Priority support", - ], + id: "p3", badge: "Premium", price: "Concierge", subtitle: "Full service", features: [ + "Custom financing", "Priority support"], }, ]} title="Flexible Finance. Zero Hassle." @@ -351,25 +205,14 @@ export default function LandingPage() { description="Connect with our team today." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - }, + name: "name", type: "text", placeholder: "Your Name"}, { - name: "email", - type: "email", - placeholder: "Email Address", - }, + name: "email", type: "email", placeholder: "Email Address"}, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - }, + name: "phone", type: "tel", placeholder: "Phone Number"}, ]} textarea={{ - name: "message", - placeholder: "How can we help?", - }} + name: "message", placeholder: "How can we help?"}} imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15970.jpg" />
@@ -380,29 +223,19 @@ export default function LandingPage() { { items: [ { - label: "Inventory", - href: "#inventory", - }, + label: "Inventory", href: "#inventory"}, { - label: "Finance", - href: "#finance", - }, + label: "Finance", href: "#finance"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, ], }, ]} -- 2.49.1