diff --git a/src/app/tuxedo/about/AboutClient.tsx b/src/app/tuxedo/about/AboutClient.tsx
index 3f5f4be..6db40fb 100644
--- a/src/app/tuxedo/about/AboutClient.tsx
+++ b/src/app/tuxedo/about/AboutClient.tsx
@@ -1,15 +1,12 @@
"use client";
-import { Suspense, lazy, useState } from "react";
import Image from "next/image";
-import { m as motion } from "framer-motion";
+import Link from "next/link";
+import LayoutContainer from "@/components/layout/LayoutContainer";
import StorefrontHeader from "@/components/storefront/StorefrontHeader";
import StorefrontFooter from "@/components/storefront/StorefrontFooter";
-
-const MissionSection = lazy(() => import("@/components/about/MissionSection"));
-const FamilyTimelineSection = lazy(() => import("@/components/about/FamilyTimelineSection"));
-const ContactSection = lazy(() => import("@/components/about/ContactSection"));
-const CTASection = lazy(() => import("@/components/about/CTASection"));
+import { TUXEDO_IMAGES as WP_IMAGES } from "@/components/storefront/tuxedo-images";
+import { FadeOnScroll } from "@/components/ui/ScrollAnimations";
interface AboutClientProps {
logoUrl: string | null;
@@ -28,7 +25,6 @@ interface AboutClientProps {
export default function AboutClient({
logoUrl,
logoUrlDark,
- olatheSweetLogoUrlDark,
aboutHeadline,
aboutSubheadline,
showWholesaleLink,
@@ -51,101 +47,25 @@ export default function AboutClient({
/>
+ Our Heritage · Est. 1982
+
+ {subheadline}
+
+ The Corn
+
+ Olathe Sweet was developed for the Uncompahgre Valley — five
+ thousand, three hundred and sixty feet above the sea, where
+ the daytime sun hits the husk and the nights cool it back
+ down before sunrise. That diurnal swing is what loads every
+ kernel with sugar; nothing we do in the kitchen can
+ replicate it, and nothing in a greenhouse can grow it.
+
+ The ear in the photograph was picked the morning it was
+ shot. The silk on the right is still damp. We don’t
+ airbrush the field because we don’t need to.
+
+ “The field decides the sweetness.
+ — Tuxedo Corn · Olathe, Colorado
+
+ The People Behind the Corn
+
+ John Harold began selling Olathe’s sweet corn directly
+ from pickups in the 1970s. The Olathe Sweet parent line was
+ rescued from a retiring farmer who believed his valley could
+ grow sugar in a husk. Three generations later, the name on
+ the cooler is still the name on the deed.
+
+ {member.era}
+
+ {member.name}
+
+ {member.role}
+
+ {member.bio}
+
+ Three generations · One valley · Forty summers
+
+ The Farm
+
+ The farm is open during harvest. Pickup windows are tight,
+ shed hours are short, and the corn is best the morning it’s
+ picked — call ahead before you drive out.
+
+ “We don’t ship corn that’s more than a day from
+ the field. The valley won’t let us.”
+
+ — Tuxedo Corn · Olathe, Colorado
+
+ {headline.split(/(excellence\.)/i).map((part, i) =>
+ /excellence\.$/i.test(part) ? (
+
+ {part}
+
+ ) : (
+ {part}
+ )
+ )}
+
+
+ You can taste
+
+ the altitude.
+
{" "}
+ We just pick it on time.”
+
+ The Harold family,
+
+
{" "}
+ on the same row.
+
+ {FAMILY.map((member, i) => (
+
+
+ {/* Hairline + caption underneath, matching the HarvestEditorial
+ editorial-footer rhythm. */}
+
+
+ Visit the
+
{" "}
+ Uncompahgre Valley.
+
+
+
+ {/* Editorial caption, italic display serif. */}
+
+ {label} +
+ {lines.map((line, i) => ( ++ {line} +
+ ))} ++ This Week +
++ Preorder for pickup at a stop on the summer route, or have + cooler boxes shipped directly to your door after the season. +
+Get in Touch
-- Questions about corn, stops, or wholesale accounts — we are happy to help. -
-- {brandSettings?.invoice_business_address ?? "59751 David Road, Olathe, CO 81425"} -
-Send a Message
-Message received.
-We will be in touch within 1-2 business days.
-Summer Season
-Monday – Friday
-7:00 AM – 6:00 PM
-Saturday – Sunday
-8:00 AM – 2:00 PM
-- During the off-season, response times may be longer. For urgent matters, please call the office. -
-+ Get in Touch · Olathe, Colorado +
++ Orders, pickup logistics, wholesale accounts, press — every + message lands on a real desk in Olathe and gets a real + answer. +
++ {label} +
++ {detail} +
++ Message received. +
+ ++ We’ll be in touch within one to two business days. If it’s + urgent, the office line is the fastest way to reach us. +
+ ++ “Pick up the phone. Write us a note. Either way, you’re + reaching a person who knows the field.” +
++ — Tuxedo Corn · Olathe, Colorado +
++ No results for “{searchQuery}” +
++ Try a different term or browse the categories below. +
+No results for "{searchQuery}"
-Try a different term or browse all categories below.
-+ {item.answer} +
Questions
-Everything you need to know about ordering, pickup, and shipping.
-+ Help · Frequently Asked +
++ Everything you need to know about ordering, pickup, and + shipping — straight from the people who pack the boxes. +
+Still have questions?
-We are happy to help — reach out anytime.
- - Contact Us -+ {cat.category} +
++ Still Wondering +
++ We’re happy to help — reach out anytime. Most + messages get a reply within one business day. +
+- {brandName} -
-- Fresh Olathe Sweet™ sweet corn delivered to a stop near you. -
- +
- The corn is still ripening in the field. New pickup stops are added every week — check back soon, or browse the full season schedule.
+
+ {brandName} · Summer 2026
+ Fresh Olathe Sweet™ sweet corn delivered to a stop
+ near you. Preorder for pickup, or just show up — we’ll
+ have coolers on the truck.
+ {stop.location} {stop.address} {stop.time} Order by {new Date(stop.cutoff_time).toLocaleTimeString("en-US", { hour: "numeric", minute: "2-digit" })} {stop.city}, {stop.state} {stop.location}
+ Upcoming
+
+ {upcomingStops.length} stops
+
+ Past Stops
+
+ Last {Math.min(5, pastStops.length)}
+
+ {weekday} · {month}
+
+ {day}
+
+ {stop.location}
+
+ {stop.address}
+
+ {stop.time}
+
+ Order by{" "}
+ {new Date(stop.cutoff_time).toLocaleTimeString("en-US", {
+ hour: "numeric",
+ minute: "2-digit",
+ })}
+
+ Completed
+
+ Coming Soon
+
+ New pickup stops are added every week. Check back soon, or browse
+ the full season schedule below.
+
+ Off the Route
+
+ It may have passed, or the URL is off by a character.
+ Browse the full list to find a stop near you.
+
- {brandLabel}
-
- {isBlue
- ? "Order fresh Florida citrus for pickup at this stop."
- : "Order fresh Olathe Sweet™ sweet corn for pickup at this stop."}
- Date {formatDate(stop.date)} Time {stop.time} Location {stop.location}
+ Pickup Stop · {monthYear}
+
+ Order fresh Olathe Sweet™ sweet corn for pickup
+ at this stop. We’ll have it on the truck the
+ morning of — ready when you are.
+
+ {weekday}
+
+ {day}
+
+ {date.toLocaleDateString("en-US", {
+ month: "long",
+ year: "numeric",
+ })}
+
+ Farm-Direct · This Stop
+
+ Add items below and we’ll have them ready at
+ the stop. Preordering helps us bring the right
+ amount of corn to each pickup.
+ Farm-Direct
- Preorder for pickup — add items below and we will have them ready at the stop.
- No products available for this stop.
+ No products available for this stop yet.
+
+ {label}
+
+ {detail}
+ Experience the difference four decades of excellence makes. Address {address} Phone Shipping: 970-323-5631 Office: 970-323-6874 Hours M–F: 7AM–6PM Sat & Sun: 8AM–2PM {member.role} {member.bio}
- Tuxedo Corn is the exclusive grower and shipper of Olathe Sweet Sweet Corn — the only corn that carries that prestigious name. When you order from us, you receive the real thing: grown by the only family that planted roots in Olathe, Colorado over forty years ago.
-
- Not all sweet corn is equal. Olathe Sweet was developed for our high-altitude mountain climate, where intense summer sun by day meets cool mountain air at night. That combination coaxes extraordinary sweetness and tenderness out of every single ear.
-
- We farm regeneratively — no-till and minimal-till methods protect soil structure, cover crops naturally cycle nutrients, and reduced chemical inputs keep our mountain water pure. Every ear is hand-picked at peak freshness, inspected by our dedicated crew. Not machine-harvested. Not sorted by strangers. Hand-picked.
-
+ Stops
+
+
+
{" "}
+ near you.
+
- {stop.city}, {stop.state}
-
- Past Stops
-
+ {upcomingStops.map((stop) => (
+
+
+ {pastStops.length > 0 && (
+
+ {pastStops.slice(0, 5).map((stop) => (
+
+
+ {stop.city}, {stop.state}
+
+
+ The corn is still ripening
+
+
+
{" "}
+ in the field.
+ Stop Not Found
+
+ That stop isn’t{" "}
+ on the calendar.
+
+
+
- {stop.city},
-
{stop.state}
-
+ {stop.city},
+
+
{" "}
+
+ {stop.state}.
+
+
+
+
+ Preorder
+
+
{" "}
+
+ for this stop.
+
+
- Available Products
-
-
- Ready to Order?
-
- Visit Our Farm
-
- {member.name}
-
- The Harold Family
-
-
-
- Raising the Best Corn
-
in the World
- Grown with Future Generations in Mind
-