11 Commits

Author SHA1 Message Date
cde9245dd6 Merge version_4 into main
Merge version_4 into main
2026-03-02 20:51:03 +00:00
60590b4181 Update src/app/page.tsx 2026-03-02 20:50:58 +00:00
b289ba9f76 Merge version_3 into main
Merge version_3 into main
2026-03-02 20:37:48 +00:00
8308bb4b60 Update src/app/page.tsx 2026-03-02 20:37:44 +00:00
56c10f89cc Merge version_3 into main
Merge version_3 into main
2026-03-02 20:32:27 +00:00
844aa2b1da Update src/app/page.tsx 2026-03-02 20:32:22 +00:00
70193c2183 Merge version_2 into main
Merge version_2 into main
2026-03-02 20:25:07 +00:00
0e21b3f657 Update src/app/styles/variables.css 2026-03-02 20:25:02 +00:00
9332f02e0a Update src/app/page.tsx 2026-03-02 20:25:02 +00:00
7d57aa3892 Update src/app/layout.tsx 2026-03-02 20:25:01 +00:00
07f2324feb Merge version_1 into main
Merge version_1 into main
2026-03-02 20:00:08 +00:00
3 changed files with 58 additions and 51 deletions

View File

@@ -1,18 +1,12 @@
import type { Metadata } from "next";
import { Archivo } from "next/font/google";
import { Halant } from "next/font/google";
import { Montserrat } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const archivo = Archivo({
variable: "--font-archivo", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
const montserrat = Montserrat({
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({
@@ -42,7 +36,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${archivo.variable} ${halant.variable} ${inter.variable} antialiased`}
className={`${montserrat.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}

View File

@@ -7,28 +7,28 @@ 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 (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="compact"
sizing="medium"
background="floatingGradient"
cardStyle="solid"
primaryButtonStyle="double-inset"
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles"
background="aurora"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<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: "1960s1970s", 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 TuesdaySunday, 9AM5PM. 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 TuesdaySunday, 9AM5PM. 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>

View File

@@ -3,22 +3,22 @@
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000612e6;;
--primary-cta: #106EFB;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #106EFB;; */
--card: #f1f8ff;;
--foreground: #001122;;
--primary-cta: #15479c;;
--secondary-cta: #ffffff;;
--accent: #a8cce8;;
--background-accent: #7ba3cf;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000612e6;;
--primary-cta: #106EFB;;
--card: #f1f8ff;;
--foreground: #001122;;
--primary-cta: #15479c;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #000612e6;;
--accent: #e2e2e2;;
--background-accent: #106EFB;;
--accent: #a8cce8;;
--background-accent: #7ba3cf;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);