Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8308bb4b60 | |||
| 844aa2b1da | |||
| 70193c2183 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user