Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-09 03:22:13 +00:00

View File

@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Explore",
id: "features",
},
{
name: "Impact",
id: "metrics",
},
{
name: "Voices",
id: "testimonials",
},
{
name: "Visit",
id: "contact",
},
{ name: "Explore", id: "features" },
{ name: "Impact", id: "metrics" },
{ name: "Voices", id: "testimonials" },
{ name: "Visit", id: "contact" },
]}
brandName="OK Heritage Trail"
/>
@@ -52,63 +40,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Journey Through Oklahoma's History"
description="Experience the legendary Route 66 and the pioneer spirit that shaped the American West. From vintage transport to cowboy life, explore our curated heritage."
buttons={[
{
text: "Plan Your Visit",
href: "#contact",
},
]}
buttons={[{ text: "Plan Your Visit", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498420.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg",
alt: "Visitor 1",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-girl-with-beret-hat-keeping-fists-isolated-white-wall-with-copy-space_141793-118970.jpg",
alt: "Visitor 2",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-brush_23-2149050561.jpg",
alt: "Visitor 3",
},
{
src: "http://img.b2bpic.net/free-photo/modern-tourist-holding-slate_23-2147652856.jpg",
alt: "Visitor 4",
},
{
src: "http://img.b2bpic.net/free-photo/traveling-man-consulting-map_23-2148383429.jpg",
alt: "Visitor 5",
},
{ src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg", alt: "Visitor 1" },
{ src: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-girl-with-beret-hat-keeping-fists-isolated-white-wall-with-copy-space_141793-118970.jpg", alt: "Visitor 2" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-brush_23-2149050561.jpg", alt: "Visitor 3" },
{ src: "http://img.b2bpic.net/free-photo/modern-tourist-holding-slate_23-2147652856.jpg", alt: "Visitor 4" },
{ src: "http://img.b2bpic.net/free-photo/traveling-man-consulting-map_23-2148383429.jpg", alt: "Visitor 5" },
]}
avatarText="Join 10,000+ annual explorers"
marqueeItems={[
{
type: "text",
text: "Route 66 Heritage",
},
{
type: "text",
text: "Pioneer History",
},
{
type: "text",
text: "Vintage Exhibits",
},
{
type: "text",
text: "Interactive Discovery",
},
{
type: "text",
text: "Local Community",
},
{ type: "text", text: "Route 66 Heritage" },
{ type: "text", text: "Pioneer History" },
{ type: "text", text: "Vintage Exhibits" },
{ type: "text", text: "Interactive Discovery" },
{ type: "text", text: "Local Community" },
]}
/>
</div>
@@ -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() {
<div id="features" data-section="features">
<FeatureBorderGlow
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
icon: Sparkles,
title: "Impeccable Displays",
description: "Professionally presented exhibits that tell a story.",
},
{
icon: Users,
title: "Friendly Staff",
description: "Welcoming experts ready to share local insights.",
},
{
icon: MapPin,
title: "Historic Locations",
description: "Situated right on the legendary Route 66 trail.",
},
{ icon: Sparkles, title: "Impeccable Displays", description: "Professionally presented exhibits that tell a story." },
{ icon: Users, title: "Friendly Staff", description: "Welcoming experts ready to share local insights." },
{ icon: MapPin, title: "Historic Locations", description: "Situated right on the legendary Route 66 trail." },
]}
title="What Awaits You"
description="Discover why our museums are top-rated destinations for history and culture."
@@ -178,41 +100,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Traveler",
testimonial: "Very clean, nice displays, and well worth the visit!",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg",
},
{
id: "2",
name: "Mark D.",
role: "History Buff",
testimonial: "Many great exhibits - some interactive - and very tastefully presented.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-girl-with-beret-hat-keeping-fists-isolated-white-wall-with-copy-space_141793-118970.jpg",
},
{
id: "3",
name: "Linda R.",
role: "Family Visitor",
testimonial: "This place is spectacular and the exhibits here are amazing!!",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-brush_23-2149050561.jpg",
},
{
id: "4",
name: "James B.",
role: "Route 66 Fan",
testimonial: "Clean facilities and the personnel were extremely friendly.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-tourist-holding-slate_23-2147652856.jpg",
},
{
id: "5",
name: "Emily C.",
role: "Tourist",
testimonial: "A must-see stop on any Oklahoma road trip.",
imageSrc: "http://img.b2bpic.net/free-photo/traveling-man-consulting-map_23-2148383429.jpg",
},
{ id: "1", name: "Sarah J.", role: "Traveler", testimonial: "Very clean, nice displays, and well worth the visit!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg" },
{ id: "2", name: "Mark D.", role: "History Buff", testimonial: "Many great exhibits - some interactive - and very tastefully presented.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-girl-with-beret-hat-keeping-fists-isolated-white-wall-with-copy-space_141793-118970.jpg" },
{ id: "3", name: "Linda R.", role: "Family Visitor", testimonial: "This place is spectacular and the exhibits here are amazing!!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-brush_23-2149050561.jpg" },
{ id: "4", name: "James B.", role: "Route 66 Fan", testimonial: "Clean facilities and the personnel were extremely friendly.", imageSrc: "http://img.b2bpic.net/free-photo/modern-tourist-holding-slate_23-2147652856.jpg" },
{ id: "5", name: "Emily C.", role: "Tourist", testimonial: "A must-see stop on any Oklahoma road trip.", imageSrc: "http://img.b2bpic.net/free-photo/traveling-man-consulting-map_23-2148383429.jpg" },
]}
title="Voices of the Trail"
description="Hear what our visitors have to say about their journey through Oklahoma history."
@@ -222,18 +114,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Plan Your Visit"
title="Ready to step back in time?"
description="Visit us at our historic sites along 3rd Street and Gary Blvd. Open daily starting 9 AM."
buttons={[
{
text: "Contact Us",
href: "mailto:info@okmuseums.com",
},
]}
buttons={[{ text: "Contact Us", href: "mailto:info@okmuseums.com" }]}
/>
</div>
@@ -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" },
],
},
]}