Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cde9245dd6 | |||
| 60590b4181 | |||
| b289ba9f76 | |||
| 8308bb4b60 | |||
| 56c10f89cc | |||
| 844aa2b1da | |||
| 70193c2183 |
@@ -7,8 +7,8 @@ import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Gauge, Warehouse, Zap, Trophy } from "lucide-react";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Gauge, Warehouse, Zap, Trophy, MapPin, Clock, Users, Zap as ZapIcon } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Martin Auto Museum"
|
||||
navItems={[
|
||||
{ name: "Collection", id: "highlights" },
|
||||
{ name: "Collection", id: "collection" },
|
||||
{ name: "Events", id: "events" },
|
||||
{ name: "Visit", id: "visit" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
@@ -43,8 +43,8 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Experience Over 175 Vehicles Spanning Automotive History"
|
||||
description="From the legendary 1886 Benz Patent-Motorwagen to iconic American muscle cars, rare imports, and stunning customs. Explore 117,000 square feet of automotive passion."
|
||||
tag="World-Class Automobile Museum"
|
||||
description="From the legendary 1886 Benz Patent-Motorwagen to iconic American muscle cars, rare imports, and stunning customs. Explore 117,000 square feet of automotive passion and innovation."
|
||||
tag="Premier Automotive Destination"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-blue-interior-car-daytime_181624-19449.jpg"
|
||||
imageAlt="Martin Auto Museum classic car collection"
|
||||
textPosition="bottom-left"
|
||||
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="highlights" data-section="highlights">
|
||||
<AboutMetric
|
||||
title="Martin Auto Museum houses one of the most comprehensive automotive collections in the Southwest, featuring rare one-of-a-kind builds and the nation's largest collection of vintage auto memorabilia."
|
||||
title="A World-Class Collection of Automotive Excellence"
|
||||
metrics={[
|
||||
{ icon: Gauge, label: "Historic Vehicles", value: "175+" },
|
||||
{ icon: Warehouse, label: "Exhibition Space", value: "117K sq ft" },
|
||||
@@ -73,17 +73,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="events" data-section="events">
|
||||
<FeatureCardSix
|
||||
title="Premier Event Venue"
|
||||
description="Transform your celebration into an unforgettable experience. Host weddings, corporate events, and private parties in our stunning 117,000-square-foot facility with accommodations for up to 500 guests."
|
||||
tag="Event Hosting"
|
||||
title="Host Your Next Unforgettable Event"
|
||||
description="Transform your celebration into a world-class experience. Our 117,000-square-foot venue accommodates up to 500 guests for weddings, corporate galas, private celebrations, and networking events."
|
||||
tag="Premier Venue"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Elegant Wedding Celebrations", description: "Exchange vows surrounded by automotive history. Flexible configurations for ceremonies and receptions with premium catering and full-service event coordination.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg"
|
||||
title: "Elegant Wedding Celebrations", description: "Exchange vows surrounded by iconic automotive history. Flexible ceremony and reception configurations with premium catering, full-service coordination, and unforgettable backdrops.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Corporate Excellence", description: "Impress clients and colleagues in an inspiring environment. Custom breakout spaces, AV capabilities, and hospitality services for conferences, galas, and networking events.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598341.jpg"
|
||||
title: "Corporate Excellence", description: "Impress clients and colleagues in an inspiring environment. Custom breakout spaces, state-of-the-art AV capabilities, and hospitality services for conferences, galas, and networking events.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-having-lunch_23-2150598341.jpg"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -96,8 +96,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="collection" data-section="collection">
|
||||
<ProductCardTwo
|
||||
title="Featured Collection Highlights"
|
||||
description="Explore signature vehicles and treasures from our expansive museum collection representing every era of automotive evolution."
|
||||
title="Iconic Collection Highlights"
|
||||
description="Explore signature vehicles and treasures from our expansive automotive museum representing every era of motoring history and innovation."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -105,15 +105,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Mercedes-Benz", name: "1886 Benz Patent-Motorwagen", price: "The Original", rating: 5,
|
||||
reviewCount: "Historic", imageSrc: "http://img.b2bpic.net/free-photo/retro-car-parked-grass_158595-1898.jpg?_wi=1", imageAlt: "muscle car american classic automotive showcase vintage vehicle"
|
||||
reviewCount: "Historic", imageSrc: "http://img.b2bpic.net/free-photo/retro-car-parked-grass_158595-1898.jpg?_wi=1", imageAlt: "1886 Benz Patent-Motorwagen historic automobile"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "American Classics", name: "Iconic Muscle Cars Era", price: "1960s–1970s", rating: 5,
|
||||
reviewCount: "Legendary", imageSrc: "http://img.b2bpic.net/free-photo/retro-car-parked-grass_158595-1898.jpg?_wi=2", imageAlt: "hot rod custom car automotive history classic build"
|
||||
reviewCount: "Legendary", imageSrc: "http://img.b2bpic.net/free-photo/retro-car-parked-grass_158595-1898.jpg?_wi=2", imageAlt: "American muscle car classic automotive"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Custom Builds", name: "One-of-a-Kind Creations", price: "Rare & Unique", rating: 5,
|
||||
reviewCount: "Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/retro-car-parked-grass_158595-1892.jpg", imageAlt: "rare automobile unique car limited edition collector vehicle"
|
||||
reviewCount: "Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/retro-car-parked-grass_158595-1892.jpg", imageAlt: "rare custom automobile limited edition"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
<div id="visit" data-section="visit">
|
||||
<ContactSplitForm
|
||||
title="Plan Your Visit"
|
||||
description="Martin Auto Museum & Event Center invites you to experience automotive history firsthand. Open Tuesday–Sunday, 9AM–5PM. With 700 free parking spaces and family-friendly amenities including a carousel and free arcade, it's the perfect destination for all ages."
|
||||
description="Martin Auto Museum & Event Center welcomes you to explore automotive history firsthand. Open Tuesday–Sunday, 9AM–5PM. Featuring 700 free parking spaces, family-friendly amenities including a vintage carousel and free arcade games, making it the perfect destination for all ages and interests."
|
||||
inputs={[
|
||||
{ name: "visitDate", type: "date", placeholder: "Select Visit Date", required: true },
|
||||
{ name: "visitors", type: "number", placeholder: "Number of Visitors", required: true },
|
||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Get in Touch"
|
||||
description="Have questions about visiting, hosting an event, or memberships? Reach out to our team. Call 602-298-2377 or complete the form below."
|
||||
description="Have questions about visiting, hosting an event, or memberships? Our team is here to help. Call 602-298-2377 or complete the form below and we'll respond promptly."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
@@ -160,10 +160,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterLogoEmphasis
|
||||
logoText="Martin Auto Museum"
|
||||
copyrightText="© 2025 Martin Auto Museum & Event Center. All rights reserved. | 4320 W Thunderbird Rd, Glendale, AZ 85306"
|
||||
socialLinks={[]}
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Visit", href: "#visit" },
|
||||
{ label: "Events", href: "#events" },
|
||||
{ label: "Collection", href: "#collection" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "About", href: "#highlights" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user