Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-02 20:37:49 +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 FooterMediaBlock from "@/components/sections/footer/FooterMediaBlock";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Gauge, Warehouse, Zap, Trophy } from "lucide-react";
export default function LandingPage() {
@@ -160,12 +160,23 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterMediaBlock
<FooterLogoEmphasis
logoText="Martin Auto Museum"
copyrightText="© 2025 Martin Auto Museum & Event Center. All rights reserved. | 4320 W Thunderbird Rd, Glendale, AZ 85306"
imageSrc="http://img.b2bpic.net/free-photo/retro-car-parked-grass_158595-1898.jpg"
imageAlt="Martin Auto Museum exterior"
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>