diff --git a/src/app/page.tsx b/src/app/page.tsx
index 81ffc44..0a6f6e8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
@@ -67,20 +53,15 @@ export default function LandingPage() {
@@ -195,37 +137,13 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah T.",
- handle: "@saraht",
- testimonial: "They got me approved the same day. Super easy and friendly service. Highly recommend Rowdy Cars for anyone needing a reliable vehicle fast!",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg",
- imageAlt: "smiling man customer portrait",
- },
+ id: "1", name: "Sarah T.", handle: "@saraht", testimonial: "They got me approved the same day. Super easy and friendly service. Highly recommend Rowdy Cars for anyone needing a reliable vehicle fast!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg", imageAlt: "smiling man customer portrait"},
{
- id: "2",
- name: "Marcus D.",
- handle: "@marcusd",
- testimonial: "Best deal I found anywhere around. The car was exactly as described, and the financing process was transparent and simple.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
- imageAlt: "smiling woman customer portrait",
- },
+ id: "2", name: "Marcus D.", handle: "@marcusd", testimonial: "Best deal I found anywhere around. The car was exactly as described, and the financing process was transparent and simple.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "smiling woman customer portrait"},
{
- id: "3",
- name: "Jessica L.",
- handle: "@jessical",
- testimonial: "No pressure sales, just honest advice and great cars. Rowdy Cars made my first car purchase a fantastic experience. Love my new ride!",
- imageSrc: "http://img.b2bpic.net/free-photo/satisfied-handsome-businessman-showing-ok-sign-gurantee-quallity-standing-pleased-against-white-back_1258-112607.jpg",
- imageAlt: "man looking positive portrait",
- },
+ id: "3", name: "Jessica L.", handle: "@jessical", testimonial: "No pressure sales, just honest advice and great cars. Rowdy Cars made my first car purchase a fantastic experience. Love my new ride!", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-handsome-businessman-showing-ok-sign-gurantee-quallity-standing-pleased-against-white-back_1258-112607.jpg", imageAlt: "man looking positive portrait"},
{
- id: "4",
- name: "Kevin P.",
- handle: "@kevinp",
- testimonial: "I was worried about my credit, but Rowdy Cars worked miracles. I drove off the lot in a quality car the same afternoon. Thank you!",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-road-trip-sun-admiring-view_23-2148783483.jpg",
- imageAlt: "woman smiling friendly portrait",
- },
+ id: "4", name: "Kevin P.", handle: "@kevinp", testimonial: "I was worried about my credit, but Rowdy Cars worked miracles. I drove off the lot in a quality car the same afternoon. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-road-trip-sun-admiring-view_23-2148783483.jpg", imageAlt: "woman smiling friendly portrait"},
]}
title="Hear From Our Happy Drivers"
description="Our customers love the Rowdy Cars experience. See what they have to say about finding their perfect ride."
@@ -239,23 +157,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "step1",
- icon: Car,
- title: "Browse Our Inventory",
- value: "Step 1",
- },
+ id: "step1", icon: Car,
+ title: "Browse Our Inventory", value: "Step 1"},
{
- id: "step2",
- icon: CheckCircle,
- title: "Get Approved Fast",
- value: "Step 2",
- },
+ id: "step2", icon: CheckCircle,
+ title: "Get Approved Fast", value: "Step 2"},
{
- id: "step3",
- icon: Key,
- title: "Drive Away Today",
- value: "Step 3",
- },
+ id: "step3", icon: Key,
+ title: "Drive Away Today", value: "Step 3"},
]}
title="Get Your Car in 3 Easy Steps"
description="Our streamlined process makes buying simple and fast, getting you on the road without delay."
@@ -266,8 +175,7 @@ export default function LandingPage() {
console.log(email)}
imageAlt="car keys on dealership desk"
- buttons={[
- {
- text: "View Inventory",
- href: "#featured-cars",
- },
- {
- text: "Apply Now",
- href: "#financing",
- },
- ]}
/>
@@ -296,45 +194,27 @@ export default function LandingPage() {