Files
d28c2276-e52d-46a9-932b-eab…/src/app/inventory/page.tsx

190 lines
7.1 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroCentered from "@/components/sections/hero/HeroCentered";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Phone } from "lucide-react";
export default function InventoryPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Inventory", id: "inventory" },
{ name: "Financing", id: "financing" },
{ name: "Service", id: "service" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
];
const footerColumns = [
{
title: "Quick Links",
items: [
{ label: "Home", href: "/" },
{ label: "Inventory", href: "/inventory" },
{ label: "Financing", href: "/" },
{ label: "Service", href: "/" },
],
},
{
title: "Company",
items: [
{ label: "About Us", href: "/" },
{ label: "Contact", href: "/" },
{ label: "Careers", href: "#" },
{ label: "Blog", href: "#" },
],
},
{
title: "Contact",
items: [
{ label: "Phone: (901) 402-6668", href: "tel:+19014026668" },
{ label: "Address: 400 Highline Dr, East Wenatchee, WA 98802", href: "#" },
{ label: "Hours: Open 9AM-7PM Daily", href: "#" },
{ label: "Email: info@applevalleyhonda.com", href: "mailto:info@applevalleyhonda.com" },
],
},
{
title: "Legal",
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
{ label: "Accessibility", href: "#" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="noiseDiagonalGradient"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
brandName="Apple Valley Honda"
bottomLeftText="East Wenatchee, WA"
bottomRightText="(901) 402-6668"
/>
</div>
<div id="inventory-hero" data-section="inventory-hero" className="mx-auto px-4 md:px-6">
<HeroCentered
title="Honda Inventory | New & Used Cars"
description="Discover our complete selection of new Honda models, certified pre-owned vehicles, and quality used cars in East Wenatchee. Filter by price, model, and features to find your perfect match."
background={{ variant: "plain" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-salesman-car-dealership_23-2148130126.jpg",
alt: "Honda inventory showcase",
},
]}
buttons={[
{ text: "Call Sales", href: "tel:+19014026668" },
{ text: "Get More Info", href: "#contact" },
]}
buttonAnimation="slide-up"
ariaLabel="Inventory page hero section"
/>
</div>
<div id="all-vehicles" data-section="all-vehicles" className="mx-auto px-4 md:px-6">
<ProductCardOne
title="All Available Vehicles"
description="Browse our complete inventory of new Honda vehicles, certified pre-owned, and used cars available for immediate sale."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="bento-grid"
products={[
{
id: "civic-sedan",
name: "Honda Civic Sedan 2026",
price: "$28,995",
imageSrc: "http://img.b2bpic.net/free-photo/blue-suv-driving-fast-rainy-highway-energy-motion-bad-weather_169016-69747.jpg?_wi=3",
imageAlt: "2026 Honda Civic Sedan",
},
{
id: "accord-2025",
name: "Honda Accord 2025",
price: "$32,450",
imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22402.jpg?_wi=2",
imageAlt: "2025 Honda Accord",
},
{
id: "crv-suv",
name: "Honda CR-V SUV 2026",
price: "$35,220",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg?_wi=2",
imageAlt: "2026 Honda CR-V SUV",
},
{
id: "certified-civic",
name: "Certified Pre-Owned Civic 2024",
price: "$22,999",
imageSrc: "http://img.b2bpic.net/free-vector/outlet-stamp-design-collection_23-2149788659.jpg?_wi=2",
imageAlt: "Certified Pre-Owned 2024 Civic",
},
{
id: "used-pilot",
name: "Used Honda Pilot 2023",
price: "$28,450",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg?_wi=3",
imageAlt: "Used 2023 Honda Pilot",
},
{
id: "used-fit",
name: "Used Honda Fit 2022",
price: "$16,995",
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116611.jpg?_wi=1",
imageAlt: "Used 2022 Honda Fit",
},
]}
buttons={[
{ text: "Schedule Test Drive", href: "#contact" },
{ text: "Get Financing Info", href: "/" },
]}
buttonAnimation="slide-up"
carouselMode="buttons"
ariaLabel="Complete vehicle inventory section"
/>
</div>
<div id="inventory-contact" data-section="inventory-contact" className="mx-auto px-4 md:px-6">
<ContactCenter
tag="Ready to Buy"
title="Interested in a Vehicle?"
description="Fill out the form below or call us at (901) 402-6668 to schedule a test drive or get more information about any vehicle in our inventory."
tagIcon={Phone}
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Request Info"
termsText="We'll contact you within 24 hours with details about available vehicles and financing options."
ariaLabel="Inventory contact form section"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={footerColumns}
logoText="Apple Valley Honda"
copyrightText="© 2025 Apple Valley Honda. All rights reserved."
ariaLabel="Site footer"
/>
</div>
</ThemeProvider>
);
}