Loading docs page
How homepage messaging and public-site structure are driven from config.
In this baseline, src/config/landing-page.js owns the post-hero narrative and
src/config/foundation.js owns the foundation feature inventory. Change section content, proof
points, and CTA support there before you reach for layout code.
1export const launchStorySteps = [{ title: "Acquire and activate", description: "..." }];
2export const foundationFeatures = [{ title: "Billing", bullets: ["..."] }];Shared site nav and footer links live in src/config/navigation.js. Keep CTA destinations real and
current so the public site does not point at missing sections or dead routes.