diff --git a/src/app/page.tsx b/src/app/page.tsx
index bb1d097..bcf0c83 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,23 +29,16 @@ export default function LandingPage() {
@@ -55,39 +48,23 @@ export default function LandingPage() {
description="Curated, pre-owned luxury vehicles with uncompromising standards. Elevate your driving experience."
buttons={[
{
- text: "Browse Inventory",
- href: "#inventory",
- },
+ text: "Browse Inventory", href: "#inventory"},
{
- text: "Sell Your Car",
- href: "#trade-in",
- },
+ text: "Sell Your Car", href: "#trade-in"},
]}
slides={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg?_wi=1",
- imageAlt: "Luxury vehicle in showroom",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg", imageAlt: "Luxury vehicle in showroom"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg?_wi=2",
- imageAlt: "Luxury vehicle in showroom",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg", imageAlt: "Luxury vehicle in showroom"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg?_wi=3",
- imageAlt: "Luxury vehicle in showroom",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg", imageAlt: "Luxury vehicle in showroom"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg?_wi=4",
- imageAlt: "Luxury vehicle in showroom",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg", imageAlt: "Luxury vehicle in showroom"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg?_wi=5",
- imageAlt: "Luxury vehicle in showroom",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg", imageAlt: "Luxury vehicle in showroom"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg?_wi=6",
- imageAlt: "Luxury vehicle in showroom",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg", imageAlt: "Luxury vehicle in showroom"},
]}
/>
@@ -100,20 +77,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Hand-Selected Inventory",
- description: "Every vehicle undergoes a rigorous 150-point inspection before it reaches our showroom.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-closing-car-after-using-lock-controls-panel-unlock-it_482257-118072.jpg",
- },
+ title: "Hand-Selected Inventory", description: "Every vehicle undergoes a rigorous 150-point inspection before it reaches our showroom.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-closing-car-after-using-lock-controls-panel-unlock-it_482257-118072.jpg"},
{
- title: "Transparent Pricing",
- description: "We offer honest, haggle-free pricing with zero hidden fees or unnecessary add-ons.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-car_23-2148514921.jpg",
- },
+ title: "Transparent Pricing", description: "We offer honest, haggle-free pricing with zero hidden fees or unnecessary add-ons.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-car_23-2148514921.jpg"},
{
- title: "Concierge Experience",
- description: "White-glove service from your initial inquiry all the way through to doorstep delivery.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-is-giving-car-key-somebody_1150-6201.jpg",
- },
+ title: "Concierge Experience", description: "White-glove service from your initial inquiry all the way through to doorstep delivery.", imageSrc: "http://img.b2bpic.net/free-photo/man-is-giving-car-key-somebody_1150-6201.jpg"},
]}
title="Why CRA Auto Sales"
description="Our promise of transparency, quality, and service for every luxury vehicle buyer."
@@ -123,48 +91,24 @@ export default function LandingPage() {
@@ -211,18 +140,13 @@ export default function LandingPage() {
@@ -232,42 +156,27 @@ export default function LandingPage() {
logoText="CRA Auto Sales"
columns={[
{
- title: "Inventory",
- items: [
+ title: "Inventory", items: [
{
- label: "Browse All",
- href: "#inventory",
- },
+ label: "Browse All", href: "#inventory"},
{
- label: "Featured",
- href: "#featured",
- },
+ label: "Featured", href: "#featured"},
],
},
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Financing",
- href: "#financing",
- },
+ label: "Financing", href: "#financing"},
{
- label: "Trade-In",
- href: "#trade-in",
- },
+ label: "Trade-In", href: "#trade-in"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
]}