diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4b896b5..4082c5c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,63 +40,26 @@ export default function LandingPage() {
@@ -119,27 +70,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "5,000+",
- title: "Artifacts Preserved",
- description: "From pioneer tools to iconic Route 66 memorabilia.",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-thinking-library_23-2148727803.jpg",
- },
- {
- id: "m2",
- value: "20+",
- title: "Interactive Displays",
- description: "Hands-on history for all ages to enjoy.",
- imageSrc: "http://img.b2bpic.net/free-photo/vintage-desk-travel-concept_23-2147791080.jpg",
- },
- {
- id: "m3",
- value: "10k+",
- title: "Annual Visitors",
- description: "Community members and travelers from around the world.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg",
- },
+ { id: "m1", value: "5,000+", title: "Artifacts Preserved", description: "From pioneer tools to iconic Route 66 memorabilia.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-thinking-library_23-2148727803.jpg" },
+ { id: "m2", value: "20+", title: "Interactive Displays", description: "Hands-on history for all ages to enjoy.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-desk-travel-concept_23-2147791080.jpg" },
+ { id: "m3", value: "10k+", title: "Annual Visitors", description: "Community members and travelers from around the world.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg" },
]}
title="Preserving Our Legacy"
description="Our museums offer more than just exhibits—they offer a connection to the past."
@@ -148,24 +81,13 @@ export default function LandingPage() {
@@ -242,54 +127,24 @@ export default function LandingPage() {
logoText="OK Heritage Trail"
columns={[
{
- title: "Explore",
- items: [
- {
- label: "National Route 66 Museum",
- href: "#",
- },
- {
- label: "Old Town Museum",
- href: "#",
- },
- {
- label: "OK Route 66 Museum",
- href: "#",
- },
+ title: "Explore", items: [
+ { label: "National Route 66 Museum", href: "#" },
+ { label: "Old Town Museum", href: "#" },
+ { label: "OK Route 66 Museum", href: "#" },
],
},
{
- title: "Visit",
- items: [
- {
- label: "Hours & Admission",
- href: "#",
- },
- {
- label: "Group Tours",
- href: "#",
- },
- {
- label: "Location",
- href: "#",
- },
+ title: "Visit", items: [
+ { label: "Hours & Admission", href: "#" },
+ { label: "Group Tours", href: "#" },
+ { label: "Location", href: "#" },
],
},
{
- title: "Support",
- items: [
- {
- label: "Donate",
- href: "#",
- },
- {
- label: "Membership",
- href: "#",
- },
- {
- label: "Contact",
- href: "mailto:info@okmuseums.com",
- },
+ title: "Support", items: [
+ { label: "Donate", href: "#" },
+ { label: "Membership", href: "#" },
+ { label: "Contact", href: "mailto:info@okmuseums.com" },
],
},
]}