3 Commits

Author SHA1 Message Date
8308bb4b60 Update src/app/page.tsx 2026-03-02 20:37:44 +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

View File

@@ -7,7 +7,7 @@ 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 FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Gauge, Warehouse, Zap, Trophy } from "lucide-react";
export default function LandingPage() {
@@ -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>